Greasy Fork is available in English.

Speed Up Time Script

Tăng tốc thời gian trên trang web khi nhấp vào phần tử cụ thể

< 脚本Speed Up Time Script的反馈

提问/评论

§
发表于:2024-09-01

Cho hỏi chỗ này để làm gì?

window.addEventListener("message", (e) => {
if (e.data.command === "setSpeedConfig") {
speedConfig = e.data.config;
reloadTimers();
}
});

window.postMessage({ command: "getSpeedConfig" });

发表回复

登录以发表回复。