NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Stop procrastinating
// @namespace paganofilippo@gmail.com
// @description Stops your procrastination
// @version 0.3
// @grant none
// @include none
// @match https://www.facebook.com/*
// @updateURL https://openuserjs.org/install/Filippo/Stop_procrastinating.user.js
// ==/UserScript==
setTimeout(openUrl, 150000); // Wait 2.5 minutes
function openUrl(){
document.location.href = 'http://www.merlinmann.com/rightnow/';
}