Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I just loosened up the @include directives so it will now attempt to run on more pages. MySpace had been telling users to only login when they visit "www.myspace.com", but they're now breaking their own rules about the name of the login page. No code changes, just making it run more frequently. |
|
|
doesn't seem to work again due to changes in myspace login page...
|
|
|
Hmm, I've never noticed the cursor being invisible like that on my systems (Firefox 2 and 3 on Linux and Windows). If anyone sees that issue, let me know what browser and OS you're using. In other news, I've just changed the script around to only match on a substring like "Email_Textbox" for finding the relevant fields instead of searching for the specific element ID that they use (which changed yet again about a week ago). Hopefully this will be somewhat more robust. I'll upload my changes in a moment. |
|
|
Comment posted below doesn't work, but the script (pdated 22nd May) works good. It's focused on the password box and when you start typing it types in the password box, but the cursor doesn't show which is a bit weird&annoying. Ah well. |
|
|
I played around with the code and got it to work again...
// ==UserScript==
(function() {
|
|
|
this script seems to need some attention as it is not working anymore.... |
|
|
Yay! Thanks.
|