Created
March 2, 2021 13:35
-
-
Save tree-s/1e141f55c7f8429f5de2ba174a2d818e to your computer and use it in GitHub Desktop.
THE PRINTLIMINATOR
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:/*THE.PRINTLIMINATOR*/(function(){function%20loadScript(a,b){var%20c=document.createElement('script'),d=document.getElementsByTagName('head')[0],e=!1;c.type='text/javascript',c.src=a,c.onload=c.onreadystatechange=function(){e||this.readyState&&'loaded'!=this.readyState&&'complete'!=this.readyState||(e=!0,b())},d.appendChild(c)}loadScript('//css-tricks.github.io/The-Printliminator/printliminator.min.js',function(){thePrintliminator.init()});})(); | |
//javascript: /*THE.PRINTLIMINATOR*/ (function() { | |
// function loadScript(a, b) { | |
// var c = document.createElement('script'), | |
// d = document.getElementsByTagName('head')[0], | |
// e = !1; | |
// c.type = 'text/javascript', c.src = a, c.onload = c.onreadystatechange = function() { | |
// e || this.readyState && 'loaded' != this.readyState && 'complete' != this.readyState || (e = !0, b()) | |
// }, d.appendChild(c) | |
// } | |
// loadScript('//css-tricks.github.io/The-Printliminator/printliminator.min.js', function() { | |
// thePrintliminator.init() | |
// }); | |
//})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment