顯示下列標籤的問題: 顯示所有問題
  • 封存

FF Radio Silence on Floating Videos for TWO YEARS

Made several posts about floating videos and never one answer over the course of two years that I can recall. One of the biggest user problems with FF and we get -- noth… (閱讀更多)

Made several posts about floating videos and never one answer over the course of two years that I can recall. One of the biggest user problems with FF and we get -- nothing. If the developers are incapable of solving this go ahead and tell us ! We can look for other browser options. I have researched everything to do with the matter and the topic just round and round and round in circles. Dozens claim to have the answer but they are all full of hooey. Simple question -- time to start looking for options other than FF ?

JoeJupa 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Completely erasure of all tabs and history, tabsheets after crash :(

Dear, I always have a lot of tabs opened and I guess I had one too many opened yesterday. Already I had to recover my settings after a crash the day before. So I had t… (閱讀更多)

Dear, I always have a lot of tabs opened and I guess I had one too many opened yesterday. Already I had to recover my settings after a crash the day before. So I had the crash and restarted the pc yesterday evening. All my tabs were gone, so I shut down the pc and started up again this morning and still no sign of restart or nothing of my tabs, history, all my Linux worksheets were completely empty accept for this page... I went to settings to restart the previous settings but it always does that automatically, and it only started the one I was in this morning (the empty one) I tried for a crash rapport but could not find one. How do I get everything back, please ?! I need to get the tabs back before this previous session! Please help... Where can I find them? What can I do? I can't have lost them all ... I will go nuts .. Please help me! My system is a Linux Mint 21.0 version, I think Thank you so much! Nadine

nadine.vanschoor 於 7 個月前 詢問

Terry 最近回覆於 7 個月前

  • 封存

Mozilla -- Please Stop Ghosting Me On My Floating Videos Questions Posted

Several questions posted over several years about stopping floating videos. No credible responses. Please STOP ghosting me ! YES or NO ! It's one of the two&… (閱讀更多)

Several questions posted over several years about stopping floating videos. No credible responses. Please STOP ghosting me ! YES or NO ! It's one of the two ! If the competence at Mozilla doesn't exist, intestinal fortitude not present, interest, or there has been a bribe paid to ignore floating video issues -- please let me know ! I can handle the answer -- I promise you. If the answer is NO -- FF is gone on my machines. ONE OR THE OTHER ! Which is it !!! If you don't know -- type nothing and DO NOT waste my time again...

JoeJupa 於 1 年前 詢問

JoeJupa 最近回覆於 1 年前

  • 封存

"Send Page/Tab to Device" no more available?

In the latest version (99.0 for 64-bit Windows), the "Send Page to Device" and "Send Tab to Device" commands in the right-click menus are gone. They were available up to… (閱讀更多)

In the latest version (99.0 for 64-bit Windows), the "Send Page to Device" and "Send Tab to Device" commands in the right-click menus are gone. They were available up to at least 88.0.1. Where did they go?

The attached screen shots are: - Right Click Menu on Page -- 88.0.1 - Right Click Menu on Tab -- 88.0.1 - Right Click Menu on Page -- 99.0 - Right Click Menu on Tab -- 99.0

g_mich 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

Complex Firefox upgrade

Hi everybody. Thanks in advance for your help. I'm on Win 11 23H2, and I'm currently running Firefox 88.0.1 x64. Why? Because it's heavily customized to suit my needs. S… (閱讀更多)

Hi everybody. Thanks in advance for your help.

I'm on Win 11 23H2, and I'm currently running Firefox 88.0.1 x64. Why? Because it's heavily customized to suit my needs. Some examples:

  • Extensions (e.g. Classic Theme Restorer)
  • userChrome.css and userContent.css customizations ( https://github.com/aris-t2/customcssforfx ), which include tabs on bottom (mandatory for me), tab height/width, and many other things.

I decided a long time ago to stay with v88 because every new Firefox update was breaking things that I needed, and I got tired to spend hours with every new update. If only Firefox devs could find a way to NOT break user customizations with every new update...

Of course I'd like to update my Firefox to the latest version. But I know that it's going to be a nuclear bomb. I already made a test. First I made a backup of my profile folder, then I just updated Firefox. Suffice to say that not only all my customizations disappeared : even my tabs disappeared, and I have dozens of them. So I had to uninstall everything, copy back my previously saved profile folder (because of course it had been modified by the latest version), and reinstall Firefox 88.0.1.

So here's my plan and my question. Would it be possible to have two different Firefox installs (not portable I guess), with two different profiles, running at the same time?

  • Here's how I see it:
  • Download Firefox latest version
  • Close Firefox 88
  • Move profile folder away from AppData\Roaming\Mozilla\Firefox\Profiles, so Firefox latest version can't find it
  • Move Firefox folder (the one within Program Files) so hopefully Firefox latest version can't find it
  • Install Firefox latest version (it then creates a new user profile folder)
  • Start Firefox latest version
  • Move back the old Firefox folder to Program Files (so there will be two different Firefox folders, e.g. "Mozilla Firefox 88" and "Mozilla Firefox")
  • Move back the old profile folder to AppData\Roaming\Mozilla\Firefox\Profiles (so there will be two different user profile folders)
  • Start Firefox 88

Would that work, or am I missing something?

If it worked, then I could keep working on Firefox 88, while gradually customizing Firefox latest version until it's ready to take over.

Thanks in advance for your insights!

Jose de la Mancha 於 1 個月前 詢問

Jose de la Mancha 最近回覆於 1 個月前

  • 封存

Change Tab Font, Weight, Color, etc. FF109

Hi All, I'm trying to modify various userChrome.css attributes of Tabs in Firefox 109. However, code that worked in FF 88 is seemingly no longer working. Is the below … (閱讀更多)

Hi All,

I'm trying to modify various userChrome.css attributes of Tabs in Firefox 109.

However, code that worked in FF 88 is seemingly no longer working.

Is the below code outdated?

I would also like to change the appearance of #TabsToolbar from translucent to either a solid color or a background image. Is that possible? Right now, you can see icons from the desktop through the Tab bar, and there appears to be a strange curved, black overlay colorizing it. See attached screenshot.

Thanks for any input!

/* MISCELLANEOUS TAB ATTRIBUTES */

  1. TabsToolbar { /* tab bar */
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif");
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Change the color of selected tab */

   .tab-background[selected="true"] {
       background-attachment: none!important;
       background-image: none!important;

background-color: #eef5fc !important; /* background color only, not border */ }

/* Change text attributes of selected tab #8698aa to match bottom tabstoolbar line color */

  1. TabsToolbar .tabbrowser-tab[selected] {

font-weight: 800 !important; color: #000 !important;

       border-top: 1px solid #8698aa !important;
       border-left: 1px solid #8698aa !important;
       border-right: 1px solid #8698aa !important;

}

  1. TabsToolbar .tabbrowser-tab:not([selected]) {

font-weight: 600 !important; color: #000 !important; /* non-selected tab text color */

       border-top: 1px solid #afc0d2 !important;
       border-left: 1px solid #afc0d2 !important;
       border-right: 1px solid #afc0d2 !important;

}

/* Change the color of non-selected tab */

  .tab-background:not([selected]) {
       color: #000000 !important;

background-color: #c7d3e0 !important; }

Slouch 於 1 年前 詢問

Slouch 最近回覆於 1 年前

  • 封存

can I update

I am happily running Mac OS 10.13.6 (High Sierra) on my MacBook Pro (mid 2012). This OS allows me to use my many 32 and 64 bit apps and have excellent control of my lapto… (閱讀更多)

I am happily running Mac OS 10.13.6 (High Sierra) on my MacBook Pro (mid 2012). This OS allows me to use my many 32 and 64 bit apps and have excellent control of my laptop. My bank is saying that my browser (Firefox 88.0.1) needs to be updated. When I check system requirements at mozilla, any newer Firefox claims to need an intel x86 processor INCLUDING the version of Firefox I am now using. My Mac has an intel Core i7 processor. When I click on about Firefox, I'm offered to update to 109.0.1. Will this update actually work for me without losing any functions I already have? Is there a better choice for my Mac and Firefox?

NonoOno 於 10 個月前 詢問

jonzn4SUSE 最近回覆於 10 個月前

  • 封存

why am I still seeing blinking ads on firefox pages? I thought you totally solved this problem ? If there is no help available will switching to Express VPN resolve problems with firefox ?

'Why am I still seeing blinking ads on firefox pages? I thought you totally solved this problem ? I have been using firefox ad blockers for months with great success… (閱讀更多)

'Why am I still seeing blinking ads on firefox pages? I thought you totally solved this problem ? I have been using firefox ad blockers for months with great success; but suddenly they stopped functioning efficiently. Since firefox took them OUT OF MY UPPER TOOLBAR SEVERAL WEEKS AGO . 'Thus I have no idea if they are working or not.' There was no announcement of changers or any update that I know of.

Otherwise with no help from firefox, the last resort will be switching to an independent vpn to resolve firefox ad issues... For years I had no issues with firefox or even ad blocking problems; but now ads and firefox's constant need to take TOTAL control of everything has become a major issue.

If all fails, the last hope will be turning to Express VPN...Thanx for any help you can give...rjk

RJK7 於 1 年前 詢問

RJK7 最近回覆於 1 年前

  • 封存

Firefox Profile suddenly lost Login data; Bookmarks still present. / Need help manually importing from backup file

After my Browser automatically updated to 88.0.1 (i unfortunately ignored the popup to update Firefox for a while) i started it and my Login data was gone. Extensions, Bo… (閱讀更多)

After my Browser automatically updated to 88.0.1 (i unfortunately ignored the popup to update Firefox for a while) i started it and my Login data was gone. Extensions, Bookmarks, anything other than Lockwise Data was still there.

I made an account (this one) as i previously did not have one in hopes of somehow fixing that; then after searching for solutions i checked for an "old data" file (does not exist) and checked about:profiles (i have a second profile named "default" that has absolutely zero saved data on anything, i dont know where it came from or wheter it was ever used). The profile that i use ("default-release") was active and that was that.

Then i checked Appdata/Roaming/.../theprofile (from the profile page) and was relieved to find that both "logins.jason" and "logins-backup.json" contained my Login data: The Username and Password (encrypted), formSubmitURL, giud, enctype, etc. I made a completly seperate backup in case something i do ends up deleting those. Since the passwords are encrypted i cannot add them one by one to Lockwise.

I dont know why they dont appear when i check my Login data or try to use the data on any Website. Can i manually "import" the file into Firefox so that it automatically decyrpts the passwords?

Foxilla16 於 1 年前 詢問

Terry 最近回覆於 1 年前

  • 封存

lost tabs

i lost my previous tabs and i couldnt recover them. they were no were to be found in history. i need to restore tabs to a previous time or date to recover them and there … (閱讀更多)

i lost my previous tabs and i couldnt recover them. they were no were to be found in history. i need to restore tabs to a previous time or date to recover them and there is no such option, as i accidently closed the new tab and now its overwritten " previous" tabs.

simon_90x 於 1 年前 詢問

Terry 最近回覆於 1 年前

  • 封存

Has Firefox ever made it possible to have the tabs BELOW the address/search bars?

I've been changing this over many years. Now I have two additional browsers to use so I'm not updating until I can, once again, organize the browser to fit my needs. … (閱讀更多)

I've been changing this over many years. Now I have two additional browsers to use so I'm not updating until I can, once again, organize the browser to fit my needs.

Commander 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 已解決
  • 封存

I have a mag subscription to 'Hyperallergic'. The first page loads but I cannot get any article that I try to click on. There is an icon on top but it gets blue and the page is blank.

Please tell me what to do to have the magazine work. It used to, but I think that some new thing like Adblock must have changed it and I cannot read the magazine now. Tha… (閱讀更多)

Please tell me what to do to have the magazine work. It used to, but I think that some new thing like Adblock must have changed it and I cannot read the magazine now. Thanks.

lindron 於 1 年前 詢問

FredMcD 於 1 年前 解答