userstyles.org - NoScript: Fugue Icons

More screenshots:
Author TtWEAK
Created Jul 3, 2009
Updated Jul 3, 2009
Installs (this week) 0
Installs (total) 226
Average rating Good
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 p.yusukekamiyamane [http://p.yusukekamiyamane.com/]

I used the code from NoScript Status Bar Replacement Icon (http://userstyles.org/styles/17776) by Modanchor (http://userstyles.org/users/14699), so thanks to him.

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")

urlbar.insertBefore(nsI, go)
urlbar.insertBefore(nsL, go)
urlbar.insertBefore(nsX, go)
To use this style, install Firefox and Stylish.
NoScript: Fugue Icons
22577
19223
browser

More Info

Feedback

Discussions

Ask a new question or add a review for this style.