Click on a sale price or item name to copy it to the clipboard
Quick Price Copy Userscript
    

    
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.
Price_Undercut_Value variable in the script.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:
