Bin (@Bin29) 在 [油猴脚本]一键收藏linux.do的帖子链接 中发帖
如题,这样以后可以按自己的命名来搜索收藏的帖子链接,哈哈哈
有防重复功能,就是一个帖子不同楼层也算一个帖子
[image]
[image]
// ==UserScript==
// @name Linux.do 超级收藏夹
// @namespace http://tampermonkey.net/
// @version 2.3
// @description 解决了同一帖子不同楼层被重复收藏的问题。功能完善,UI精美。
// @author Bin
// @match https://linux.do/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// ==/UserScript==...