Ben McGarry

Results 9 issues of Ben McGarry

RES Manifest v3 Support https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ Known Issues: `Uncaught (in promise) Error: The message port closed before a response was received. `https://github.com/honestbleeps/Reddit-Enhancement-Suite/blob/master/lib/environment/utils/api.js#L8

Chrome does not allow geolocation to be a optional permission: https://developer.chrome.com/docs/extensions/reference/permissions/#step-2-declare-optional-permissions-in-the-manifest Resolves in-browser alert: ![image](https://user-images.githubusercontent.com/9434920/149604010-cead17ac-42c8-47ea-9878-8ecbb62673c3.png)

Geolocation does not work in optional causing it to be ignored. ![image](https://user-images.githubusercontent.com/9434920/111889997-70e89300-89dd-11eb-98ff-747ab29a0fcb.png) Tested in Chrome/Edge.

So Apple just announced the adoption of WebExtensions API in macOS Big Sur. Please use this issue to track information on what we know as well as test results. **What...

Browser-Safari

Based off here: https://github.com/honestbleeps/Reddit-Enhancement-Suite/pull/5190. We should look at having the option so a mediahost only requests the API which is expanded by the user instead all to prevent extensive API...

When a user is loading a custom stylesheet in stylesheet loader, we should automatically disable subreddit CSS for that targeted sub(s). Currently it does not and the user has to...

Length isnt a great way to check, moving this to regex with no length constraints to cover for future changes.

- [ ] Webpack 4 > 5 Migration - [ ] Evaluate effort required - [ ] Migrate packages over - [ ] Manifest v3 Support - [ ] Chrome...

Difficulty-3_­­­Hard

### Is this a feature request or a bug? Bug ### What is the current behavior? From the manifest file, we are setting android as a minimum of 120, however...