V1P3R-FMG / free-map-genie

Chromium/Firefox extension that unlocks mapgenie pro features for free.
MIT License
153 stars 10 forks source link

[BUG] Extension breaks on page load #28

Closed BJack0 closed 10 months ago

BJack0 commented 10 months ago

Describe the bug When loading any map, the page will refresh a couple of times and eventually will load the page. After the map has loaded there are duplicate versions behind the currently loaded map and most functionality breaks.

Unsure how reproducible this bug is, feel free to ask for logs or screenshots.

To Reproduce Steps to reproduce the behavior:

  1. Go to any map on https://mapgenie.io/
  2. Wait for the page to refresh two or three times
  3. Issue starts

Screenshots https://imagizer.imageshack.com/img922/6708/Aw4DMV.gif

Desktop (please complete the following information):

MrFusiion commented 10 months ago

Probably the same issue as #21. Can you check if the extension has the needed permissions?.

And which version of the extension are you using.

BJack0 commented 10 months ago

I check the issue you mentioned and I checked the permissions. The permissions are the same as a fresh install of the plugin, after allowing ALL permissions to the plugin the same issue appears.

image

I looked in the dev tools and found the error above.

image

I also found this error related to a font.

MrFusiion commented 10 months ago

Well I tried the extension on brave a couple of hours ago and wasn't able to reproduce the error. But tried it again just now and got the same error/bug.

Apparently declarative net request are a bit buggy on Brave? https://community.brave.com/t/declarativenetrequest-rules/522661 image

So like to OP in that thread said reloading the extension solves the declarative net request issue. And is probably also the reason I got the error only after reopping the browser.

BJack0 commented 10 months ago

Reloaded the plugin and the issue is resolved.

Maybe as a QOL improvement, would it be possible to add a quick toggle or refresh button similar to U-Block origin?

If brave haven't fixed it in months then who knows when it might get fixed. It will suck having to open the extensions and manually reload it every time. (I don't mind doing so and might even use chrome for my maps while its broken)

Thanks anyway for the fast response