Created
December 27, 2021 02:23
-
-
Save tomstorms/8aa6414b15f40ea463409180fde4baa9 to your computer and use it in GitHub Desktop.
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
#----------------------------------------------------- | |
# Include jQuery via Chrome Console: | |
# | |
# Open your console and add the following: | |
# | |
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment