5etools Clean Spell Layout

Makes the spells page of 5e.tools clean, and only show pinned list, with customizable UI.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
ThunderE75
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
1
Βαθμολογίες
0 0 0
Έκδοση
1.3
Δημιουργήθηκε την
22/04/2026
Ενημερώθηκε την
22/04/2026
Μέγεθος
20 KB
Άδεια
AGPL-3.0
Εφαρμόζεται σε



5eTools Spell List Userscript

Fixes the awkward layout of the spell view on 5etools by creating a clean, split-screen interface.

Preview

Features

  • Moving the Pinned Spell List to the left
  • Keeping spell details on the right
  • Using full screen width efficiently
  • Providing a clean, consistent reading experience
  • Optional toggles via userscript settings:
    • Show/Hide Header
    • Show/Hide Navigation
    • Show/Hide Extra panel

⚠️ IMPORTANT
Create your spell list BEFORE enabling the script because once the script is active:
  • The original UI is replaced
  • You won’t have access to the main spell browser anymore

Installation

Configuration

You can customize the layout using your userscript manager:

Violentmonkey dashboard > Edit the script > Go to Values / Script Settings


{
  "showExtra": true,
  "showHeader": true,
  "showNav": false
}

Credits