Skip to content

Instantly share code, notes, and snippets.

@girvan
Created April 24, 2013 15:57
Show Gist options
  • Save girvan/5453256 to your computer and use it in GitHub Desktop.
Save girvan/5453256 to your computer and use it in GitHub Desktop.
jump out of google/yahoo/bing s' cached page
<script>
(function(d, l){
if(l.href.match(/(cc.bingj.com|webcache.google)/))
l.href = d.getElementsByTagName('a')[0].href;
})(document, location);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment