Skip to content

Instantly share code, notes, and snippets.

@viko16
Created October 14, 2016 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viko16/f5e40e5a3bfbef8bc9521a8aa30c472e to your computer and use it in GitHub Desktop.
Save viko16/f5e40e5a3bfbef8bc9521a8aa30c472e to your computer and use it in GitHub Desktop.
召唤空格之神的小 bookmarklet
javascript:void(function(url, script) {
script = document.body.appendChild(document.createElement('script'));
script.src = url;
script.onload = function() {pangu.spacingPage()};
}('//cdn.bootcss.com/pangu/3.2.1/pangu.min.js'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment