- Oct 31, 2004
- 323
- 0
- 76
(Firefox plugin, allows you to modify displayed elements)
I've gotten around to modifying the nuts and bolts of websites I frequent (via platypus) so they are more readily customized, but I'm not that good with javascript in general.
There's a website I want to register on that limits usernames to a minimum of 5, but some people have figured out a trick to getting on with two and three letter names. There are no admins to speak of, and no real rules against trying to do this.
It's done with javascript, in the page source. Not an external script, although the registration page is .aspx.
Here's the only bit of javascript I would need to change, I'm including the whole var for context. Think I can do it with greasemonkey?
greasemonkey.mozdev.org
I've gotten around to modifying the nuts and bolts of websites I frequent (via platypus) so they are more readily customized, but I'm not that good with javascript in general.
There's a website I want to register on that limits usernames to a minimum of 5, but some people have figured out a trick to getting on with two and three letter names. There are no admins to speak of, and no real rules against trying to do this.
It's done with javascript, in the page source. Not an external script, although the registration page is .aspx.
Here's the only bit of javascript I would need to change, I'm including the whole var for context. Think I can do it with greasemonkey?
greasemonkey.mozdev.org