Last active
May 12, 2018 03:18
-
-
Save umyuu/e91b6375ef1e732339f719e9a168ef86 to your computer and use it in GitHub Desktop.
Bookmarklet code golf
This file contains hidden or 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(){let s=document.createElement('script');s.src='https://umyuu.github.io/version_switcher/src.js';document.querySelector('body').prepend(s);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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);