Skip to content

Timesink

Auto-close time sink websites

Inspired by:

Cut this code into a file named timesink.user.js (the name is important) and drag the file into a tab showing chrome://extensions. You might have to turn on developer mode.

// ==UserScript==
// @name        Close those time sink websites
// @grant       GM_addStyle
// @match *://tvtropes.org/*
// @match *://imgur.com/*
// @match *://*.imgur.com/*
// ==/UserScript==
//
setTimeout (window.close, 5000);

2016 Userscripts


Last update: November 8, 2020