Showing questions tagged: Show all questions

Camera settings on macbook air m1

I am trying to use OBS Virtual camera, I am resetting permissions of camera access, removing cache and data to be sure, and selecting it but it still doesn't let me use O… (read more)

I am trying to use OBS Virtual camera, I am resetting permissions of camera access, removing cache and data to be sure, and selecting it but it still doesn't let me use OBS Virtual Cam and selects Built in cam automatically does anyone has any solutions ?

when I enter for first time I can select and i select OBS Virtual Cam and I click on Allow and then next window pops up and it doesnt let me select anything else...

Asked by Zurabi Gabichvadze 6 days ago

Viewport in the devtools going out of bounds when resizing the viewport

Hello everyone, I’m a fan of Firefox due to its efficient handling of webpage caching and memory management. However, I often find myself switching back to the Chromium-b… (read more)

Hello everyone, I’m a fan of Firefox due to its efficient handling of webpage caching and memory management. However, I often find myself switching back to the Chromium-based Edge browser due to one specific feature in its DevTools. In Edge, when I resize the viewport, it stops at a certain limit. If I want to resize it further, I can zoom out and then continue resizing. I find this feature very useful. Is there a way to have similar functionality in Firefox? I’m currently using the Firefox Developer Edition.

Asked by Aditya 4 days ago

Help with 'Simple Tab Groups' add-on

I sent an email to the support email given for this add-on but didn't get a response, so maybe others can help: I'm using the 'Simple Tab Groups' add-on on my Mac comput… (read more)

I sent an email to the support email given for this add-on but didn't get a response, so maybe others can help:

I'm using the 'Simple Tab Groups' add-on on my Mac computer and am happy with it but I have one question. When I click on a web link in an email (I use the native Apple Mail), it of course takes me to my default browser which is Firefox, and then within Firefox to the simple tab group that I had open in Firefox before clicking the link. Logically I guess that's reasonable behavior but typically that's not necessarily what I want; I'd rather it open the web page in my 'main' tab group.

Is there a configuration option to say: "When clicking on a web link in an email, open to this xxxxxx default tab group"?

Asked by rick707 3 days ago

autohide everything when not hovered anywhere on browser 2

this was asked before by myself /questions/1284841 and again by another user /questions/1402855 the code was navigator-toolbox { max-height: 0; overflow: hid… (read more)

this was asked before by myself

/questions/1284841

and again by another user

/questions/1402855

the code was

  1. navigator-toolbox {
 max-height: 0;
 overflow: hidden;
 transition: ease all 3s;

}

  1. main-window:hover #navigator-toolbox {
 max-height: 100vh;
 animation: 0s pop-in;
 animation-fill-mode: both;
 animation-delay: 2s;

}

@keyframes pop-in {

 from {overflow: hidden}
 to {overflow: unset}

}

the issue now i have with firefox 124.0.2 is that the transition is now instant when my mouse enters or leaves the window and one of my addon buttons (roboform) no longer works with this userchrome.css edit.

its been a few updates ago it broke maybe 15 or so and now im wondering if there is a better updated script that works like it used to.

Asked by roger douglas 23 hours ago

Add-on no longer on Toolbar

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View. I ran Remove and then Added it again, … (read more)

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View.

I ran Remove and then Added it again, hoping the Toolbar Icon would reappear = no go, And I lost all URLs already saved, stupid me. To be clear, clicking the Icon on the Toolbar saves all open tabs.

Is there a fix via Preferences? Thanks. gw

Asked by metaguy 13 minutes ago