Skip to content

Compare: Procedural cosmetic filters

Showing with 470 additions and 491 deletions.
  1. +11 −11 About-"This-other-extension-reports-more-stuff-blocked!".md
  2. +8 −8 About-"Why-uBlock-Origin-works-so-much-better-than-Pi‑hole-does?".md
  3. +14 −14 About-"uBlock-is-inferior-in-capabilities-as-a-result-of-being-lighter-on-the-browser".md
  4. +5 −3 Advanced-settings.md
  5. +2 −2 Badware-risks.md
  6. +13 −13 Behind-the-scene-network-requests.md
  7. +1 −1 Blocking-mode.md
  8. +1 −1 Blocking-mode:-easy-mode.md
  9. +1 −1 Blocking-mode:-hard-mode.md
  10. +5 −5 Cloud-storage.md
  11. +19 −19 Contributed-memory-usage:-benchmarks-over-time.md
  12. +12 −12 Counterarguments.md
  13. +73 −57 Dashboard:-Settings.md
  14. +2 −2 Doesn't-uBlock-Origin-add-overhead-to-page-load?.md
  15. +1 −1 Dynamic-URL-filtering.md
  16. +1 −1 Dynamic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags.md
  17. +1 −1 Dynamic-filtering:-quick-guide.md
  18. +3 −3 Dynamic-filtering:-rule-syntax.md
  19. +2 −2 Dynamic-filtering:-to-easily-reduce-privacy-exposure.md
  20. +1 −1 Element-picker.md
  21. +2 −2 Firefox-WebExtensions.md
  22. +2 −2 How-to-mark-a-web-site-as-trusted.md
  23. +2 −2 Keyboard-shortcuts.md
  24. +8 −8 Myth:-uBlock-consumes-over-80MB.md
  25. +6 −6 Myth:-uBlock-is-just-slightly-less-resource-intensive-than-Adblock-Plus.md
  26. +1 −1 Overview-of-uBlock's-network-filtering-engine:-details.md
  27. +11 −11 Own-memory-usage:-benchmarks-over-time.md
  28. +17 −15 Per-site-switches.md
  29. +9 −5 Permissions.md
  30. +2 −2 Privacy-stuff.md
  31. +1 −1 Privileged-Pages.md
  32. +0 −31 Procedural-cosmetic-filters.md
  33. +3 −3 Quick-guide:-popup-user-interface.md
  34. +6 −6 Reference-description-of-uBO-in-various-extensions-stores.md
  35. +1 −0 Resources-Library.md
  36. +9 −4 Scientific-papers.md
  37. +1 −1 Software-known-to-have-uninstalled-uBlock-Origin.md
  38. +152 −166 Static-filter-syntax.md
  39. +4 −4 Strict-blocking.md
  40. +1 −1 Tips-and-tricks-waterfall.md
  41. +6 −6 Various-videos-showing-side-by-side-comparison-of-the-load-speed-of-complex-sites.md
  42. +9 −9 Who-cares-about-efficiency,-I-have-8-GB-RAM-and|or-a-quad-core-CPU.md
  43. +2 −2 Why-don't-you-accept-donations?.md
  44. +1 −1 uBlock-Origin-works-best-on-Firefox.md
  45. +18 −24 uBlock-and-others:-Blocking-ads,-trackers,-malwares.md
  46. +20 −20 uBlock-vs.-ABP:-efficiency-compared.md
31 changes: 0 additions & 31 deletions Procedural-cosmetic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ The `:has(arg)` operator is actually a planned pseudo-class in CSS4, but as of w
- `example.com##body > div:last-of-type span:has-text(/^Promoted by/i)`: starts with "Promoted by", ignore case
- `example.com##body > div:last-of-type span:has-text(Promoted by)`: contains "Promoted by" at any position

***

### `subject:if(arg)`

**Do not use.**

Deprecated in favor of [`:has(...)`](#subjecthasarg) in uBO 1.15.0

***

### `subject:if-not(arg)`

**Do not use.**

Deprecated in favor of [`:not(:has(arg))`](#subjectnotarg) operator.

***

Expand Down Expand Up @@ -145,14 +130,6 @@ Note that if _arg_ is valid CSS selector, uBO will not consider the `:not` opera

***

### `subject:nth-ancestor(n)`

**Do not use.**

Deprecated in favor of [`subject:upward(arg)`](#subjectupwardarg) in [1.25.3b0](https://github.com/gorhill/uBlock/commit/72bb70056843024b1a31fe1ab9c90bd4e8260ba2)

***

### `subject:upward(arg)`

- Description: lookup the ancestor relative to the currently selected node.
Expand All @@ -170,14 +147,6 @@ Introduced in uBO [1.25.3b0](https://github.com/gorhill/uBlock/commit/72bb700568

***

### `subject:watch-attrs(arg)`

**Do not use.**

Deprecated in favor of [`subject:watch-attr(arg)`](#subjectwatch-attrarg) in [1.20.1b3](https://github.com/gorhill/uBlock/commit/41685f4cce084f3f89e9cdd8fc1cde5b57862958)

***

### `subject:watch-attr(arg)`

Experimental.
Expand Down