Skip to content

Instantly share code, notes, and snippets.

@wahyudibo
Last active November 14, 2016 08:00
Show Gist options
  • Select an option

  • Save wahyudibo/5db212fc5ee8f0fa16ae2c38f9d4a99d to your computer and use it in GitHub Desktop.

Select an option

Save wahyudibo/5db212fc5ee8f0fa16ae2c38f9d4a99d to your computer and use it in GitHub Desktop.
copy paste this code to your chrome console to give it jquery capabilities.
var script = document.createElement('script');script.src = "https://code.jquery.com/jquery-3.1.0.min.js";document.getElementsByTagName('head')[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment