Skip to content

Instantly share code, notes, and snippets.

@jhartikainen
Created January 5, 2010 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhartikainen/269257 to your computer and use it in GitHub Desktop.
Save jhartikainen/269257 to your computer and use it in GitHub Desktop.
var docu = document.body.getElementsByTagName('iframe')[4].contentDocument;
x = docu.evaluate('/html/body/div/div[2]/div/div[2]/div/div[3]/div/div/div/div[2]/div/div/div/div/div[2]/div/div[2]/div/div/div/div/div[3]/div/div/div/div/div/div/div/div[2]/b', docu, null, XPathResult.ANY_TYPE, null);
var el = x.iterateNext();
el.innerHTML = 'blah blah blah';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment