Quick Price Copy!

Click on a sale price or item name to copy it to the clipboard. Also formats Price as you type with commas like 1,000,000 instead of 1000000

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

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

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

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

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

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

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

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

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

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

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

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

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

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

作者
Lucky11
今日安裝
0
安裝總數
17
評價
0 0 0
版本
1.2
建立日期
2025-05-06
更新日期
2025-11-04
尺寸
10.5 KB
授權條款
MIT
腳本執行於

Quick Price Copy Userscript

Quick Price Copy Userscript

Quick Price Copy Screenshot

This userscript allows you to quickly copy sale prices or item name from the Dead Frontier marketplace, making it easier to undercut prices when posting your own items for sale.

Features:

  • Click on a sale price or item name to copy it to your clipboard.
  • Automatically adjusts the copied price by a specified undercut value.
  • Formats the price with commas for easy readability as you type into the textbox:
  • Quick Price Copy Screenshot
  • Customizable undercut value by modifying the Price_Undercut_Value variable in the script.
  • Visual feedback when a price or item name is copied, showing the adjusted price for confirmation.
  • Changes the color of the name or price temporarily to indicate a successful copy action.

How to Use:

  1. Install a userscript manager like Tampermonkey.
  2. Add this script to your userscript manager.
  3. Navigate to the Dead Frontier marketplace page.
  4. Click on any sale price to copy it with the undercut value applied.

Customization:

To change the undercut value, simply modify the Price_Undercut_Value variable at the beginning of the script. For example, to set an undercut value of 2, change:

const Price_Undercut_Value = 1;

to:

const Price_Undercut_Value = 2;

You can also disable the popup feedback that displays what was copied by setting the Show_Feedback variable to false. For example:

let Show_Feedback = false;

Here’s a screenshot of how the popup looks when enabled:

Popup Feedback Screenshot