Dopamine Detox

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

Version vom 23.06.2022. Aktuellste Version

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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;
})();