Created
May 8, 2012 09:56
-
-
Save kzar/2633947 to your computer and use it in GitHub Desktop.
afterdark.co - Facebook login for gallery workaround - (paste in browser URL)
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
| javascript:$(".galleryThumbnail").each(function(a){var b=$(this).attr("src").replace("thumbnails","full");$(this).parent().click(function(a){imageswap(b);return false})}) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Should be pasted in when you're viewing a gallery page, clicking the thumbnails will then display the full picture instead of asking you to sign into Facebook.)