防颓插件(tampermonkey上运行)
Posted nlkog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了防颓插件(tampermonkey上运行)相关的知识,希望对你有一定的参考价值。
// ==UserScript==
// @name 防颓插件
// @namespace https://www.cnblogs.com/nlKOG
// @version 0.1
// @description 克制一时的颓废欲望
// @author The_KOG
// @match https://www.bilibili.com/
// @match https://.zhihu.com/*
// @grant none
// ==/UserScript==
(function()
‘use strict‘;
if(prompt(‘颓尼玛呢‘,"")!="dqyakioi")
window.location.href=‘http://www.lydsy.com/‘;
else
alert("Yes he does!");
)();
以上是关于防颓插件(tampermonkey上运行)的主要内容,如果未能解决你的问题,请参考以下文章