javascript-errors-notifier icon indicating copy to clipboard operation
javascript-errors-notifier copied to clipboard

Google Chrome and Firefox extension that notifies about JavaScritp errors by icon in address bar & popups

Results 31 javascript-errors-notifier issues
Sort by recently updated
recently updated
newest added

getting not found: https://chrome.google.com/webstore/detail/javascript-errors-notifie/jafmfknfnkoekkdocjiaipcnmkklaajd

From your [Add-Ons](https://addons.mozilla.org/en-CA/firefox/addon/javascript-errors/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search) page, you have a link to a "test page": Test page → https://goo.gl/IEXS2y This link gets redirected to some spam website.

FEATURE REQUEST: Requesting that the (!) image should have a wrapper around it and/or allow for custom styling. The main goal is to hide the (!) when printing.

I would like to set this to trigger notification windows when using the production/canary versions of the site I work for, as well as my custom local urls. Ideally, I...

Hi, I use your tool while running automated testing. If an error is encountered, my scripts keep going because I don't want to add any code to constantly check if...

Small PR to track `XMLHttpRequest` errors, which would otherwise be ignored by the extension.

Hi, Thank you for bringing us the great plugin. It works perfectly until recent: When some error happens, the error badge doesn't show up. Instead, the Chrome console shows "Unchecked...

The extension doesn't work in Microsoft Edge, It throws the following error: ``` Uncaught TypeError: Cannot read property 'url' of null at handleNewError (content.js:62) at HTMLDocument. (content.js:95) handleNewError @ content.js:62...

It seems that there are multiple problems arise from the fact that the extension doesn't use messaging API instead of passing events. In my case, there was a problem outlined...