Greasy Fork is available in English.
在不禁用 Neat Download Manager 插件的情况下,移除其注入到页面中的下载浮层
当前为
中文
本脚本用于移除 Neat Download Manager 浏览器扩展在网页中自动注入的下载浮层(基于 <table> 的 UI 结构,如 neatHCell*),
在 不禁用、不影响插件本体功能 的前提下,保持页面界面整洁。
脚本通过监听 DOM 变化(MutationObserver),在检测到相关注入结构后自动移除对应浮层,
仅作用于页面展示层,不会拦截下载、不修改网络请求,也不会影响视频播放。
English
This userscript removes the overlay UI injected by Neat Download Manager (table-based elements such as neatHCell*)
without disabling or breaking the extension itself.
It watches DOM mutations and automatically removes the injected overlay when detected.
The script only affects page UI, does not block downloads, network requests, or media playback.
中文
table + neatHCell*)chrome-extension://...)与 DOM 特征双重识别English
中文
脚本会检测页面中是否出现以下特征之一:
id="neatHCell*" 的表格结构一旦命中,脚本会定位并移除对应的浮层容器(通常是高 z-index 的 overlay 节点)。
English
The script detects injected elements by:
id="neatHCell*"Once detected, the corresponding overlay container (usually a high z-index element) is removed.
中文
English
MIT License