Challenges Inside Inventory

Adds a button to Dead Frontier Inventory to open challenges inside the game inventory. So you don't need to come back to outpost to check if you completed the challenges.

作者
Lucky11
日安装量
0
总安装量
0
评分
0 0 0
版本
1.2
创建于
2025-08-27
更新于
2025-08-28
大小
17.1 KB
许可证
MIT
适用于

Challenges Inside Inventory UserScript

This Tampermonkey user script enhances the Dead Frontier Inventory page by adding a convenient button to quickly view your current challenges without needing to return to the outpost. Once activated, it fetches challenge data from the server, processes it, and displays detailed information about each challenge in an overlay panel.

Features:

  • Button Addition: Adds a "Show Current Challenges" button inside the inventory interface.
  • Real-time Challenge Data: Sends a POST request to retrieve current challenge details, including objectives, rewards, and progress.
  • Overlay Panel: Displays challenges with expandable details, rewards, and progress bars.
  • Easy Closure: Click anywhere outside the panel or on the close button to dismiss.

Button Preview:

Button to open challenges panel

Challenges Panel Preview:

Challenges display panel

Notes:

  • The script uses your game variables (like level and membership status) for accurate challenge filtering. Level & Membership Filtering: Only shows challenges appropriate for your player level; doubles experience rewards if you're a gold member.
  • Ensure Tampermonkey manager is installed and enabled.
  • This script is tailored for the specific Dead Frontier inventory page URL pattern.