Element Hiding ?<solved>

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
dwr50
Posts: 5
Joined: Wed Aug 13, 2008 11:41 pm

Element Hiding ?<solved>

Post by dwr50 »

I was trying out the ABP Element Hiding Helper on etonline.com and clicked one too many ads and the whole site collapsed. How do I find out which element caused this ? Are the elements listed in the order I clicked them or in some other order ?
Last edited by dwr50 on Sat Aug 16, 2008 7:03 pm, edited 1 time in total.
Acer Aspire 5315-2153, $348 Walmart Special,Mandriva Linux 2008.1 Spring Edition
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: Element Hiding ?

Post by Adblock Plus Fan »

When you compose a rule, there is a preview function you can tick (flash on/off for obviousness), and there's a Cancel button. Practice using these in the future to avoid this issue.
dwr50 wrote:Are the elements listed in the order I clicked them or in some other order ?
Element hiding rules in your Preferences menu (ctrl+shift+E) are listed in the order they where created. (unless you moved them around :P )
dwr50
Posts: 5
Joined: Wed Aug 13, 2008 11:41 pm

Post by dwr50 »

etonline.com#TD
etonline.com#IMG(src=/media/img/module_header_shopet.jpg)
etonline.com#IMG(src=/media/photo/2008/02/40642/250_shopet_promo_080104.jpg)

So... if I just remove the last one I should be good to go... or am I missing something ?

I think the middle one is the culprit.
Acer Aspire 5315-2153, $348 Walmart Special,Mandriva Linux 2008.1 Spring Edition
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

You can just disable the rules one at a time by clicking the bullet after each one and hitting APPLY.

When it works again, you will know which one it is .. just right-click and delete it. :wink:

I'm positive it is this one:

Code: Select all

etonline.com#TD 
... that would block ALL table cells. Usually about 95% of all html content in a page is contained in TDs. Without anything defining that TD (eg: height,width,id), they are ALL being removed.
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Post by Adblock Plus Fan »

dwr50 wrote:etonline.com#IMG(src=/media/img/module_header_shopet.jpg)
etonline.com#IMG(src=/media/photo/2008/02/40642/250_shopet_promo_080104.jpg)
You shouldn't even have to worry about deleting/recreating these rules... They are very easy to make again once you get more familiar with element hiding helper.

Tip: http://adblockplus.org/images/66.gif
This menu on the top left has a lot of useful functions.
W button and N button in particular are incredibly useful as they change the size of the red frame. You should try to play with them for a bit.


by the way...
dwr50 wrote:etonline.com#IMG(src=/media/img/module_header_shopet.jpg)
etonline.com#IMG(src=/media/photo/2008/02/40642/250_shopet_promo_080104.jpg)
Unless you really have to use EHH, it's much better to block images with the normal method: http://adblockplus.org/images/75.png
If you block it the normal way, you save bandwidth and the page should load faster.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

If you want to gain some more top real estate and don't mind cutting off the heads of the hosts in the left column, this would be a good one:

Code: Select all

etonline.com##body > table[style="margin: 0px; padding: 0px; width: 1000px;"]
dwr50
Posts: 5
Joined: Wed Aug 13, 2008 11:41 pm

Post by dwr50 »

rick752 wrote:You can just disable the rules one at a time by clicking the bullet after each one and hitting APPLY.

When it works again, you will know which one it is .. just right-click and delete it. :wink:

I'm positive it is this one:

Code: Select all

etonline.com#TD 
... that would block ALL table cells. Usually about 95% of all html content in a page is contained in TDs. Without anything defining that TD (eg: height,width,id), they are ALL being removed.
You were right...
Since I just started using the element blocker I'm sure I have a lot to learn. Thanks for the help, one and all.
Acer Aspire 5315-2153, $348 Walmart Special,Mandriva Linux 2008.1 Spring Edition
Locked