Skip to content

Instantly share code, notes, and snippets.

@negipo
Created May 25, 2009 03:35
Show Gist options
  • Save negipo/117365 to your computer and use it in GitHub Desktop.
Save negipo/117365 to your computer and use it in GitHub Desktop.
var x = document.createElement('script');
x.src='http://gist.github.com/raw/2040/ae6c51aa5fb11eeab8e4a970102077333f5a3d06/dollarX.js';
document.body.appendChild(x);
$X('//div[@class="gs"]', document.getElementById('canvas_frame')).forEach(
function(e){
if(!/88\.198\.36\.73/.exec(e.innerHTML))
return;
e.style.display="none";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment