Greasy Fork is available in English.

Torn Market Filler

On "Fill" click autofills market item price with lowest market price currently minus $1 (can be customised), fills max quantity for items, marks checkboxes for guns.

ผู้เขียน
SOLiNARY
จำนวนติดตั้งประจำวัน
5
จำนวนติดตั้งทั้งหมด
523
คะแนน
0 0 0
เวอร์ชัน
0.4
สร้างเมื่อ
24-10-2024
อัปเดตเมื่อ
03-11-2024
สัญญาอนุญาต
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.

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.