it is simple if you have firebug.
load the google page wih results, then go to firebug , HTML panel,
and you can inspect the page, with all the nodes.
you can copy paste it in an editor also, if you need.

good luck,
jgabios

On Thu, Jan 29, 2009 at 5:11 PM, spx2 <[email protected]> wrote:
>
> I'm interested in manipulating google results.
> Someone has been able to do this,he reordered google results in 2
> columns using XPath
> http://userscripts.org/scripts/source/32231.user.js
> I'd like to also be abel to do something similiar,but I can't figgure
> out how he got to that XPath string that he used here gEntry =
> document.evaluate("//l...@class='g'] | //d...@class='g'] | //li
> [...@class='g w0'] | //l...@class='g s
> w0']",document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);
>
> because google's search page doesn't have the source code directly, it
> has some weird js that generates it.
> how can I get a html page after it's rendered in a file so I can
> inspect it to see what I need to do ?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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