Greasy Fork is available in English.

コンソールメッセージを表示

コンソールメッセージ(`console.*`)を画面に表示し、スタイリッシュな通知を提供します。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
072sfarmer
1日のインストール数
0
累計インストール数
32
評価
0 0 0
バージョン
2.0.0
作成日
2024/09/10
更新日
2024/11/13
大きさ
10.5KB
ライセンス
MIT
対象サイト

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.