Skip to content

Instantly share code, notes, and snippets.

@elliottkember
Created July 31, 2013 11:29
Show Gist options
  • Save elliottkember/6121258 to your computer and use it in GitHub Desktop.
Save elliottkember/6121258 to your computer and use it in GitHub Desktop.
Embiggen.js - a bookmarklet for expanding images.
javascript:%20var%20x=%20$(%22.content%22).find(%22a%22).each(function()%7Bvar%20href=$(this).attr(%22href%22);if((!$(this).hasClass(%22drowsapMorphed%22))%20&&%20($(this).next(%22.drowsapMorphed%22).length==0)%20&&%20href%20&&%20(href.indexOf('imgur')%3E=0%20%7C%7C%20href.indexOf('jpeg')%3E=0%20%7C%7C%20href.indexOf('jpg')%3E=0%20%7C%7C%20href.indexOf('png')%3E=0))%7Bvar%20ext%20=(href.indexOf('imgur')%3E=0%20&&%20href.indexOf('jpg')%3C0%20&&%20href.indexOf('png')%3C0)%20?%20'.jpg'%20:'';%20var%20img%20=%20$(%22%3Ca%20class='drowsapMorphed'%20href='%22+href+%22'%20target='blank'%20style='display:block'%3E%3Cimg%20style='display:block;max-width:780px;'%20src='%22+href+%20ext+%22'%20/%3E%3C/a%3E%22);$(this).after(img);%7D%7D);
@rubenleikarnes
Copy link

You should check out Reddit Enhancement Suite, makes browsing reddit so much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment