Skip to content

Instantly share code, notes, and snippets.

@adripo
Last active January 1, 2022 18:24
Show Gist options
  • Save adripo/e928e4ad8414c6fdefdf38ebcd522414 to your computer and use it in GitHub Desktop.
Save adripo/e928e4ad8414c6fdefdf38ebcd522414 to your computer and use it in GitHub Desktop.
Inject jQuery in the JavaScript Console - Bookmark
javascript:(function(e,s){e.src=s;e.onload=function(){jQuery.noConflict();console.log('jQuery injected')};document.head.appendChild(e);})(document.createElement('script'),'//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js')
@adripo
Copy link
Author

adripo commented Jan 1, 2022

@adripo
Copy link
Author

adripo commented Jan 1, 2022

You can also find the console commands here.

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