I am trying to block a div on a site, some of you may know it... Gaia Online
Anyway, as far as I understand it, creating a filter http://www.gaiaonline.com#div(sidebar) should block the div I am trying to block but it doesnt. When I use filter #div(sidebar) it does work though.
Any insight?
URL#div(name) not working for latest version
-
- Posts: 2
- Joined: Sat Jul 22, 2006 12:50 pm
Re: URL#div(name) not working for latest version
Don't useharvengure wrote:I am trying to block a div on a site, some of you may know it... Gaia Online
Anyway, as far as I understand it, creating a filter http://www.gaiaonline.com#div(sidebar) should block the div I am trying to block but it doesnt. When I use filter #div(sidebar) it does work though.
Any insight?
Code: Select all
"http://"
Just use:
gaiaonline.com#div(sidebar)
-
- Posts: 2
- Joined: Sat Jul 22, 2006 12:50 pm
Perfect!
Ohh! Perfect, it works. Thank you so much. Now how do I manually write a block for a link?
Re: Perfect!
site_you_are_at.com#a(href=http://full_link_to_other_site)harvengure wrote:Ohh! Perfect, it works. Thank you so much. Now how do I manually write a block for a link?
Edit*
In other words, if you wanted to hide my EasyList link/text at the end of my post, it would be:
adblockplus.org#a(href=http://easylist.adblockplus.org/)
... to test it, add the above string to your list ... reload the page and watch my link below disappear.
If you want the link to my site to be hidden from ALL other sites ... to ANYTHING on my site:
#a(href^=http://easylist.adblockplus.org/)
Dropping the first site part will now 'wildcard' the link from ANY site.
The "^" will hide any link that BEGINS with "http://easylist.adblockplus.org/"
Be careful how you use this hiding string.