The recommended way to install user styles is to use Firefox with Stylish.
If you already have Firefox with Stylish, make sure this site is allowed to run JavaScript.
You've installed this user style in Stylish. To uninstall it, open the Tools menu, choose Add-ons, click the User Styles panel on the top, click on the entry for this user style, and click Uninstall.
Like customizing Firefox? Customize your new tabs with New Tab King.
You've installed this user style in Stylish. To uninstall it, open the Tools menu, choose Stylish, and remove the entry from there.
You've installed this user style in Stylish, but a newer version is available.
To uninstall this user style, open the Tools menu, choose Add-ons, click the User Styles panel on the top, click on the entry for this user style, and click Uninstall.
Like customizing Firefox? Customize your new tabs with New Tab King.
The recommended way to install this user style is to .
Like customizing Firefox? Customize your new tabs with New Tab King.
The recommended way to install this user style is to .
This style changes the bland NoScript icons to the attractive Fugue Icons by Yusuke Kamiyamane. I have included a legend below to decipher the new icons.
You can get the icons for free at pinvoke.com (http://pinvoke.com/)
You can move NoScript from the statusbar to the awesome bar using userChromeJS (http://userchromejs.mozdev.org/) and placing the following code into your userChrome.js
-
var urlbar = document.getElementById("urlbar-icons") var go = urlbar.lastChild
var nsR = document.getElementById("noscript-statusRedirect") var nsX = document.getElementById("noscript-statusXss") var nsL = document.getElementById("noscript-statusLabel") var nsI = document.getElementById("noscript-statusIcon")