Skip to content

Instantly share code, notes, and snippets.

@adripo
Last active January 1, 2022 18:24
Show Gist options
  • Select an option

  • Save adripo/e928e4ad8414c6fdefdf38ebcd522414 to your computer and use it in GitHub Desktop.

Select an option

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

adripo commented Jan 1, 2022

Copy link
Copy Markdown
Author

@adripo

adripo commented Jan 1, 2022

Copy link
Copy Markdown
Author

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