-
-
Save nhanco/acf106b46390f5d2369512af24aa4990 to your computer and use it in GitHub Desktop.
Add jQuery to site (bookmarklet)
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 script = document.createElement('script');script.src = '//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js';document.getElementsByTagName('head')[0].appendChild(script);})(); | |
javascript:(function(){var script = document.createElement('script');script.src = '//cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js';document.getElementsByTagName('head')[0].appendChild(script);})(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment