https://github.com/javascriptdude/jsd_error_notifier
Updated Version of Javascript-errors-notifier extension
https://github.com/javascriptdude/jsd_error_notifier
Last synced: 3 months ago
JSON representation
Updated Version of Javascript-errors-notifier extension
- Host: GitHub
- URL: https://github.com/javascriptdude/jsd_error_notifier
- Owner: JavaScriptDude
- License: mit
- Created: 2025-02-19T22:58:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T23:19:29.000Z (3 months ago)
- Last Synced: 2025-02-20T00:22:02.981Z (3 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript Errors Notifier
==========================This is a fork of https://github.com/barbushin/javascript-errors-notifier
## Installation
1. Add extenstion to your browser
* Firefox - tbd## Features
* Change extension icon color in toolbar when JavaScript error occurs
* Show error icon in bottom right page corner
* Show errors details by click on toolbar or notification icon
* Error source URL in popup is clickable
* Show errors details in notification popup
* Show errors stack traces
* Show errors column number
* Error source in notification popups is clickable
* Does not overrides user-defined error handler
* Handle console.error() calls
* Handle missing js/css/other missing files 404 errors
* Ignore 404 errors initiated by AdBlock and etc
* Ignores repeated errors
* Ignores Google Chrome extensions internal errors
* Error text is linked on StackOverflow search
* Copy errors details to clipboard## Contribution
* Check [Issues](https://github.com/JavaScriptDude/JSD_Error_Notifier/issues) page for feature requests.
* Please keep original code style: use `tab` for indention, and all other spacing & braces formatting same as in original.
* Test your code twice :) Thank you!