Skip to content

nelsonyang9527/POPCAT-Auto-Click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

自動點擊啵啵貓 POPCAT-Auto-Click

POPCAT Auto Click

使用說明

  • 瀏覽器開啟https://popcat.click
  • 按下F12, 選到Console
  • 貼上下面程式碼, 按下Enter

程式碼

// 0.5秒 觸發鍵盤
setInterval(function () { document.dispatchEvent(new KeyboardEvent('keydown')); }, 500);

程式說明

  • 整個網站 document 建立事件
  • 建立 KeyboardEvent Object 實作事件內容為: 按下按鍵 (Keydown)
  • 最後使用 setInterval 循環定時器觸發以上動作

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published