问问有没有屏蔽小红书视频的脚本
如题,虽说有脚本[源地址](https://greasyfork.org/zh-CN/scripts/480714-%E5%B0%8F%E7%BA%A2%E4%B9%A6%E9%9A%90%E8%97%8F%E8%A7%86%E9%A2%91%E5%86%85%E5%AE%B9),需要魔法才可打开。脚本太久远,我用AI也无法帮助修复 本帖最后由 潘钜森 于 2025-8-24 12:29 编辑> 小红书不是有自带的可以只看图文的按钮么
!(data/attachment/forum/202508/24/122823fpsg1sxr7i1deid7.png)
```
// ==UserScript==
// @name New Userscript
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @descriptiontry to take over the world!
// @author You
// @match http*://*.xiaohongshu.com/*
// @run-at document-start
// @grant unsafeWindow
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle(`section.note-item:has(span.play-icon) div { display: none !important; }`)
```
潘钜森 发表于 2025-8-24 12:26
> 小红书不是有自带的可以只看图文的按钮么
!(data/attachment/forum/202508/24/122823fps ...
解决了,谢了。小红书那个筛选只能筛选出搜索出来的,脚本就可以筛选出主页。不过我发现小红书的CPU占用莫名其妙突然升高,我得去挨个个排除脚本和扩展了
页:
[1]