Last active
February 23, 2017 21:36
-
-
Save eallegretta/5f2e78522bf9fa8c93b2 to your computer and use it in GitHub Desktop.
Clarin y La Nacion Fucker
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
javascript: if(location.href.indexOf('clarin') > -1) { $("html").removeAttr('style'); $("#colorbox").remove(); $("#cboxOverlay").remove(); $('.mainPage').fadeTo(1); $('.mfp-wrap').remove(); $('.mfp-container').remove(); $('.mfp-bg').remove(); $('.lock').fadeTo(1).css('opacity', '1').removeClass('lock');} else { document.getElementsByClassName('modal-scrollable')[0].remove(); document.body.classList.remove('modal-open'); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment