Torn Item Market — RW Bonus Badges

Show RW bonus name and percentage directly on each Item Market listing (no hover required)

作者
Smitty07
今日安裝
0
安裝總數
1
評價
0 0 0
版本
1.0
建立日期
2025-09-16
更新日期
2025-09-16
尺寸
11.4 KB
授權條款
MIT
腳本執行於

What this script does

Prints the Ranked War bonus and its percentage directly on each Item Market card, so you do not need to hover the tiny icon. Handles infinite scroll and SPA route changes.

How to use

  1. Install Tampermonkey or Violentmonkey.
  2. Click “Install” on this GreasyFork page.
  3. Open the Item Market. Scroll as usual. Badges appear on the bottom of each item image.

How it works

The script finds the RW bonus icon container on each card, reads the bonus name and first percentage from Torn’s own tooltip attributes, and overlays a compact badge on the image wrapper. A MutationObserver rescans when new rows render.

Notes

  • Only surfaces data already present in the page HTML. No external requests. No tracking.
  • If Torn removes or renames the tooltip attributes, badges may not show a percentage.
  • Multiple bonuses are shown as “First +N” to keep the badge small.

Troubleshooting

  • No badges: refresh once after filters or theme changes.
  • Still nothing: confirm the URL includes sid=ItemMarket and the script is enabled.
  • Layout clash: reduce browser zoom or try the default card size.

Changelog

  • 1.0 Initial release.