Quick Price Copy!

Click on a sale price to copy it to the clipboard

लेखक
Lucky11
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
0
रेटिंग
0 0 0
आवृत्ती
1
बनवली
2025-05-06
अपडेट केली
2025-05-06
आकार
4.77 KB
License
MIT
यांवर लागू होते:

Quick Price Copy Userscript

Quick Price Copy Userscript

Quick Price Copy Screenshot

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

Features:

  • Click on a sale price to copy it to your clipboard.
  • Automatically adjusts the copied price by a specified undercut value.
  • Customizable undercut value by modifying the Price_Undercut_Value variable in the script.
  • Visual feedback when a price is copied, showing the adjusted price for confirmation.
  • Changes the color of the 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