[4-ch] Greasemonkey Board Menu (8)

1 Name: #!/usr/bin/anonymous : 2008-06-09 22:55 ID:EdL2DVLf

Recommended in /req/, this little Greasemonkey script will add a collapsible navigation menu on every board and thread page. This is intended for people who don't like to use the frame for navigation.
Distributed on a "works for me" basis. I only know enough Javascript to do small hacks like this so I won't add other features myself. Use this thread to report issues or success.

4 Name: #!/usr/bin/anonymous : 2008-06-10 16:46 ID:ZPamWAYy

>>2
Changing the line

var css  = '#greasemonkeymenu { position: absolute; z-index: 9001; right:0px;}' + 

to

var css  = '#greasemonkeymenu { position: fixed; z-index: 9001; right:0px;}' + 

will do the trick

5 Name: #!/usr/bin/anonymous : 2008-06-10 16:47 ID:Heaven

Forgot to mention, to edit the script:
Tools > Greasemonkey > Choose the script > Edit

This thread has been closed. You cannot post in this thread any longer.