NoScript: Fugue Icons

NoScript: Fugue Icons
22577
19223

Install

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.

By TtWEAK.
Created Jul 03 2009, last updated Jul 03 2009.
1 installs this week, 77 total.
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 pinvoke.com (http://pinvoke.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)
urlbar.insertBefore(nsR, go)

-

Feel free to leave some comments.

Discussions [Start new]

Mail the admin.