Skip to content

Instantly share code, notes, and snippets.

@kecs
Created November 1, 2019 13:44
Show Gist options
  • Save kecs/22472d32d285e752d5663b9513f5cd0e to your computer and use it in GitHub Desktop.
Save kecs/22472d32d285e752d5663b9513f5cd0e to your computer and use it in GitHub Desktop.
Add jQuery to any page from console
script=document.createElement('script');document.head.appendChild(script);script.src='https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment