Last active
December 17, 2015 07:08
-
-
Save shrunyan/5570054 to your computer and use it in GitHub Desktop.
Dynamically insert fartscroll while your co-worker is away from their desk. Insert line 1 into a users console, followed up by line 2.
This file contains 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.type = 'text/javascript'; script.src = 'http://code.onion.com/fartscroll.js'; document.getElementsByTagName('body')[0].appendChild( script ); | |
fartscroll(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment