Kukhonjiswa imibuzo ethegiwe:

Feature Request: Allow「Enable vertical tab mode sidebar for some windows individually」

Support Firefox to be able to use different tab view modes on different windows! For example, two Firefox windows on different monitors, in my situation below: - One on a… (funda kabanzi)

Support Firefox to be able to use different tab view modes on different windows! For example, two Firefox windows on different monitors, in my situation below:

- One on a 1920*1080 hori screen, with vertical tab sidebar disabled - One on a 1080*1920 vert screen, with vertical tab sidebar enabled for this window only in this case.

It brings much more convenience, at least for situations just like mine :)

Okugcinwe kunqolobane 1 190

How to style new vertical tabs

Hello, would like tabs titles to be styled like in attachment (screen is from Simple Tab Groups addon). Especially would like to decrease (vertical) gaps between titles. … (funda kabanzi)

Hello, would like tabs titles to be styled like in attachment (screen is from Simple Tab Groups addon). Especially would like to decrease (vertical) gaps between titles. Is it possible by editing userChrome.css or something like this?

Okugcinwe kunqolobane 1 188

ctrl shift t

When will this madness end?! It used to be great. ctrl shift n gets you back the last window ctrl shift t gets you back the last tab. Now, ctrl shift t gets you back the… (funda kabanzi)

When will this madness end?!

It used to be great.

ctrl shift n gets you back the last window

ctrl shift t gets you back the last tab.

Now, ctrl shift t gets you back the last window?!?!?!?!

WHAT ABOUT ALL THE TABS? I have to open history to see where i have been.

BRING IT BACK

I read somewhere that the change was to make firefox more like chrome. So let's cut off our nose to spite our face. This was major feature that DISTINGUISHED Firefox from chrome, and worth migrating to Firefox for!

Please please wake up and smell the coffee. Large corporations spend huge sums to achieve positive differentiation, and you threw it away.

Okugcinwe kunqolobane 1 186

How stable is the Tab Groups feature in Firefox?

I'd like to try enabling Tab Groups in Firefox 135.0 (64-bit). But I don't want to risk scrambling my gazillion or so tabs if Tab Groups is not stable. I'd appreciate som… (funda kabanzi)

I'd like to try enabling Tab Groups in Firefox 135.0 (64-bit). But I don't want to risk scrambling my gazillion or so tabs if Tab Groups is not stable.

I'd appreciate some feedback from Firefox users who have enabled Tab Groups.

I'm running Windows 10 version 22H2

Okugcinwe kunqolobane 1 178

Many windows opened

I'm wondering if there's a way to MOVE open browser windows in the way that you can move tabs around within a window? I do a lot of research and I work this way in order… (funda kabanzi)

I'm wondering if there's a way to MOVE open browser windows in the way that you can move tabs around within a window? I do a lot of research and I work this way in order to go back to a particular subject and continue where I left off. Right now I have 20 windows open with any where from 5 to 12 tabs in some of these windows. When using my pointer I see only the tab that was opened in a particular window when I closed FF. I tried holding the pointer and dragging the open windows in the task bar...but no luck.

I guess I'm asking if there's anyway I could get a quick view of what every tab in every window open actually is, or perhaps use search words to find what I'm looking for?

Thank you any response ~~Bonnie

Okugcinwe kunqolobane 1 178

Overriding "include ctrl or alt" in extension shortcuts

How do I get rid of the requirement of having ctrl or alt in extension shortcuts? Also overriding firefox shortcuts would be nice. I've been using my binds/shortcuts in c… (funda kabanzi)

How do I get rid of the requirement of having ctrl or alt in extension shortcuts? Also overriding firefox shortcuts would be nice.

I've been using my binds/shortcuts in chrome for years and I'm not adding multiple keys to all of them. I really want to use firefox as my only browser but can't because of these stupid restrictions.

Okugcinwe kunqolobane 1 177

Save WebPage for offline viewing

When will Firefox add Save Page button? Lots of small browsers has that for decades. It helps a lot to save WebPage and view them Offline by oppening the app then browse … (funda kabanzi)

When will Firefox add Save Page button? Lots of small browsers has that for decades. It helps a lot to save WebPage and view them Offline by oppening the app then browse to saved pages. That fast and easy.

Extension to SaveWeb takes a lot of time and need to open another app to view them.

Okugcinwe kunqolobane 1 177

Feedback on Firefox Browser Password page

