Torn Market Filler

On "Fill" click autofills market item price with lowest market price minus $1 (customizable), fills the quantity your quantity mode asks for, marks checkboxes for guns. Click the ⚙ cog on the Fill All bar — or hold the fill button for 2s — to open the settings modal (price delta, quantity mode, API key, prices popup, and per-category overrides — set different discounts/sources/quantities for Clothing, Other, Drug, etc.). Quantity modes: "max" (default), "max-1" to always keep a copy, a fixed num

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
SOLiNARY
Усталяванняў за дзень
8
Усяго ўсталяванняў
2,932
Рэйтынг
0 0 1
Версія
0.12.0
Створаны
24.10.2024
Абноўлены
14.08.2026
Памер
75.1 КБ
Ліцэнзія
MIT
Ужываецца на

Autofills market item price based on customisable price delta.
Default price delta is to skip 0 lowest items on market and deduct $1 from the next price, which can be represented as price delta -1[0].
You can put any operation there, +, -, +%, -%.
Works on Add & View pages.
Also, pricing off of daily average market value is possible, put [market] in brackets instead of number of items to skip, like this -1[market].
One more price base is median price of 25 lowest positions, put [median] in brackets for it like -1[median].
Price delta template & examples: operation[to-skip-items]
-10%[1]
0[market]
+25[4]
-1[median]
You can set custom price delta or api key either via Tampermonkey menu (see image) or by holding price fill button for 2 seconds.
After price fill shows 5 lowest positions with quantity X price currently for this item on market which can be dragged around & positions can be clicked to replace the current price.

You need Public api key for it to fetch all the prices.
Supports both Desktop & TornPDA on mobiles.
Requires Tampermonkey on Desktops.
TornPDA version doesnt require api key, as it uses PDA api key, but you can set it anyway.