您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a Call button to the YATA Target List for easier callouts during Ranked Wars
A lightweight quality-of-life userscript that enhances the
YATA → Target list page (https://yata.yt/target/
).
It adds a non-sortable Call column with a one-click copy button,
stabilizes sorting by the Notes column, and integrates a
Template picker into the page header so you can control exactly
how callouts are formatted.
https://yata.yt/target/
(and subpaths like /target/*
)https://yata.yt/target/
.Calling: {name}{id}{time}
🎯 Calling: {name}{id}{time}
╭═══ 🎯 CALLING ════╮
ExampleName [123456]
╰═════ 4m 10s ═══════╯
═
so the box width roughly fits the content.[id]
) is roughly centered.Ready
.For the default and emoji templates:
Action | Effect |
---|---|
Left-click | Copy without time. (Example: Calling: ExampleName ) |
Shift + Left-click | Add time on a new line. (Example: Hitting in 12m 30s or ⏲️ 12m 30s ) |
Alt + Left-click | Include the player ID in [brackets] after the name. (Example: ExampleName [123456] ) |
Ctrl + Left-click | Uppercase the entire message. |
Middle-click | Quick copy: CALL: {name} (no ID, no time). |
For the ascii template:
Ready
), in the 3-line ASCII box.Calling: ExampleName
Hitting in 4m 10s
🎯 Calling: ExampleName [123456]
⏲️ 4m 10s
╭═══ 🎯 CALLING ════╮
ExampleName [123456]
╰═════ 4m 10s ═══════╯
The script keeps a hidden sort key in each Notes cell that mirrors the current
note input value. This prevents the “random” or sticky ordering you may see
when sorting by Notes on a dynamic table. Edits to a note trigger a subtle
table update so the sort order reflects your latest text.
localStorage
under the key yata-template
.https://yata.yt/target/
.[id]
; refined header integration; stable Notes sorting; ETA on new line; improved copy hints.
Built specifically for YATA users who want faster, cleaner callouts and a stable workflow.