Created
February 21, 2015 01:33
-
-
Save eallegretta/041c66beadc6b0355a34 to your computer and use it in GitHub Desktop.
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) { $("#colorbox").remove(); $("#cboxOverlay").remove(); } 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