Lilia
Lilia
The issue is in the onMessage function in background.js, line 98. For some reason chrome.permissions.request is not returning a promise in Firefox 131.0.3 ```js chrome.permissions.request({permissions: ['downloads']}, function (granted) { cLog('downloadFile...
@extesy I'd say it is as well. There is a workaround I discovered, to first check for the permission with permissions.contains, but it's not ideal
Hiya! To help us figure out the issue, could you do the following: 1. Enable debug mode in the Hover Zoom settings, under the "Advanced" tab 2. At the login...
@extesy I have a PR that changes the "lock image" function so that the first press of it always makes the image fit the screen. A second press of it...
Yes, that's what I meant. Currently, some images when locked will appear larger than the window, and pressing the lock button again would make it fit to the window. This...
So the image wouldn't show at all, just the image name? Currently the image name shows up as the image caption when hovering over a link
Tested and see it too. Occurs in both old and sh reddit. @extesy It seems like the audio player is being added to the video player, causing it to display...
This occurs on both chrome and firefox, and it is not a new bug. I haven't found an origin commit for it yet
Does disabling youtube.com in the HZ+ settings under the sites tab fix the stuttering?
There could be a button to migrate old settings over, for cases like this. I looked through the migrateOptions function, and it seems fine