PThanks

PT站自动感谢拿积分

  1. // ==UserScript==
  2. // @name PThanks
  3. // @author limbo
  4. // @version 0.992
  5. // @description PT站自动感谢拿积分
  6. // @match http://*/details.php*
  7. // @match https://*/details.php*
  8. // @match http://*.im/t*
  9. // @match https://*.im/t*
  10. // @match http://*/plugin_details.php*
  11. // @match https://*/plugin_details.php*
  12. // @match http://*/*page=torrent-details&id=*
  13. // @match https://*/*page=torrent-details&id=*
  14.  
  15. // @namespace https://gf.qytechs.cn/users/25324
  16. // ==/UserScript==
  17.  
  18. function thanks(){
  19. if(document.getElementById("ajaxthanks"))
  20. document.getElementById("ajaxthanks").click();
  21. if(document.getElementById("saythanks"))
  22. document.getElementById("saythanks").click();
  23. if(document.getElementById("thanksbutton"))
  24. document.getElementById("thanksbutton").click();
  25. if(document.getElementById('thanks_div'))
  26. document.getElementById('thanks_div').click();
  27. }
  28.  
  29. setTimeout(thanks,200);

QingJ © 2025

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