Results 1 to 2 of 2
Originally Posted by hazel
I don't often use iceweasel these days. But when I do use it (v.3.5.19), the button on the taskbar keeps flashing in a very distracting way. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-19-2012 #1Just Joined!
- Join Date
- Dec 2012
- Posts
- 1
- 04-07-2013 #2Just Joined!
- Join Date
- Apr 2013
- Posts
- 11
Try this:
/* Put an end to blinking text! */
/*put these in user.js*/
user_pref("browser.blink_allowed", false);
user_pref("browser.display.show_image_placeholders ", false);
/* Disable image animation */
user_pref("image.animation_mode", "none");



Reply With Quote
