Skip to content

Instantly share code, notes, and snippets.

@MadbHatter
Last active July 13, 2018 09:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://www.decisionproblem.com/paperclips/index2.html
// @updateURL https://gist.github.com/MadbHatter/471b1eaf32b4cde899dfd806fb92ae63
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment