Created
July 21, 2018 00:19
-
-
Save greatghoul/7f9934fd78652a175442ec3a08ec3eba 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
(function()%7Bvar%20domain%20=%20window.location.href.split(':'); | |
if(domain%5B0%5D%20==%20'http'%20%7C%7C%20domain%5B0%5D%20==%20'https')%7Bif(document.getElementById('shouqu_script'))%7BclearElement(); | |
%7Dvar%20d%20=%20document.createElement('script'); | |
%20d.id%20=%20'shouqu_script'; | |
%20d.setAttribute('charset','utf-8'); | |
%20d.src%20=%20'https://shouqu.me/js/shouqu_tools.js'; | |
%20document.body.insertBefore(d,%20document.body.childNodes%5B0%5D); | |
%7D%7D)(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment