I've kinda figured out the basics of how to use GM_xmlhttpRequest
and now I have a question.
Is it possible to request just a portion of a webpage? Say I only want a table row from a known table where the img source contains "Rawk" and then make a link to its target link... Is there a way to do that without requesting the whole page (and then figuring out what I'm supposed to do with that?)