您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add a pivot table at the top of the game page and allow you to add shortcuts to run console scripts.
Quick Bar Instructions
This Quick Bar allows you to add commands and manage your menu efficiently. Follow the steps below to use it effectively.
To add a new command to the Quick Bar:
To insert a line break:
You can load commands from a text file:
To clear all saved commands:
To export the current command table:
To execute a command:
To import commands from a text file, ensure that the file is formatted correctly:
Command Name, Command to Execute, Image URL (optional)
Open Google, window.open('https://www.google.com'), https://example.com/google_icon.png
Send Alert, alert('Hello World!'),
Open Google, window.open('https://www.google.com'), https://example.com/google_icon.png
Send Alert, alert('Hello World!'),
Ensure that the commands you input are valid JavaScript commands, as they will be executed using eval
.