Comments by punzak on scripts

7 comments

Comment on:
Inline Mp3 Player with Controls

Mar 13, 2007

Here's a link to a working inline mp3 player:

http://userscripts.org/scripts/show/6952

Comment on:
Inline Mp3 Player

Mar 13, 2007

Here's a working version:

http://userscripts.org/scripts/show/6952

Comment on:
Myspace custom style remover

Mar 13, 2007

Is it just me or is this a ripoff of:

http://userscripts.org/scripts/show/997

The code is the exact same. If so thats lame.

Comment on:
Myspace custom style remover

Mar 13, 2007

I love this userscript. It doesn't remove the failing marquees that some people have though. To remove falling marquees add:

var badmarquees = document.getElementsByTagName("marquee");
var i = badmarquees.length - 1;
while (i >= 0) {
badmarquees[i] = badmarquees[i].parentNode.removeChild(badmarquees[i]);
i--;
}

Comment on:
User Scripts Search Sorting

Mar 13, 2007

Wow! This is a must. I thought the same thing when I first started using userscripts.org. This should be hard coded into the site.

Comment on:
Ad Slicer for MySpace

Mar 13, 2007

BUG: The Manage Blogs page doesn't work right. The whole page gets hidden.

Comment on:
GMail link on Google.com

Mar 13, 2007

to fix the userscript on the personalized home change the first line to this:

var el=(document.body.childNodes[0].firstChild && document.body.childNodes[0].firstChild.firstChild && document.body.childNodes[0].firstChild.firstChild.firstChild) ||(document.body.childNodes[1].firstChild.firstChild && document.body.childNodes[2].firstChild.firstChild.firstChild.firstChild.firstChild.firstChild.firstChild);