| Author | TtWEAK |
|---|---|
| Created | Jul 3, 2009 |
| Updated | Jul 3, 2009 |
| Installs (this week) | 2 |
| Installs (total) | 207 |
| Average rating |
|
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 [[*]]
I used the code from NoScript Status Bar Replacement Icon ([*]) by Modanchor ([*]), so thanks to him.
You can move NoScript from the statusbar to the awesome bar using userChromeJS ([*]) 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)
More Info
Feedback
Discussions
Ask a new question or add a review for this style.