Quick Bar - For Console Scripts -TribalWars

Add a pivot table at the top of the game page and allow you to add shortcuts to run console scripts.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
StonyBaboon
今日安裝
0
安裝總數
18
評價
0 0 0
版本
1.0
建立日期
2024-10-27
更新日期
2024-10-27
尺寸
12.3 KB
授權條款
CC BY-NC-ND 4.0
腳本執行於

Quick Bar Instructions

Quick Bar Usage Instructions

This Quick Bar allows you to add commands and manage your menu efficiently. Follow the steps below to use it effectively.

1. Adding a New Command

To add a new command to the Quick Bar:

  • Click the + button located at the bottom right of the Quick Bar.
  • Select Add Command from the options.
  • Enter the command name, image URL (optional), and the command to be executed.
  • Click OK to add the command.

2. Adding a Line Break

To insert a line break:

  • Click the + button at the bottom right of the Quick Bar.
  • Select Add Line Break from the options.

3. Loading Commands from a File

You can load commands from a text file:

  • Click the + button and select Load Commands from File.
  • Select the desired text file (.txt) containing your commands.

4. Clearing Memory

To clear all saved commands:

  • Click the + button and choose Clear Memory.
  • Confirm the action when prompted.

5. Exporting the Command Table

To export the current command table:

  • Click the + button and select Export Table.
  • The table will be saved as a .txt file on your device.

6. Executing a Command

To execute a command:

  • Simply click on the command name in the Quick Bar.

7. Importing Commands from a Text File

To import commands from a text file, ensure that the file is formatted correctly:

  • Each line should contain a command in the following format:
  • Command Name, Command to Execute, Image URL (optional)
  • For example:
  • 
    Open Google, window.open('https://www.google.com'), https://example.com/google_icon.png
    Send Alert, alert('Hello World!'), 
            
  • To add a line break in the menu, leave a blank line in the file:
  • 
    Open Google, window.open('https://www.google.com'), https://example.com/google_icon.png
    
    Send Alert, alert('Hello World!'), 
            

Notes

Ensure that the commands you input are valid JavaScript commands, as they will be executed using eval.