This file contains 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
// Remap $ to jQuery object | |
var $ = jQuery; | |
// The real fun begins... first catch all the post-anchors & loop on them | |
$(document).on("scroll", function () { | |
// Let's declare some reusable globals for the next iterations | |
var urlBase = "http://img-9gag-lol.9cache.com/photo/"; | |
$(".badge-evt.badge-nsfw-entry-cover").each(function () { | |
// Remove the NSFW class, to avoid redundant processing |