您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Para obstáculos estúpidos, soluções retardadas.
// ==UserScript== // @name Biscoitation2000+ Huecão Absolute Definitive Version // @namespace https://greasyfork.org/users/1030092 // @version 0.6 // @description Para obstáculos estúpidos, soluções retardadas. // @author Anônimo // @match *://*.1500chan.org/404.html // @icon https://1500chan.org/static/favicon.ico // @grant none // @license public // ==/UserScript== // 1. Se a página actual é a máscara: if (window.location.href.includes('1500chan.org/404.html')) { // 2. Fabrique o biscoito para desactivar a máscara: document.cookie = "mc=1; domain=1500chan.org; path=/"; // 3. Redireccione o usuário para o /b/: window.location.href="https://1500chan.org/b"; }