AMBOSS Random Article

Random article generator with categorization!

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το 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.

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

Δημιουργός
bl4d3rvnner7
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
1
Βαθμολογίες
0 0 0
Έκδοση
1.1
Δημιουργήθηκε την
29/03/2026
Ενημερώθηκε την
29/03/2026
Μέγεθος
2 MB
Άδεια
MIT
Εφαρμόζεται σε

🧠 Why This Exists

Ever sat there thinking:

"What should I study next?"

…and ended up doing nothing?

This script removes that friction.

👉 One click = one random article = instant progress


🎯 The Idea

There’s a well-known effect in learning:

It's easier to follow a given task than to decide one yourself.

This tool leverages that.

  • No decision fatigue
  • No overthinking
  • Just start learning

🚀 What It Does

  • Adds a floating "Random Article" button to AMBOSS
  • Instantly opens a random article from a curated pool (2300+ articles)
  • Matches AMBOSS UI styling (native look)
  • Dark mode by default (blends into AMBOSS interface)
  • Works with React navigation (SPA-safe)
  • Fully client-side - no tracking, no requests

🎓 Perfect For

  • Procrastination-breaking study sessions
  • Quick learning sprints
  • Daily "just start" habit building
  • Discovering weak spots randomly
  • Passive recall training

⚙ Installation

1️⃣ Install Tampermonkey

👉 https://www.tampermonkey.net/

2️⃣ Install Script

👉 GreasyFork 👉 Or raw install: https://raw.githubusercontent.com/bl4d3rvnner7/amboss-random-article/main/script.js

3️⃣ Open AMBOSS

👉 https://next.amboss.com/


🔥 Pro Tip

Use this together with:

👉 AMBOSS Anonymizer https://github.com/bl4d3rvnner7/amboss-anonymizer

Perfect combo for:

  • studying on stream
  • teaching
  • sharing screen safely

🧠 Technical

  • Runs at document-idle
  • Injects floating UI container
  • Uses local ID pool (no API calls)
  • Zero dependencies
  • Ultra lightweight