Skip to content

Instantly share code, notes, and snippets.

@cssmagic
Last active April 14, 2016 06:11
Show Gist options
  • Save cssmagic/204e6c865fa92577e6dbc5a6ed86604b to your computer and use it in GitHub Desktop.
Save cssmagic/204e6c865fa92577e6dbc5a6ed86604b to your computer and use it in GitHub Desktop.
脚本书签的写法(参考)
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