Last active
November 14, 2016 08:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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