Created
July 18, 2014 19:20
-
-
Save matthewfranglen/5a743f956c05978916c1 to your computer and use it in GitHub Desktop.
Imgur images without cookies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('img').each(function (i, e) { $(e).attr("src", $(e).attr("data-src")); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
javascript:void($('img').each(function(i,e){$ (e).attr("src",$(e).attr("data-src"));})); is a bookmarklet of the above.