Afficher les messages de la console

Affiche les messages de la console (`console.*`) à l'écran avec des notifications stylisées.

Auteur
072sfarmer
Installations quotidiennes
0
Installations (total)
30
Notes
0 0 0
Version
2.0.0
Créé
10/09/2024
Mis à jour
13/11/2024
Size
10,5 ko
Licence
MIT
S'applique à

Show Console Messages is a script that displays console.log, console.error, console.warn, console.info, and console.debug messages on the screen.

Features:

  • Real-time display: Shows console messages directly on the page.
  • Styled notifications: Messages are color-coded with icons for easy recognition.
  • Auto-dismiss: Messages disappear after a few seconds with a progress bar.
  • Deduplication: Repeated messages are counted and grouped.
  • Click to dismiss: Manually dismiss messages by clicking.
  • Exclusions: Does not run on localhost.

Perfect for monitoring console output without opening developer tools.

Usage:

  • Add // @match *://*.example.com/* to the first section of the script to enable the notifications on that website.
  • Use // @match *://*/* to enable it on all websites.