You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other webextensions related to Youtube are disabled -- Just to ensure there is no issues or conflicts with other webbrowser extensions.
using a new, unmodified browser profile
Describe the issue
When using this extension with Firefox 118.0.2 on Windows 11 on youtube, a light green circular play icon belonging to this extension appears at the right-side gutter of the URL bar. I often use the browser with quite narrow windows, so I prefer not to waste horizontal screen area on something that (at least for me) is a fire-and-forget extension that does its job in the background. How about an option to remove this icon from the URL bar?
Screenshot(s)
Screenshot(s)
Browser & Extension version
Firefox 118.0.2
Operating System & Version
Windows 11 22H2 22621.2428
Notes
No response
The text was updated successfully, but these errors were encountered:
Thanks for this suggestion.
I will look into to it, but consider the following thinks:
In FF when using page-actions instead of browser-actionsin the manifest file to declare where to function FF places the icon in the URL bar;
This extension needs the popup for functionality;
fire-and-forget is not a good idea, as some of the core functions are turned off on installation (these are the function to disable YT autoplay & auto click on 18+ warnings in playlists if logged in ), so you need to turn them on yourself.
I will take a look in how to still use page-actions and not have the icon in the URL bar.
edit:
As soon as Firefox fully supports the "Manifest v3" I can make my extension also support it, which makes it easier to fulfill your request.
Prerequisites
I tried to reproduce the issue when...
Describe the issue
When using this extension with Firefox 118.0.2 on Windows 11 on youtube, a light green circular play icon belonging to this extension appears at the right-side gutter of the URL bar. I often use the browser with quite narrow windows, so I prefer not to waste horizontal screen area on something that (at least for me) is a fire-and-forget extension that does its job in the background. How about an option to remove this icon from the URL bar?
Screenshot(s)
Screenshot(s)
Browser & Extension version
Firefox 118.0.2
Operating System & Version
Windows 11 22H2 22621.2428
Notes
No response
The text was updated successfully, but these errors were encountered: