Adds scroll buttons to Dead Frontier Marketplace which lets you quickly jump up or down to the next item with different name. Scrolling happens from the top item perspective - it logs the first visible item inside the marketplace list and scrolls until the top item becomes something else, based on different item name or different data-type.
This Tampermonkey script enhances the Dead Frontier Marketplace by adding scroll buttons that allow players to quickly navigate between items with different names. The scrolling logic is based on the first visible item, scrolling until the top item changes based on the item's name or data-type.

| Option | Description | Default |
|---|---|---|
ignoreBulletCount | If true, ignores bullet counts next to item names while scrolling. | false |
ignore_GC_MC_tags | If true, ignores (GC) and (MC) tags next to item names. | false |
Ignore_Colour_Stats | If true, it ignores color and bullet counts for simplified navigation. | true |
smoothScroll | If true, enables smooth scroll animation. | true |
disableArrowKeys | If true, disables scrolling with Arrow keys. | false |
disableWSKeys | If true, disables scrolling with W and S keys. | true |
Install this script using a userscript manager like Tampermonkey. Once installed, navigate to the Dead Frontier Marketplace page, and you will see the scroll buttons appear.