Trustscan AutoClick

http://hackforums.net/showthread.php?tid=5217976

  1. // ==UserScript==
  2. // @name Trustscan AutoClick
  3. // @namespace TSAC
  4. // @author Hash G.
  5. // @description http://hackforums.net/showthread.php?tid=5217976
  6. // @include *hackforums.net*
  7. // @require http://code.jquery.com/jquery-2.2.2.min.js
  8. // @version 0.1.1
  9. // @grant GM_getValue
  10. // ==/UserScript==
  11.  
  12. if (location.href.match(/trustscan.php/i)) {
  13. $("a[href*='disputedb.php']").attr("href", $("a[href*='disputedb.php']").attr("href") + "&ref=hgusc-tsdb");
  14. } else if (location.href.match(/hgusc-tsdb/i)) {
  15. $("input.button[value='Search']").click();
  16. }

QingJ © 2025

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