- Contact
- Send private message
Styles
Changes the status icon in Clippings to one from the Silk icon set.
This style changes the ugly Link Status (https://addons.mozilla.org/en-US/firefox/addon/12312) icons to the attractive Fugue Icons by Yusuke Kamiyamane. You can get the entire Fugue icon set for free at p.yusukekamiyamane [http://p.yusukekamiyamane.com/] The author of Link Status provided the code on his website (http://www.unsanitized.net/linkstatus/?lang=en). I have taken the opportunity to simplify the process by making it a Stylish script. Feel free to leave some comments.
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)
Changes the status icon in Remove It Permanently (RIP) to one from the Silk (Pastel SVG) icon set.
Changes the status icon in Stylish to one from the Silk icon set.
This style makes Update Notifier a little less noticeable when it has nothing to tell you. I have removed the dropdown marker and adjusted the margins as well. This is mainly intended for those who have it placed next to their throbber, like in my screenshot. Updates: Jul 26 2009 - Fixed an issue with the way FF 3.5 handles opacity. Not sure if this works on 3 now, if not just add "moz-" before opacity and it should work.