您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
关闭免费版Bandicut关闭后的购买弹出页面
// ==UserScript== // @name 关闭Bandicut弹窗页面 // @name:en Close Free Version Bandicut Pop Up // @namespace https://github.com/AliubYiero/TamperMonkeyScripts // @version beat_0.1 // @description 关闭免费版Bandicut关闭后的购买弹出页面 // @description:en Close the pop up when Bandicu(Free Version) closo. // @author Yiero // @run-at document-start // @match https://www.bandicam.cn/bandicut-video-cutter/buy/trial/ // @icon https://www.bandicam.cn/favicon.ico // @grant none // @license GPL // ==/UserScript== window.close();