Scroll Buttons

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.

Autor
Lucky11
Instalaciones diarias
0
Instalaciones totales
0
Calificaciones
0 0 0
Versión
1.0
Creado
11/10/2025
Actualizado
12/10/2025
Tamaño
26,4 KB
Licencia
MIT
Funciona en

Scroll Buttons Custom Dead Frontier Script

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.

Scroll Script in Action

Features

  • Scroll Up/Down: Quickly jump to the next item in the marketplace.
  • Keyboard Controls: Use keyboard keys (Arrow Up/Down or W/S) for scrolling, with configurable options to disable them.
  • Smooth Scrolling: Optional smooth scrolling animation.
  • Customization Options by editing the script code: Ability to ignore bullet counts and tagged colors during navigation. Although I recommend staying with default settings as those ignore everything except renamed items.

Configuration Options

OptionDescriptionDefault
ignoreBulletCountIf true, ignores bullet counts next to item names while scrolling.false
ignore_GC_MC_tagsIf true, ignores (GC) and (MC) tags next to item names.false
Ignore_Colour_StatsIf true, it ignores color and bullet counts for simplified navigation.true
smoothScrollIf true, enables smooth scroll animation.true
disableArrowKeysIf true, disables scrolling with Arrow keys.false
disableWSKeysIf true, disables scrolling with W and S keys.true

Usage

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.