Skip to content

Instantly share code, notes, and snippets.

@majman
Created September 27, 2016 15:30
Show Gist options
  • Select an option

  • Save majman/29bda53fabac53e9f8caad4a9554b5e4 to your computer and use it in GitHub Desktop.

Select an option

Save majman/29bda53fabac53e9f8caad4a9554b5e4 to your computer and use it in GitHub Desktop.
jq & underscore bookmaklet
javascript:(function(){var s=document.createElement('script');s.setAttribute('src','https://code.jquery.com/jquery-2.1.1.min.js');s.setAttribute('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(s);jQuery.noConflict();s=document.createElement('script');s.setAttribute('src','https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js');s.setAttribute('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(s);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment