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 http://tampermonkey.net | |
| // @version 1.2 | |
| // @description 左下角单行列表实时显示 fetch/XHR 请求,悬停暂停消失,点击查看请求/响应详情 | |
| // @author YourName | |
| // @match *://*/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
OlderNewer