I would like to create a greasemonkey script that auto logs into the sirius web player.
The reason I think this can be done is that each of those "blurry text" images have a specific name like
"http://www.sirius.com/mp/captcha/image/img_001.jpg"
And each time you get a certain image number, the text is the same.
I've checked, and there are only 100 images, so hard coding the text input for each image is not that tiresome.
I'd like to be able to put in my user name, password, and this blurry image text, and press the sign in button.
My guess would be to have it check the image url of the blurry image, then input the text based on that.
I've never written a greasemonkey script, so that's why i'm asking here for some pointers.
Thanks
The reason I think this can be done is that each of those "blurry text" images have a specific name like
"http://www.sirius.com/mp/captcha/image/img_001.jpg"
And each time you get a certain image number, the text is the same.
I've checked, and there are only 100 images, so hard coding the text input for each image is not that tiresome.
I'd like to be able to put in my user name, password, and this blurry image text, and press the sign in button.
My guess would be to have it check the image url of the blurry image, then input the text based on that.
I've never written a greasemonkey script, so that's why i'm asking here for some pointers.
Thanks