What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Post your greasemonkey scripts

Pages: (2): « First « 1 [ 2 ] Last »
Post your greasemonkey scripts
Author: Message:
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Post your greasemonkey scripts
quote:
Originally posted by WDZ
quote:
Originally posted by Chris4
Andrey, can't get your script to work?

Downloaded it, renamed it to file.user.js and installed it, yet doesn't change anything?
Are you using http://www.msghelp.net/? It looks like the script only works without a subdomain.
Yeah I modified it to *msghelp.net/* and it's enabled on the page, but doesn't change anything.
Twitter: @ChrisLozeau
09-23-2009 02:08 AM
Profile PM Find Quote Report
toddy
Veteran Member
*****

Avatar
kcus uoy

Posts: 2573
Reputation: 49
– / Male / Flag
Joined: Jun 2004
RE: Post your greasemonkey scripts
quote:
Originally posted by Chris4
quote:
Originally posted by WDZ
quote:
Originally posted by Chris4
Andrey, can't get your script to work?

Downloaded it, renamed it to file.user.js and installed it, yet doesn't change anything?
Are you using http://www.msghelp.net/? It looks like the script only works without a subdomain.
Yeah I modified it to *msghelp.net/* and it's enabled on the page, but doesn't change anything.
doesn't work here either
09-23-2009 02:12 AM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: Post your greasemonkey scripts
Its not working because of the case statements...

case 'http://shoutbox.menthix.net/images/folder.gif':

it needs to have the www. in there as well...

or you could just make it case 'folder.gif': but thats fairly unsafe

This post was edited on 09-23-2009 at 02:16 AM by NanaFreak.
09-23-2009 02:15 AM
Profile PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Post your greasemonkey scripts
Here's a modified version that seems to work fine with or without the www. :tongue:

* WDZ might leave it enabled for a while to see how he likes it

.txt File Attachment: msghelp-colour-thread-icons.js.txt (10.46 KB)
This file has been downloaded 258 time(s).
09-23-2009 02:54 AM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Post your greasemonkey scripts
quote:
Originally posted by WDZ
Alright, I rewrote some code in usercp.php so it will only update database fields for which the user specified a value. =p

I also hacked matty's script to fix some bugs, make it compatible with Opera as well as Firefox, and make it dynamically grab the security token, which shouldn't be hard-coded because it's subject to change. (a)
I can't get it to work... weird...
09-23-2009 01:14 PM
Profile E-Mail PM Find Quote Report
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: Post your greasemonkey scripts
WDZ is still the same :D. But no where near as "lazy". He re-wrote the usercp panel for a script that few people will use?wdz has too much free time /me thinks lol :)

This post was edited on 09-23-2009 at 06:58 PM by Nathan.
Touch Innovation - touch friendly programs/applications for the windows mobile!


09-23-2009 06:58 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: Post your greasemonkey scripts
I made quite a few a while ago, some still work...

Shoutbox custom commands
Adds nifty tags and command to annoy people on the shoutbox with :D
tab completion of names

commands such as

/dt
/moo
/kill <name>
/dns <site>
/objslap <name>
/wave <name>
/total
/rand <name>
/time
/noparse
/exit
/mimic

it also adds quickquote to the shoutbox, ctrl+click a shout to quote

Tags:

(!T) (!D) (!PEOPLE)



Shoutbox ajaxy refreshness


those two i know work


for more scripts that probably have died with age :D
http://version.thedt.net/scripts/GM/

This post was edited on 09-24-2009 at 07:52 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
09-24-2009 05:54 AM
Profile PM Web Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Post your greasemonkey scripts
This is a script for the shoutbox that some random dude made a while ago. I forget who, he was in the spambox for a few weeks then disappeared.

.txt File Attachment: messengerplusliveshoutbo.user.js.txt (21.82 KB)
This file has been downloaded 322 time(s).
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
09-24-2009 05:49 PM
Profile PM Web Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: Post your greasemonkey scripts
I made dt's scripts compatible with Opera and fixed some stuff that broke over time. (no idea if the web2messenger stuff still works, didn't test that)

The shoutboxcc script should work with Firefox, although I'm pretty sure I broke the betterrefresh script for Firefox..
The original betterrefresh seems to work fine in Firefox though.

shoutboxcc for Opera/Firefox
betterrefresh for Opera


In order to get shoutboxcc working in Opera, you'll need the Emulate GM functions script.
for /rand to work, get the Cross-domain XMLHttpRequest script. Then you'll need to have the Emulate GM functions script use the new XMLHttpRequest by changing the line "var request = new XMLHttpRequest();" to "var request = new opera.XMLHttpRequest();"

This post was edited on 09-30-2009 at 11:24 PM by andrey.
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
09-30-2009 05:55 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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