Greasemonkey + Javascript- find a string in the current doc?
Posted: Sun Oct 21, 2007 12:49 pm
I don't know much about Javascript, but I would like to make a greasemonkey script that does the following:
1. Searches the current HTML document for a certain string and pulls a value from there.. example: "type=hidden value=3918", it would pull the 3918
2. Saves that information to the user's hard drive for later retrieval within the same script.
Is this possible?
1. Searches the current HTML document for a certain string and pulls a value from there.. example: "type=hidden value=3918", it would pull the 3918
2. Saves that information to the user's hard drive for later retrieval within the same script.
Is this possible?