userstyles.org - Feed button - Move into URLbar

Author banthaz
Created Jun 3, 2011
Updated Jul 27, 2011
Installs (this week) 2
Installs (total) 146
Yet another way of adding the Feed button back into the URLbar.
To use this style, install Firefox and Stylish.
Feed button - Move into URLbar
27093
48733
browser

More Info

Instructions:
1. Install, if you haven't already, an extension that lets you add Javascript code (like “userchromeJS” or “Custom Buttons”).
2. Add the following Javascript code:
var bar = document.getElementById("nav-bar");
bar.currentSet = "feed-button," + bar.getAttribute("currentset");
bar.setAttribute("currentset",bar.currentSet);
document.persist(bar.id,"currentset");
document.getElementById("urlbar-icons").insertBefore(document.getElementById("feed-button"),document.getElementById("go-button"));
3. Install the style.

Version 1.0.1 (Jul 27 2011)
No CSS code changes, only Javascript updates:
Fixed: After customizing the toolbars, the Feed button won't disappear (which might break your Javascript file) and require re-adding to a toolbar.
Improved: Simplified install process – no need to add the Feed button to a toolbar first.

Version 1.0 (Jun 03 2011)
First release.

Feedback

Discussions

No discussions posted yet. Be the first to ask a question or review this style.