What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » User JavaScript to hide Signatures..?

User JavaScript to hide Signatures..?
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: User JavaScript to hide Signatures..?
Hmm i have made a greasemonkey scrip  to add classes to posts (see http://blog.thedt.net/ for my scripts)

but I'm pretty sure opera dosnt support xPaths which I use in that , I guess I could remake it to use document.getElementsByTagName (which is SLOW compared to xPaths)

hiding avatars  would be easy with xPaths.....which again opera dosnt support(gar!) I'll see if i can add class names to avatars and sigs for each user using non xPaths for you people.

[Image: msn_tongue.gif] 


edit:

done the sig class adder :P

http://random.thedt.net/messengerplusformsignatu.user.js

for greasemonkey right click and hit install....
for opera install it however you install userJS if it creates any errors please post them i didnt use any xPaths because dodgy opera dosnt support it.

to use:
add custom css for the class
mybb_sig_username

eg
code:

mybb_sig_-dt-{background:pink;}

(btw to hide something in css use display:none; )

spaces in usernames are replaced with _ and so are fullstops.

working on avatar thing now.

This post was edited on 07-26-2005 at 12:47 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
07-26-2005 09:26 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
User JavaScript to hide Signatures..? - by andrey on 07-26-2005 at 05:58 AM
RE: User JavaScript to hide Signatures..? - by -dt- on 07-26-2005 at 09:26 AM


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