Skip to content

Instantly share code, notes, and snippets.

@kejun
Created February 12, 2010 14:24
Show Gist options
  • Save kejun/302603 to your computer and use it in GitHub Desktop.
Save kejun/302603 to your computer and use it in GitHub Desktop.
javascript:(function(){var api='https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?url={URL}&container=focus&gadget=a&no_expand=1&rewriteMime=image%2F*&nocache=1',imgs=document.getElementsByTagName('img'),i=0,img;for(;img=imgs[i++];){if(img.src.indexOf('googleusercontent') < 0 && /farm3|farm5/i.test(img.src)){img.src=api.replace('{URL}',img.src);}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment