I'm looking to write a script that will allow me to conditionally load a page
on whether or not the page source contains a particular text string. I'm
trying to browse a catalog type of website (where each item has it's own,
incrementally numbered page) using a script, rather than their cumbersome
search interface.

http://catalog.com/items.php?itemid=1

Search page source for text string
If not found, load page
If found, load next page:

http://catalog.com/items.php?itemid=2

I have an autohotkeys script that will let me go from item to item, but I
want to skip items with particular attributes that show up in the source.

Does an add-on or a greasemonkey script like this already exist?
-- 
View this message in context: 
http://old.nabble.com/Conditional-Page-Loading-Based-upon-Source-String-Search-tp31172376p31172376.html
Sent from the GreaseMonkey List mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to