最穩popcat click腳本

沒想到有台灣作者吧

  1. // ==UserScript==
  2. // @name 最穩popcat click腳本
  3. // @namespace http://tampermonkey.net/
  4. // @version V1
  5. // @description 沒想到有台灣作者吧
  6. // @author 寂寞0.0
  7. // @match https://popcat.click/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. var event = new KeyboardEvent('keydown', {
  12. key: 'g',
  13. ctrlKey: true
  14. });
  15.  
  16. setInterval(function(){
  17. for (var a = 0; a < 120; a++) {
  18. document.dispatchEvent(event);
  19. }
  20. }, 0);

QingJ © 2025

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