Skip to content

Instantly share code, notes, and snippets.

@dwerbam
Created March 11, 2017 12:42
Show Gist options
  • Save dwerbam/2d045f6cf795de4721dba432c9656065 to your computer and use it in GitHub Desktop.
Save dwerbam/2d045f6cf795de4721dba432c9656065 to your computer and use it in GitHub Desktop.
inject jquery bookmark
// create a browser bookmark, on the link url paste the following..
javascript: (function(e, s) { e.src = s; e.onload = function() { jQuery.noConflict(); console.log('jQuery injected'); }; document.head.appendChild(e); })(document.createElement('script'), '//code.jquery.com/jquery-latest.min.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment