Deleted User Check

Checks for deleted users in the introduction page.

  1. // ==UserScript==
  2. // @name Deleted User Check
  3. // @namespace PXgamer
  4. // @description Checks for deleted users in the introduction page.
  5. // @include *kat.cr/community/introduction/*
  6. // @version 0.2
  7. // @author Boba Fett & PXgamer
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. $('#mainThreadsTable > tbody > tr > td.communityLayout > table > tbody > tr > td > div.markeredBlock.nopad > span > span > span.linethrough').each(function() {
  12. $($(this)).before('<span><img style="width: 12px; vertical-align: top;" src="https://pximg.xyz/images/862933be4fde36a667d7958d305546ad.png"></span>');
  13. });
  14.  
  15. console.log("Shit's over...");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址