hyperfekt / webextension-remove-redirect

Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and replaces the link with that.
https://addons.mozilla.org/en-US/firefox/addon/remove-redirect/
MIT License
21 stars 2 forks source link

Source map error in console #10

Closed ethus3h closed 6 years ago

ethus3h commented 6 years ago

New Issue Checklist (tick off like this: [x])

What is your browser?

What is your operating system?

Description (please include examples/screenshots where applicable)

The add-on places an error into the Web console for every Web page I tested. This gets in the way of using the Web console while the add-on is enabled.

Here is the text of the error:

Resource URL: moz-extension://b3c66796-33e4-4cac-b872-ebcabcda9b8d/browser-polyfill.js
Source Map URL: browser-polyfill.js.map

Screen shot: screenshot_2018 03 09_00 23 57

hyperfekt commented 6 years ago

Strangely I am unable to reproduce this (sorry for the delayed answer, the notification must have gone under) - I specifically checked that I had source maps enabled. Either way I removed the source map hint that would have caused it, version 2.2.1.1 without it is live on AMO now.

ethus3h commented 6 years ago

Yay, I've tested and the issue is indeed gone. Thank you! :)