What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » New Greasemonkey forums script

New Greasemonkey forums script
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. New Greasemonkey forums script
It's just a basic one but i use it. basically what it does is change the search link in the navbar to a javascript link which brings up a box on click. like a quicksearch box. with a username and keyword search. but if you want to go more advanced just click the advanced search button and the old search page comes up.

to install, unzip. drag it into firefox and click Tools -> Install User Script.

you have to have greasemonkey installed for it to work though.

enjoy =)

.zip File Attachment: searchmsgplus.user.zip (1.18 KB)
This file has been downloaded 119 time(s).
[Image: jeansiger5.jpg]
10-12-2005 11:23 AM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: New Greasemonkey forums script
:P
1) Should post as a direct link , zips are annoying to download.
2) replaces my search button which is highly annoying , it should find the link then use node.parentNode.appendChild(x) to append the link after everything like how my wyswigy menu is added.

other than that its alrightish

[Image: attachment.php?pid=550086]

.jpg File Attachment: pictureofashscript.JPG (21.15 KB)
This file has been downloaded 281 time(s).
[Image: dt2.0v2.png]      Happy Birthday, WDZ
10-12-2005 12:01 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: New Greasemonkey forums script
quote:
Originally posted by -dt-
:P
1) Should post as a direct link , zips are annoying to download.
2) replaces my search button which is highly annoying , it should find the link then use node.parentNode.appendChild(x) to append the link after everything like how my wyswigy menu is added.

other than that its alrightish

[Image: attachment.php?pid=550086]
Plz dont replace the normal search button :sad:
Add another button :P
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
10-12-2005 12:24 PM
Profile E-Mail PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. RE: New Greasemonkey forums script
quote:
Originally posted by John Anderton
Plz dont replace the normal search button :sad:
Add another button :P

is it really that hard to click on advanced search?

quote:
Originally posted by ShawnZ
grasshopper?
grasshopper?
[Image: jeansiger5.jpg]
10-12-2005 12:37 PM
Profile PM Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: New Greasemonkey forums script
Could you please add a cancel button and a way for it to click search when we type something and press enter.

Apart from that this seems to to quite good :P Ppl are too lazy to click search ... enter should auto do it :-/
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
10-15-2005 12:23 PM
Profile E-Mail PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: New Greasemonkey forums script
to add the enter support its simple.
13 is the keycode for enter.
to add the enter to submit the form its quite simple to do just make this little modification to ash's script.
inside ash's script we would add something like this on about line 35.
code:

document.forms.namedItem('gmsearch').addEventListener('keypress',function(e){if(e.keyCode==13){test();}},false);


This post was edited on 10-15-2005 at 02:04 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
10-15-2005 02:03 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: New Greasemonkey forums script
Ok thanks dt the edit worked [Image: msn_happy.gif]

And btw ... everything else is in small letters so i think ill editthis to look the same. Anyways .... good job and a good idea. It alwaysbugged me to click that member list thing and to load it. This isbetter. Now we should only be able to remove the member list buttoncause its redundant [Image: msn_rolleyes.gif] Add another button to the quicksearch box like the advanced search button [Image: msn_wink.gif]
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
10-15-2005 06:03 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On