mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Created Dynamic filtering - inline scripts: examples of usefulness (markdown)
parent
9e0bf53c4b
commit
d41771523d
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
### Example 1
|
||||
|
||||
URL: <http://www.wetteronline.de/wetter>
|
||||
|
||||
Ads embedded in the page using `data:` URIs as `background-image` CSS style on a randomly generated CSS class identifier ([source](https://adblockplus.org/forum/viewtopic.php?f=2&t=25452)). I don't see how Adblock Plus filters can take care of this one.
|
||||
|
||||
But disabling inline `<script>` tags on this site got rid of the ads, probably because the random identifier is generated using inline script tags. Other maybe useful stuff appear to have disappeared to, but a user may decide this is an acceptable side-effect.
|
||||
Loading…
Reference in a new issue