| Optional Flash |
[Feb. 20th, 2005|01:16 pm] |
Some sites make good use of the Shockwave plugin, while some others use it gratuitously. I've found a crude but workable method for enabling and disabling the plugin for Mozilla.
To enable:
#!/bin/sh cd ~/.mozilla/plugins ln -s ~/.mozilla/xplugins/libflashplayer.so
To disable:
#!/bin/sh rm -f ~/.mozilla/plugins/libflashplayer.so
Note: it requires restarting the browser. Bugs: no error checking. |
|
|
| Comments: |
Quite!
There are various hacks for this, but sadly not much demand; most people seem to prefer being barraged by blinking flashing beepy stuff, all so they can't hear themselves think.
| |