Last active
April 14, 2016 06:11
-
-
Save cssmagic/204e6c865fa92577e6dbc5a6ed86604b 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:(function(){var l=document.createElement('link');l.setAttribute('rel','stylesheet');l.setAttribute('media','all');l.setAttribute('href','1.css');document.body.appendChild(l);var%20s%20=%20document.createElement('script');s.setAttribute('src','1.js');document.body.appendChild(s);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment