Dopamine Detox

Block entertainment, social media and porn sites. You can add more sites too.

Versione datata 23/06/2022. Vedi la nuova versione l'ultima versione.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         Dopamine Detox
// @namespace    http://tampermonkey.net/
// @description  Block entertainment, social media and porn sites. You can add more sites too.
// @icon         https://cdn-icons-png.flaticon.com/512/2059/2059802.png
// @version      1.0
// @author       LostConnection
// @license      MIT
// @match        http*://twitter.com/*
// @match        http*://www.youtube.com/*
// @match        http*://www.instagram.com/*
// @match        http*://www.twitch.tv/*
// @match        http*://www.netflix.com/*
// @match        http*://www.primevideo.com/*
// @match        http*://www.pornhub.com/*
// @match        http*://www.xvideos.com/*
// @match        http*://www.nhentai.net/*
// @match        http*://www.hanime.tv/*
// @match        http*://open.spotify.com/*
// @match        http*://discord.com/*
// @match        http*://mangalivre.net/*
// @match        http*://betteranime.net/*
// @match        http*://www.windows93.net/*
// @match        http*://soundcloud.com/*
// @run-at       document-start
// ==/UserScript==
 
(function() {
    'use strict';
    window.stop();
    alert('Noti Noti :)')
    window.location.href = 'https://google.com'
    return;
})();