Updated Inline script tag filtering (markdown)

Raymond Hill 2015-10-15 12:58:27 -04:00
parent 76cebeba8e
commit 718cd0b43e

@ -104,7 +104,7 @@ Whatever can't be blocked using a network request filter can be taken care by a
#### Does Adblock Plus support this filter syntax?
No. And apparently, [they won't](https://issues.adblockplus.org/ticket/748):
No. And apparently, [they won't](https://issues.adblockplus.org/ticket/748#comment:9) ("trev" on Adblock Plus issue tracker):
> Not quite the same thing - he is "blocking" individual scripts (something that inevitably causes a massive performance overhead). Not that it is significantly more useful as a result, anti-adblock messages can easily be combined with required website functionality in the same `<script>` tag. They won't do that for a small extension like uBlock but they will definitely do it if we implement something like that.