Blocking all SWF'S
Blocking all SWF'S
I want to block all .swf from any site.
I used Flash block but it does not suit my needs.
Is there any regexp using which i can block all swf files from loading form any of the site using Adblock plus...
Thanks for any help.
I used Flash block but it does not suit my needs.
Is there any regexp using which i can block all swf files from loading form any of the site using Adblock plus...
Thanks for any help.
Alternatively you can use:
But that will block any object, including Java and Windows Media.
Code: Select all
*$object
Re: Blocking all SWF'S
It is easy to block ALL swf (as 'helping ghost' has shown you). But you may find that blocking ALL *.swf files may not work out the way you would like. Many videos, games, and some navigation rely on swf files to work.nitin wrote:I want to block all .swf from any site.
I used Flash block but it does not suit my needs.
Is there any regexp using which i can block all swf files from loading form any of the site using Adblock plus...
Thanks for any help.
This could have many undesired effects.
PrefBar brings a button with "deactivate flash"IceDogg wrote:To bad there isn't an extension (or easy way) to do this.
Don't say flashblock or Noscript either.. if you direct link to flash neither will stop them.
functionality. It does so by renaming the plugin file,
iirc, so it should work with direct links too (I don't
use it).
Whoa. How does $object work?Wladimir Palant wrote:Alternatively you can use:But that will block any object, including Java and Windows Media.Code: Select all
*$object
I think that it will block anything that uses an <object> tag (which would usually include swf/java/WM).Stupid Head wrote:Whoa. How does $object work?Wladimir Palant wrote:Alternatively you can use:But that will block any object, including Java and Windows Media.Code: Select all
*$object
Using
Code: Select all
*$img
Using
Code: Select all
avatars$img
Using
Code: Select all
14296$img
Try and see

I stand to be corrected.
*EDIT*
.. and these are BLOCKING strings .. not element hiding strings
Code: Select all
myspace.com$object
Wasn't there one for blocking 3rd party elements?? I've looked but couldn't find it anywhere. Or better yet where is the list of these kinds of element blocking special commands? Like $object. Thanks
Edit:
Never mind I found the answer. It was never put in, do to problems, only talked about. Sorry I had looked.
Edit:
Never mind I found the answer. It was never put in, do to problems, only talked about. Sorry I had looked.