Tag extensions

2 bookmarks have this tag.

2026-04-15

177.

Procedural cosmetic filters in uBlock Origin

github.com/gorhill/ublock/wiki/Procedural-cosmetic-filters

List of available operators

:has(...), :has-text(...), :matches-attr(...), :matches-css(...), :matches-css-before(...), :matches-css-after(...), :matches-media(...), :matches-path(...), :matches-prop(...), :min-text-length(n), :not(...), :others(...), :upward(...), :watch-attr(...), :xpath(...).

2025-07-19

130.

Browser detection inside a WebExtension - <Glazblog/>

glazman.org/weblog/dotclear/index.php?post/2018/06/07/Browser-detection-inside-a-WebExtension

So the best and cleanest way is probably to rely on chrome.extension.getURL("/") . It can start with "moz", "chrome" or "ms-browser". Unlikely to change in the near future.