How to quickly enable/disable Flash player support like FF web developer toolbar does for Javascript?

Is there any solution for IE and Firefox both?

link|improve this question

45% accept rate
feedback

2 Answers

For FF atleast Flashblock or Flash Killer

link|improve this answer
The JavaScript/Greasemonkey version of another FlashBlock by Alexey Ruzanov (userscripts.org/scripts/show/46673) probably also works in IE, if one can somehow insert that into all received HTML. Like maybe by using "Greasemonkey for IE" -- gm4ie.com – Arjan Feb 2 '10 at 22:49
feedback

A solution to IE and Firefox together would be some proxy server like privoxy.

There, set a rule to block all .swf files.

When blocking content, privoxy gives a link instead of the blocked content to temporarily unblock it.

{+block{Flash Content.} +handle-as-image} 
# Block and replace with image
 .*\.swf
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.