gwarser

Results 70 comments of gwarser
trafficstars

http://stackoverflow.com/questions/2984846/set-image-file-execution-options-will-always-open-the-named-exe-file-as-defaul

System/library limitation/design? > Converts the specified string to title case (except for words that are entirely in uppercase, which are considered to be acronyms). > > Maybe in the future...

`redirect-rule` transforms classic blocking filter to redirect filters - https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#redirect-rule, https://github.com/uBlockOrigin/uBlock-issues/issues/310

>my understanding is that it must be the last `:` value to be used in an entry. So the plain meaning of it, would be that you can do `example.org##a:after:remove()`,...

`:remove()` is like instruction, what to do with elements indicated by filter. - If you don't append anything, it's like `:hide()`. - If you add `:style(...)`, all selected elements will...

> The uBO wiki tends to be worded in pretty difficult terms If only someone more technical will said this I will respond "go fix it" :smile: (I have mechanical...

To be honest, most of the text is copied from commit messages, and I'm doing updates only for few months. Most of the text is written by gorhill. *** https://github.com/gwarser/uBlock-wiki-draft-/graphs/contributors

Proposition from **ryanbr**: "List author slack channel?" > Hey, > > (not sure if this the correct way to bring this up) > > Just a thought whether a Slack...

Styling using procedural filters is not supported (`:has()` for ex.). `:style(remove: true;)` - what it is? Does it remove some style? Not supported then.

`remove` should be supported in dev builds https://github.com/uBlockOrigin/uBlock-issues/wiki/Procedural-cosmetic-filters#subjectremove >AdGuard's cosmetic filter syntax `{ remove: true; }` will be converted to uBO's `:remove()` operator internally.