您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
keylol 添加"只看我的"链接
当前为
// ==UserScript== // @name keylol 添加只看我的 // @description keylol 添加"只看我的"链接 // @author Splash // @namespace https://greasyfork.org/users/101223 // @version 0.2 // @match https://keylol.com/t* // @match https://keylol.com/forum.php?mod=viewthread&tid=* // ==/UserScript== (function () { 'use strict'; jQuery('.plc div.authi>a[rel=nofollow]').eq(0).after(`<span class="pipe">|</span><a href="forum.php?mod=viewthread&tid=${tid}&authorid=${discuz_uid}">只看我的</a>`); })();