NoAddict

By ArpitNext Last update Sep 28, 2009 — Installed 2,357 times. Daily Installs: 0, 1, 59, 1, 1, 0, 1, 1, 0, 0, 239, 157, 2, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 2, 1, 2, 1, 2, 0, 0, 2

There are 3 previous versions of this script.

// ==UserScript==
// @name           NoAddict
// @namespace      http://blog.arpitnext.com
// @description    Helps Users to fight against the addiction of websites like Twitter by showing a reminder to close the window
// @version        0.1
// @author         ArpitNext
// @include        http://twitter.com/*
// @include        https://twitter.com/*
// ==/UserScript==

if(confirm("Is this really what you want to be doing right now\? Kill the Twitter, Please\!"))
{
window.open('', '_self', '');
window.close();
}