Block iframes from loading, totally disable iframe support

Everything about using Adblock Plus on Google Chrome
Locked
Noggie
Posts: 82
Joined: Tue Mar 29, 2011 12:46 pm

Block iframes from loading, totally disable iframe support

Post by Noggie »

Many bad things are loaded through iframes. Is it possible to disallow iframes from loading even if it is loading a page from the same domain?

Everything from social network crap, tracking, ads and nasty hidden audio and video ads that hides in iframes hidden from the user.

I thought why not block everything by default. New stuff will not have to be added to a filter list. Allowed content is not changed that often.
1. Block iframes
2. Block object such as flash, audio, video content, animated gif.

If an iframe or object wants to load you can get notified and track them in a list to allow them either permanently or temporary.

I'm getting really sick of these iframes :evil:

It would be satisfying to block javascript too but many sites will not work without them today. Dreaming back to when sites were text only, No fancy time wasting animated nonsense. Static menus and dialogs you didn't have to chase all over the screen with your mouse.
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Block iframes from loading, totally disable iframe support

Post by Gingerbread Man »

The following filter should block all frames, whether inline or otherwise.

Code: Select all

*$subdocument
The following would do the same for third-party frames only.

Code: Select all

*$subdocument,third-party
And lastly, the following would block all third-party frames except on the specified domains.

Code: Select all

*$subdocument,third-party,domain=~example.com|~example.org
Noggie
Posts: 82
Joined: Tue Mar 29, 2011 12:46 pm

Re: Block iframes from loading, totally disable iframe support

Post by Noggie »

I learn something new about adblock each time. Yet I have read that adblock syntax page so many times.
Thank you. I'll begin playing with these things and see what breaks and works.
adp_mayur
Posts: 2
Joined: Fri Nov 04, 2016 7:19 am

Re: Block iframes from loading, totally disable iframe support

Post by adp_mayur »

Adding *$subdocument to my fliter list is not working for
http://the-watch-series.to/episode/grey ... 13_e7.html


the iframe loading is
http://178.175.132.130/script/ad.php?zone_id=119
User avatar
smed79
Posts: 1224
Joined: Thu Jan 14, 2010 11:51 pm
Location: EasyList Forum
Contact:

Re: Block iframes from loading, totally disable iframe support

Post by smed79 »

Adding *$subdocument to my fliter list is not working for
seriously :roll: see the date of the topic y'r bumping 08 Dec 2013

Continue here forum/viewtopic.php?f=10&t=49551
Locked