Page 1 of 1

will ad block "block all hashtags on websites "?

Posted: Wed May 06, 2015 3:19 am
by unitedeagle94
will Ad block add on update to make it that we can block Facebook hashtags and twitter hashtags anything with a hashtag so we dont see no more advertisements right now hashtags are the new advertisements in social media that everything go viral
i know we can


https://blog.twitter.com/2014/another-w ... -with-mute

http://socialfixer.com/features.html but what about other websites that have hash tags on the comments even or posts you should block it no more hash tags

Re: will ad block "block all hashtags on websites "?

Posted: Wed May 06, 2015 10:37 pm
by lewisje
The closest thing it can do is hide specially marked elements, but there's no way to hide based on text content, or to hide just part of a text node, because CSS selectors cannot select that.

For example, to hide hashtags on Facebook, try one of these filters:

Code: Select all

facebook.com##a._58cn
facebook.com##a[href*="/hashtag/"]
To hide Twitter-style hashtags, this should have few false positives: ##.twitter-hashtag

Re: will ad block "block all hashtags on websites "?

Posted: Fri Aug 21, 2015 7:07 pm
by idleBishop
Thank you lewisje!!! I've been trying to find something like this, and your suggestion worked great.