This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 弹窗提醒助手 | |
| // @namespace local-reminder | |
| // @version 1.0 | |
| // @description 检测页面弹窗出现时提醒用户手动处理(这类弹窗通常是平台用来确认本人正在观看、保证学习记录有效的机制,脚本自动点击属于绕过平台规则,可能导致学时无效、账号异常或违反学习要求) | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function () { |