Skip to content

Instantly share code, notes, and snippets.

@MadbHatter
Last active July 13, 2018 09:04
Show Gist options
  • Save MadbHatter/471b1eaf32b4cde899dfd806fb92ae63 to your computer and use it in GitHub Desktop.
Save MadbHatter/471b1eaf32b4cde899dfd806fb92ae63 to your computer and use it in GitHub Desktop.
// ==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