fangyuan99 在 Pandora Car 去除小锁脚本 中发帖
[image]
使用 给大家带来新玩具Pandora Car开车平台,0门槛的共享ChatGPT Plus服务 开车的时候左边会有很多别人的聊天记录,占地方,而且不好翻自己的记录
油猴脚本重写 fetch 方法过滤掉所有带锁的项
// ==UserScript==
// @name Filter JSON items with 🔒 in items array
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Filter out objects with 🔒 symbol in the title field within the items array when parsing JSON data.
// @author Your Name
/...