您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Auto-click navigation button when enabled, auto-play videos
当前为
A userscript that automatically bypasses timers, plays videos, and navigates through IDriveSafely.com course pages.
You need a userscript manager extension:
userscript.js
and paste it into the editorThe script runs checks every 2 seconds by default. You can modify this by changing the interval in line 178:
setInterval(mainLoop, 2000); // Change 2000 to your desired milliseconds
This script is for educational purposes only. Use at your own risk and make sure to comply with IDriveSafely.com's terms of service.
MIT License - See the script header for details