plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better
MIT License
801 stars 33 forks source link

Firefox: Source map error when attempting to apply dark mode. #86

Closed Forbo closed 3 years ago

Forbo commented 3 years ago

The dark mode CSS doesn't appear to apply correctly in Firefox on Ubuntu. I find the following in my browser's console:

Source map error: Error: NetworkError when attempting to fetch resource. Resource URL: moz-extension://554fa046-0d16-4e9d-a042-728ebf840c93/browser-polyfill.min.js Source Map URL: browser-polyfill.min.js.map

Previously referenced in another issue here: https://github.com/plibither8/refined-hacker-news/issues/84#issuecomment-740843529

plibither8 commented 3 years ago

Also just to note: I saw your comment on HN and the attached image - the Firefox version does seem to have a lot of bugs especially in the popup. I'll have to properly investigate that soon. The non-buggy version should look like this:

image

plibither8 commented 3 years ago

Source-map errors are behind-the-scene errors that don't cause any bugs to the user. This is pretty low priority, so I'll close this but keep a note of it. Thanks!