The Grey Pill

Prevents the consequences of casual button clicks

// ==UserScript==
// @name         The Grey Pill
// @namespace    http://www.reddit.com/r/thebutton
// @version      0.1
// @description  Prevents the consequences of casual button clicks 
// @author       Ray57
// @match        http://www.reddit.com/r/thebutton*
// @grant        none
// ==/UserScript==


document.getElementById("thebutton").disabled = true;