JustPaste.it

// ==UserScript==
// @name Candy box! Auto save and stfu
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://candies.aniwey.net/*
// @grant none
// ==/UserScript==

alert = function(){};
window.setInterval(save,60000);