Skip to content

Instantly share code, notes, and snippets.

@umyuu
Last active May 12, 2018 03:18
Show Gist options
  • Save umyuu/e91b6375ef1e732339f719e9a168ef86 to your computer and use it in GitHub Desktop.
Save umyuu/e91b6375ef1e732339f719e9a168ef86 to your computer and use it in GitHub Desktop.
Bookmarklet code golf
javascript:(function(){let s=document.createElement('script');s.src='https://umyuu.github.io/version_switcher/src.js';document.querySelector('body').prepend(s);})();
@umyuu
Copy link
Author

umyuu commented May 12, 2018

1,arrow_functions
2,function parameter document object
3,document.body element

javascript:(d=>{let s=d.createElement('script');s.src='https://umyuu.github.io/version_switcher/src.js';d.body.prepend(s);})(document);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment