您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Checks for deleted users in the introduction page.
// ==UserScript== // @name Deleted User Check // @namespace PXgamer // @description Checks for deleted users in the introduction page. // @include *kat.cr/community/introduction/* // @version 0.2 // @author Boba Fett & PXgamer // @grant none // ==/UserScript== $('#mainThreadsTable > tbody > tr > td.communityLayout > table > tbody > tr > td > div.markeredBlock.nopad > span > span > span.linethrough').each(function() { $($(this)).before('<span><img style="width: 12px; vertical-align: top;" src="https://pximg.xyz/images/862933be4fde36a667d7958d305546ad.png"></span>'); }); console.log("Shit's over...");