您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
虫洞栈(bugstack.cn)免微信关注公众号
// ==UserScript== // @name 虫洞栈去除验证码 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 虫洞栈(bugstack.cn)免微信关注公众号 // @author li // @match https://bugstack.cn/* // @run-at document-start // @grant none // @license Apache 2.0 // ==/UserScript== (function() { 'use strict'; document.head.innerHTML+=`<style> #read-more-wrap {display: none !important} .theme-default-content { height:100% !important} </style>` })();