PDA

View Full Version : Nice tweak for Firefox



100%
03-10-2005, 11:47 PM
This tweak removes the stop,forward & back button Temporarilly until there is actually something to stop or forward or back to

Put this in your "userchrome.css"


/* Remove stop button when there's nothing to stop */
#stop-button[disabled="true"] { display: none; }

/* Remove Back button when there's nothing to go Back to */
#back-button[disabled="true"] { display: none; }

/* Remove Forward button when there's nothing to go Forward to */
#forward-button[disabled="true"] { display: none; }

Yes i know there's tons of others, but i discovered the last 2 myself

Harsh!
03-11-2005, 12:24 AM
Thats quite a neat one..
Thanks!

100%
03-11-2005, 12:37 AM
indeed...sweet
phew...at least someone else appreciates - its never enough to just please yourself

ok I'll stfu now

tesco
03-11-2005, 01:59 AM
Seems like a cool tweak. :)

But i bet it will get annoying. Like ill go to click stop and it will disapear and i end up clicking home or something :lol:

100%
03-11-2005, 02:49 AM
there are those who
clik too fast
too slow
or simply know when to clik

nsane
03-11-2005, 05:48 AM
Seems like a cool tweak. :)

But i bet it will get annoying. Like ill go to click stop and it will disapear and i end up clicking home or something :lol:
i wonder if it would possible to remove the home button :unsure:

i've tried (none of which worked)...
#home-button[enabled="true"] { display: none; }
#home-button[disabled="false"] { display: none; }
#home-button[visible="true"] { display: none; }

any other ideas? (anyone trying this prolly uses about:blank any ways)

also, removing the Go button would be nice too :P

tesco
03-11-2005, 01:25 PM
i wonder if it would possible to remove the home button :unsure:

i've tried (none of which worked)...
#home-button[enabled="true"] { display: none; }
#home-button[disabled="false"] { display: none; }
#home-button[visible="true"] { display: none; }

any other ideas? (anyone trying this prolly uses about:blank any ways)

also, removing the Go button would be nice too :P
To remove the go just right click the boolbars at the top in a blank area>customize>drag the go button off the toolbars. :)

if u never want the home button you can do the exact same thing to remove it. :blink:

fkdup74
03-12-2005, 02:11 AM
To remove the go just right click the boolbars at the top in a blank area>customize>drag the go button off the toolbars. :)

not here :no:
the go button wont go :P

tesco
03-12-2005, 02:17 AM
not here :no:
the go button wont go :P
:blink: mine is removed, and i look in the toolbar option thingies and it's there (i can drag it back to the toolbar if i want).

Here is a screenshot:
http://img.photobucket.com/albums/v180/rossco_2004/seeeeeemini.png (http://img.photobucket.com/albums/v180/rossco_2004/seeeeee.png)

DanB
03-12-2005, 10:00 AM
I removed my 'go' button some time ago too