Comments by punzak on scripts
7 comments
|
Comment on: |
Here's a link to a working inline mp3 player: |
|
Comment on: |
Here's a working version: |
|
Comment on: |
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: |
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");
|
|
Comment on: |
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: |
BUG: The Manage Blogs page doesn't work right. The whole page gets hidden. |
|
Comment on: |
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.firstChil |
