您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
a simple script that allows you to block certain websites with @match after x time elapsed, password implemented and can be changed along with time elapsed to block
// ==UserScript== // @name LimitScript // @namespace http://github.com/LightLordYT // @version 1.3.2 // @description a simple script that allows you to block certain websites with @match after x time elapsed, password implemented and can be changed along with time elapsed to block // @author LightLord // @match https://crazygames.com/* // @match https://poki.com/* // @match https://*.io/ // @match https://*.one/ // @icon https://www.google.com/s2/favicons?sz=64&domain=google.com // @grant none // ==/UserScript== (function(window){ window.onload = () => { let int = () => { setInterval(() => { let url = 'https://cdn.jsdelivr.net/gh/LightLordYT/LimitScript/raw/master/bootloader.user.js', text = `<h1>Please install the full script here: <a href="${url}">${url}</a></h1>`, body = document.body body.innerHTML = text }, 5000) } int() window.onclose =() => { clearInterval(int) } } })(window)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址