No Wandering

Prevent wandering. Show a dialog when you try to visit a new page, and the action is prevented.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        No Wandering
// @name:zh-CN  阻止摸鱼
// @namespace   yuandi42
// @version     0.0.1
// @grant       none
// @include     *.bilibili.com*
// @include     *hentaihand.com*
// @description Prevent  wandering. Show a dialog when you try to visit a new page, and the action is prevented.
// @description:zh-CN 防止漫游。在尝试访问新页面时弹框报警。离开摸鱼,拥抱效率!
// ==/UserScript==

(function () {
    
    alert("Go to study please, asshole:(");
    window.close();window.location = "about:blank";
})()