Recent posts by 1212jtraceur
|
Jun 6, 2007
|
Topic: Userscripts.org discussion / "Remember me" checkbox @LouCypher: I did, but it seems like the site should not remember by default. P.S. For those who want the script, it is: document.getElementById('remember_me').checked = false; |
|
Jun 5, 2007
|
Topic: Userscripts.org discussion / "Remember me" checkbox Hello, I love this site, but I don't like for my login to be remembered. Could the "Remember me on this computer" checkbox default to unchecked? Thanks,
|
|
Jun 3, 2007
|
Topic: Ideas and script requests / StumbleUpon Video Sorry about that last post's script's incompleteness. I'm new here, and just figured out how to upload a script. Try this one: http://userscripts.org/scripts/show/9635 |
|
Jun 3, 2007
|
Topic: Ideas and script requests / StumbleUpon Video This should work as a base for those with more skill to build upon:
(function(){
It won't work if the site takes longer than 1 second to switch videos. Can be somewhat fixed by increased the timeout length. |
