Skip to content

Instantly share code, notes, and snippets.

View lyrl's full-sized avatar
🎯
Focusing

lyrl

🎯
Focusing
View GitHub Profile
@lyrl
lyrl / gist:86c99a5d6ef36d308970af18258888f8
Created July 22, 2026 04:03
后台接口请求实时弹窗提醒
// ==UserScript==
// @name 后台接口请求实时弹窗提醒
// @namespace http://tampermonkey.net
// @version 1.2
// @description 左下角单行列表实时显示 fetch/XHR 请求,悬停暂停消失,点击查看请求/响应详情
// @author YourName
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==