您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
ContentBlocker is the number 1 solution to preventing your kids from visiting websites you don't want them to visit.
当前为
// ==UserScript== // @name ContentBlocker - Keep your kids safe on the internet! // @icon https://cdn-icons.flaticon.com/png/512/2550/premium/2550450.png?token=exp=1635552609~hmac=c2a82d4bedaaf72aa8b5efd9d22d1d4b // @namespace https://gf.qytechs.cn/en/users/817964 // @homepage https://www.patreon.com/tech2survive // @version 0.1 // @description ContentBlocker is the number 1 solution to preventing your kids from visiting websites you don't want them to visit. // @author Hidden_X // @include *pornhub* // @include *ome* // @include *houseparty* // @include *telonym* // @include *kik* // @include *yolo* // @include *tinder* // @include *periscope* // @include *ask.fm* // @include *4chan* // @include *chatroulette* // @include *youporn* // @include *hentai* // @include *daddy* // @exclude *google* // @exclude *youtube* // @run-at document-start // @license GNU General Public License v2.0 // @donate https://www.patreon.com/tech2survive // @grant none // ==/UserScript== // Variables var con = confirm; var al = alert; var doc = document.title; // Functions doc = "Access Denied"; con("Website blocked by your 'ContentBlocker' \nReason: Website not secure for kids. \n\nYou will now be redirected to google.com")&&window.open("https://www.google.com/"); open(location, '_self').close();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址