[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.

2 Name: #!/usr/bin/anonymous : 2008-06-10 09:58 ID:Cd4Tfbu2

I like it but can you make it follow the scrolling? (always staying at top-right)
It would be superb.
Anyone who's worrying about security, I checked the script... it's safe. nya

3 Name: #!/usr/bin/anonymous : 2008-06-10 15:39 ID:1SfBOgwe

I don't usually care for greasemonkey shit, but I'll probably end up using it. Thanks.

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

6 Name: #!/usr/bin/anonymous : 2008-06-10 16:56 ID:9YcMvOGw

>>4-5
awesome
OP: can you also add so the textarea of the posts is resizable?
Perhaps in a seperate greasemonkey script.
I really like this.

7 Name: #!/usr/bin/anonymous : 2008-06-10 19:28 ID:Heaven

>>6
Sorry, like I said, I don't really know my way around greasemonkey and javascript, so it'd be a lot of work for me. Wouldn't https://addons.mozilla.org/en-US/firefox/addon/3818 be enough for that?

Also, can someone using Windows confirm that the fonts of the menu are reasonably sized?

8 Name: #!/usr/bin/anonymous : 2008-06-10 19:38 ID:Heaven

>>7
yes it would, thanks again.
This thread has been closed. You cannot post in this thread any longer.