Hello! I really enjoy using the Firefox browser. I just wanted to suggest that you have an option to write notes in each password profile that can also be secure. My … (funda kabanzi)

Hello! I really enjoy using the Firefox browser. I just wanted to suggest that you have an option to write notes in each password profile that can also be secure. My iPhone has a notes section under each password profile. I use it to write info such as my airline advantage number, the email I used with that particular website, membership numbers, etc. I'm getting up there in age, so while I'm working on simplifying my life it helps to make notes to remember stuff. Can you suggest this idea to the right people at Firefox or Mozilla? Thank you for your help and consideration. Carolyn

Note: I am using an older computer at home right now but do use a new computer at work and will be upgrading at home soon.

Okugcinwe kunqolobane 1 169

detectportal.firefox.com buttom

Firefox should have a button to activate detectportal.firefox.com function as it continually communicates to the network even though it is not required. By placing a butt… (funda kabanzi)

Firefox should have a button to activate detectportal.firefox.com function as it continually communicates to the network even though it is not required. By placing a button it can be activated when needed.

Okugcinwe kunqolobane 1 159

Automatic extension installation

Hi All, I have a number of computers that I would like to have configured identically, including Firefox's extensions. Is there a mechanism that I could use to automatic… (funda kabanzi)

Hi All,

I have a number of computers that I would like to have configured identically, including Firefox's extensions. Is there a mechanism that I could use to automatically install a list of extensions on my (linux, windows) computers?

TIA, Mike.

Solved Okugcinwe kunqolobane 7 158

Copying entries in history: WYSINWYG

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?). History -> Manage History select e.g. Last 7 days, right click on Name a… (funda kabanzi)

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?).

History -> Manage History

select e.g. Last 7 days, right click on Name and select at least two attributes (you can choose from: Tags, Location,Most Recent Visit, Added and Last Modified)

Select the first entry of the list, all displayed fields are selected/highlighted.

Copy (either with the menu or with Ctrl-C) and paste it in your favourite text editor.

Why is only the URL copied? Other fields were also highlighted. Why are they not included?

This is WYSINWYG (what you see is not what you get).

It is possible to export bookmarks as an html file, so why is this not possible with history?

OK, it is possible to query the sqlite3 database directly to get some history info but it's a bit cumbersome.

To do so,

  copy the sqlite (places.sqlite) database to some safe place then open the database (with 'sqlite3 places.sqlite')
  get the history info you are interested in with a sqlite query,
  e.g. select title,visit_count,site_name,url,description,last_visit_date from moz_places where url like '%support%';

But there is no simple (AFAIK) way to convert 'last_visit_date' (an integer) to something human readable.

So either include the whole selection when something is copied (WYSIWYG) or provide export history as an html file.


ps: why is there on option 'other' in the list of 'topics' ? pps: I already posted this comment but it got lost somehow

Okugcinwe kunqolobane 2 149

Is there a setting for Allowing Background Colors

When attempting to print a report from a website, I received this notice: "For best print result; please enable the "Print background colors and graphics" option in your … (funda kabanzi)

When attempting to print a report from a website, I received this notice:

"For best print result; please enable the "Print background colors and graphics" option in your browser."

I haven't found a setting for this, Is there a setting for this?

Thank you

Okugcinwe kunqolobane 2 148

translate

I want to translate from English to Bangla, and the translate option does not have Bangla language, please enable this feature quickly.

Okugcinwe kunqolobane 2 147

Youtube 8K60fps playback support Apple Silicon Mac

I cannot select 8K60fps Youtube playback on my M4 Mac mini, so please add support for this in the Firefox MacOS browser for Apple Silicon devices, or at least the latest … (funda kabanzi)

I cannot select 8K60fps Youtube playback on my M4 Mac mini, so please add support for this in the Firefox MacOS browser for Apple Silicon devices, or at least the latest M4 series of chips.

Okugcinwe kunqolobane 1 147

about the side bar

is there is a way to make the side bar movement smoother like when you use the vertical tabs the movement of its bar is smooth so is there is a way to do the same thing … (funda kabanzi)

is there is a way to make the side bar movement smoother like when you use the vertical tabs the movement of its bar is smooth so is there is a way to do the same thing to the side bar also i think it will be better if the side bar was in the top of the site cuz most of the time you will not use it you are just gonna open it to access the history or the bookmarks and close it again so there is no need to mess the page layout to match the new window size every time i open it if i need to press or see something behind it i will just close it .

Okugcinwe kunqolobane 1 139