Userscript Console (For developers)

Simple script that provides window.GM_Exec that can access GM_*functions

ผู้เขียน
PYUDNG
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
18
คะแนน
0 0 0
เวอร์ชัน
0.1
สร้างเมื่อ
23-07-2021
อัปเดตเมื่อ
23-07-2021
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ
ไซต์ทั้งหมด

Userscript Console (For developers)

Simple script that provides window.GM_Exec that can access GM_*functions

Usage


window.GM_Exec(code, pswd): the same as GM_Exec
GM_Exec(code, pswd):

  • code: The code you want to execute in Tempermonkey Sandbox
  • pswd: The password you set above


Remember

  • Calling GM_Exec with wrong password has no effect but to increase the number variable , your code will not be executed.
  • For safety, you have to wait at least 1 second before you call GM_Exec again after you called it with a wrong password
  • GM_Exec will be deleted if triedCount has reached a big number
  • All these above is for safety, protecting your password from being tested out or guessed from the fucking crackers attacking you from their website