打开书签时默认通过新标签页打开
怎么设置为旧版本中:打开书签时默认通过新标签页打开,而不是覆盖在原标签页上
怎么设置为旧版本中:打开书签时默认通过新标签页打开,而不是覆盖在原标签页上
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 … (διαβάστε περισσότερα)
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.
Can you tell me the key(s) to open the AI Chatbot sidebar under Firefox Labs? (or implement one if you haven't) every time i hit the X to close it (as it takes up a lot o… (διαβάστε περισσότερα)
Can you tell me the key(s) to open the AI Chatbot sidebar under Firefox Labs? (or implement one if you haven't) every time i hit the X to close it (as it takes up a lot of space) there is no easy way (that i can find) to reopen it without clicking through a bunch of stuff. Thanks!
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… (διαβάστε περισσότερα)
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
How can I screen cast or share my screen in near by TV using Firefox browser?
Hi, BIG fan, but.. Is there any way to "convince" the beauuutiful dev`s to give us a radio check box in the settings that says "I know what I`m doing so I will update whe… (διαβάστε περισσότερα)
Hi, BIG fan, but.. Is there any way to "convince" the beauuutiful dev`s to give us a radio check box in the settings that says "I know what I`m doing so I will update when I see the need" (and in fact turn off the veeeery annoying "UPDATE!!, UPDATE!!"... window, that is driving me inane. Comes up like something was on fire :( then it is just some minor thing for those that love streaming... that means... not me. I don not want to, but I probably have to (after umpften years with the fox) start looking for a browser that does not drive me nuts. Give people the option to update if and when they want to, without a over needy window in the top right eeevery 10 seconds, give it a rest, please?
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… (διαβάστε περισσότερα)
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.
Hi Support,
Please share to developer team - Make it possible to group taps in Firefox :)
Thanks!
Years ago we used a program called A&M Deadlink to clean up dead bookmarks in FireFox. What is the latest tool for deleting old bookmarks, removing dead ones and cle… (διαβάστε περισσότερα)
Years ago we used a program called A&M Deadlink to clean up dead bookmarks in FireFox. What is the latest tool for deleting old bookmarks, removing dead ones and cleaning up?
When we are going to get Library (Bookmarks) in this Firefox view tab (which doesnt have its local URL unlike Chrome)? Like history (finally 😌) is in new tab unlike in n… (διαβάστε περισσότερα)
When we are going to get Library (Bookmarks) in this Firefox view tab (which doesnt have its local URL unlike Chrome)?
Like history (finally 😌) is in new tab unlike in new window (which is forced, not user managed), we need library for bookmark manager like Chrome or Edge has inbuilt. Even passwords aka logins category would be appreciated.
Seriously requesting this.
Make a password to access stored passwords.
It seems crazy that Firefox does not have the ability to set new tabs to be any URL that I want. Why do I have to install an extension to get this basic feature?
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… (διαβάστε περισσότερα)
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
I would like to know how to get an "app password" for Firefox so that I can sync Outlook with Firefox. I received an error msg that said I needed to get an app password f… (διαβάστε περισσότερα)
I would like to know how to get an "app password" for Firefox so that I can sync Outlook with Firefox. I received an error msg that said I needed to get an app password from Firefox in order to sign in to Outlook to complete the sync process. Any help would be greatly appreciated.
How to remove side tab in Firefox
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… (διαβάστε περισσότερα)
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
I often save to PDF or mark text then transfer it into a document. Firefox renders many letter combinations as ligatures: ff, fi, ffi, fl, and more. I don't want ligat… (διαβάστε περισσότερα)
I often save to PDF or mark text then transfer it into a document. Firefox renders many letter combinations as ligatures: ff, fi, ffi, fl, and more. I don't want ligatures. The cures proposed have involved forbidding pages to use their own fonts. Is there another way?
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 … (διαβάστε περισσότερα)
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.
How do I disable Firefox sidebar to see full screen?
How can i remove this bar aside of the browser , that's troublesome.