Recent posts by jk-

Subscribe to Recent posts by jk- 5 posts found

Mar 4, 2008
jk- 5 posts

Topic: Userscripts.org discussion / Spam and malware

spammer

http://userscripts.org/users/46340/comments

 
Jan 11, 2008
jk- 5 posts

Topic: Userscripts.org discussion / Spam and malware

spammer
http://userscripts.org/users/42235/comments

 
Jan 10, 2008
jk- 5 posts

Topic: Userscripts.org discussion / Spam and malware

Spammer..

http://userscripts.org/users/42149/comments

 
Nov 30, 2007
jk- 5 posts

Topic: Userscripts.org discussion / Why can't you stop all this scrap all nonsense?

These spammers probably WANT userscripts.org to implement a user-voted censoring mechanism. Once implemented, they will use it to hide scripts which threaten the socio-political agenda of whomever is (or is paying) the spammer(s).

This is a tactic that they use to hide political content on sites like liveleak.com

 
Jul 7, 2007
jk- 5 posts

Topic: Script development / Image Replacement?



??? Can you post a script replacing http://static.netvibes.com/img/coriander_splash... with some other img?



you could do it easily with css, or incorporate the css into a script.


@-moz-document url("http://static.netvibes.com/img/coriander_splash.jpg") {
img{
width:0px!important;
height:280px!important;
padding-right:400px!important;
background-image: url("http://static.userscripts.org/images/userscripts.org.png")!important;
}

or

@-moz-document url("http://static.netvibes.com/img/coriander_splash.jpg") {
img{
width:0px!important;
height:36px!important;
padding-right:250px!important;
background-image: url("http://static.userscripts.org/images/userscripts.org.png")!important;
}