Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Last Firefox update lost my all my saved logins/passwords and every bookmark I had.

Well done Firefox team. I got a notification this morning telling me I could update Firefox to the latest version and I had nothing urgent so I did. Imagine my suprise … (читать ещё)

Well done Firefox team.

I got a notification this morning telling me I could update Firefox to the latest version and I had nothing urgent so I did.

Imagine my suprise when all my bookmarks, my passwords and logins appeared to have disappeared. Well, not just "appeared", since I can't find them anywhere on my machine right now.

I've been using Sync for years and when I finally managed to connect (because apparently the password I had been using was wrong ? But did FF tell me ? No ...), I discovered nothing had been saved. Ever.

A really nice morning.

Задан Alexis 1 год назад

Дан ответ Alexis 1 год назад

  • Решено
  • Архивировано

Library should open new tab when click item in library

I am very happy with the upgraded Firefox library. It works great except for one feature. Maybe there is a setting for it that I have missed. When I click on an item i… (читать ещё)

I am very happy with the upgraded Firefox library. It works great except for one feature. Maybe there is a setting for it that I have missed.

When I click on an item in my library to open it, it opens it over top of the right-most tab that I have open. That means I always have to be careful to have a blank tab open, otherwise I lose the last item I was viewing. Is there a setting, or can you add a setting, to have the library open links in a new tab, or if one prefers in the existing tab? I want to be able to open in new tabs.

Задан eberger5 1 год назад

Дан ответ zeroknight 1 год назад

  • Архивировано

Tabs bar

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me? Script: /:root[sizemode="normal"] #nav-bar{ --uc-window-drag… (читать ещё)

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me?

Script:

/:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }

  1. titlebar{ -moz-appearance: none !important; }
  2. tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button,
root:not([customizing]) #tabs-newtab-button,
root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1,
root:not([customizing]) #TabsToolbar .titlebar-button{
 -moz-appearance: none !important;
 height: 43px;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 -moz-box-align: stretch;
 margin: 0 !important;

}

root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1 > .toolbarbutton-icon{
 padding-block: 0px !important;
 max-height: 28px;
 height: 20px !important

}

  1. tabs-newtab-button, #alltabs-button, #tabbrowser-tabs .tabbrowser-tab:only-of-type{
 visibility: collapse !important;

}






/* TABS: bottom - Firefox 65 and later - updated for 89+ */ /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */ /* https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */ /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */ /* you can adjust the CSS variables until it looks correct */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important;
 --tab-min-width:  60px !important;
 --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
 --tab-caption: 5px; /* caption buttons on tab bar */

}

/* TAB BAR - below nav-bar */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
  2. TabsToolbar {-moz-box-ordinal-group:1000 !important;}
  1. TabsToolbar {
 display: block !important;
 position: absolute !important;
 bottom: 0 !important;
 width: 100vw !important;

}

  1. tabbrowser-tabs {
 width: 100vw !important;

}

/* navigator-toolbox - PADDING */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */

  • |*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
#TabsToolbar{
 bottom: var(--tab-adjust); /*ADJUST*/

}

/* TABS: height */

  1. tabbrowser-tabs,
  2. tabbrowser-tabs > .tabbrowser-arrowscrollbox,

.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {

 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 1px !important;
 box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
 background-color: var(--toolbar-bgcolor) !important;
 color:            var(--toolbar-color) !important;

}

/* indicators *//*

  • |*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
 position: absolute !important;
 display: block !important;
 right: 0px !important;
 bottom: 0px !important;
 width: 14px !important;
 pointer-events: none !important;

}

  • /

.private-browsing-indicator {display: none !important;} .accessibility-indicator {display: none !important;}

/* Indicators - HIDE *//*

  • |*:root:not([accessibilitymode]) .accessibility-indicator {display: none !important}
  • |*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
  • /

/* Drag Space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 20px !important;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* Hide window-controls and caption buttons on Tab Bar */

  1. TabsToolbar #window-controls {display: none !important;}
  2. TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Задан PshemQ 1 год назад

Последний ответ от cor-el 1 год назад

  • Архивировано

Videos won't play in firefox

Every day. Videos won't play. sometimes one restart of firefox will fix it. sometimes multiple restarts are required before it'll work. The loading bar at the bottom of t… (читать ещё)

Every day. Videos won't play. sometimes one restart of firefox will fix it. sometimes multiple restarts are required before it'll work. The loading bar at the bottom of the video (on the seek bar) indicates the video is loading but it won't play. There have been times where I have disabled every single add-on and it would not work. Add-ons do not seem to be the cause. I have tried it in a private browser window with no joy. I have refreshed firefox, I have uninstalled and reinstalled it. I have tried disabling my antivirus. I have tested videos on websites in other browsers with no issue. The issue seems to be with the video player itself. overlays seem unaffected, I can use the seek bar and it shows the captions. I have tested different websites including Youtube, Vimeo and Steam. I tried many tens of times to get it working today to no avail. finally when I closed nearly all my tabs, the video worked (but I had also opened TOR and run avideo in that), I am not sure if this is the cause. If the cause is having multiple tabs open, this is an issue for me. I have a learning disability and likely ADHD and I have a set of tabs as my homepages so I don't forget things. If It's not the mutliple tabs, then what else can I do?

Задан tremault 1 год назад

Последний ответ от tremault 1 год назад

  • Архивировано

recover the saved password

Hi Team I have saved password in FF but unfortunately I have removed the saved password from one device .But it has removed from all my devices . Is there any chance to… (читать ещё)

Hi Team

I have saved password in FF but unfortunately I have removed the saved password from one device .But it has removed from all my devices . Is there any chance to restore the data for me .

Задан chinmoya2u 1 год назад

Последний ответ от abdulrazzaqsharif723 1 год назад

  • Решено
  • Архивировано

missing theme preview pics etc.

hi, something happened to my themes. i can no longer see the preview/thumbnail of them, also the authors link is gone. i've been trying everything for hours, but couldn't… (читать ещё)

hi, something happened to my themes. i can no longer see the preview/thumbnail of them, also the authors link is gone. i've been trying everything for hours, but couldn't find anything in about:config that worked. any help would be great, thanks!

Задан davidw87 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Twitter buttons disappearing, notifications page broken.

Hey, this has been going on for a few days, but when I try to use twitter on desktop, there are no retweet/like/reply buttons. This problem doesn't exist on Chrome or the… (читать ещё)

Hey, this has been going on for a few days, but when I try to use twitter on desktop, there are no retweet/like/reply buttons. This problem doesn't exist on Chrome or the Mobile app. I can reply to things, but that's it. I also can't browse through my notifications without the page immediately displaying the "Something went wrong. Try reloading." message. I'm not sure what's causing this or if it's just me or what.

Задан efrainwriting 1 год назад

Дан ответ efrainwriting 1 год назад

  • Архивировано

Firefox has the wrong location for me

Firefox seems to think I am in Hot Springs Village, Arkansas. I am actually in New York and have no connection to Hot Springs Village, Arkansas. Google Chrome on the sam… (читать ещё)

Firefox seems to think I am in Hot Springs Village, Arkansas. I am actually in New York and have no connection to Hot Springs Village, Arkansas.

Google Chrome on the same (Windows 11 Microsoft Surface Pro X) computer has the right location for me, as does Microsoft Edge. Checking my IP address with https://www.iplocation.net/ gives a location reasonably close to my real location and nowhere near Arkansas.

If I clear all cache in Firefox, it does go back to the right address - at the cost of a lot of annoying re-entry of routine information. But after a few days it goes back to insisting I am in Hot Springs Village, Arkansas.

Before I switch to Chrome, is there a way to fix this?

Задан kjwinston 1 год назад

Последний ответ от zeroknight 1 год назад

  • Архивировано

Unable to watch age restricted videos on Youtube with Firefox

As of a month or so ago I have been unable to watch age restricted videos on YT. The warning prompt appears asking me to verify that I want to proceed. When clicked, it s… (читать ещё)

As of a month or so ago I have been unable to watch age restricted videos on YT. The warning prompt appears asking me to verify that I want to proceed. When clicked, it simply takes me back to the YT home page. Restricted mode is set to off and I am able to watch these videos in Internet Explorer with the same Google account. I have also ran FF in safe mode and it still takes me back to the home page.

Задан maximus551 1 год назад

Последний ответ от maximus551 1 год назад

  • Архивировано

Bookmarks tool bar gone from left side, web instructions to restore it do not work

Hello; My bookmarks disappeared from the left side of my Firefox. I have tried all the suggestions on the web but none work. How do I get my bookmarks back on the left si… (читать ещё)

Hello; My bookmarks disappeared from the left side of my Firefox. I have tried all the suggestions on the web but none work. How do I get my bookmarks back on the left side of FireFox? Thanks! Vik

Задан vikw 1 год назад

Последний ответ от vikw 1 год назад

  • Решено
  • Архивировано

Most of my add-ons are missing from my toolbar after install on new system

The only icons I can see on the right hand side of my toolbar is the NoScript icon, along with the Save to Pocket, FF Account, Extensions and hamburger buttons. I shoul… (читать ещё)

The only icons I can see on the right hand side of my toolbar is the NoScript icon, along with the Save to Pocket, FF Account, Extensions and hamburger buttons.

I should have about 12.

I just installed a new system, launched FF and set it up to sync with my account. Everything else appears to run fine - passwords, history, etc. The Tree Style Tab works fine too.

I have double checked the other solutions I found here, such as private viewing options, or trying to find the icons in the customize screen, but that's not the issue.

My other FF instances on other machines are still fine.

I just updated FF on this problem machine to 115.0.2 but no joy.

Задан Adam H. 1 год назад

Дан ответ AliceWyman 1 год назад

  • Архивировано

print problems

when I select an email to print the first page is partial, it's not the entire email that needs to be printed. then the other pages are blank how to fix this problem&nbs… (читать ещё)

when I select an email to print the first page is partial, it's not the entire email that needs to be printed. then the other pages are blank

how to fix this problem ?

thanks Linda

Задан Linda 1 год назад

Последний ответ от jscher2000 - Support Volunteer 1 год назад

  • Архивировано

Trying to download openh264.....zip everytime I open Mozilla

Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!! … (читать ещё)

Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!!

Задан ASH 1 год назад

Последний ответ от James 1 год назад

  • Архивировано

saving webpages as pdfs without page breaks

In Firefox-Mac, I used to be able to save webpages as PDFs without page breaks as one long page (sometimes 120 inches), depending on the page. The newer version it doesn'… (читать ещё)

In Firefox-Mac, I used to be able to save webpages as PDFs without page breaks as one long page (sometimes 120 inches), depending on the page. The newer version it doesn't work. Now I have to use Safari (!) for this. This is a useful feature for proofreading, where page breaks often break up or omit entire sentences.

Задан frank258 1 год назад

Последний ответ от frank258 1 год назад

  • Решено
  • Архивировано

a website wont load on normal but will on private mode

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht… (читать ещё)

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht no issue.

Задан nfletcher13 1 год назад

Дан ответ Terry 1 год назад

  • Архивировано

Troubleshooting Session-Restore

I run Window 10 and love session restore in Firefox, as I usually like about 15 of my usual tabs open each session. Though Firefox restores these tabs successfully, it of… (читать ещё)

I run Window 10 and love session restore in Firefox, as I usually like about 15 of my usual tabs open each session. Though Firefox restores these tabs successfully, it often also restores long-closed tabs that were no longer open during my previous session, sometimes resulting in my having over a hundred tabs open which I have to manually close. How do I stop Firefox from 'restoring' tabs that were no longer open when I last powered-down my computer?

Задан scottbrizel 1 год назад

Последний ответ от cor-el 1 год назад

  • Архивировано

Downloads default to C:/Downloads even though the tick box "Always ask where to save the file" is ticked

Until a recent update I have been able to select where I want files to download to, but now they only go to one place in Users/Downloads and completely ignore the tick bo… (читать ещё)

Until a recent update I have been able to select where I want files to download to, but now they only go to one place in Users/Downloads and completely ignore the tick box in settings "Always ask where to save the file" . Does anyone else have this issue? I have tried to reset the settings, etc. to no avail.

Задан ok007au 1 год назад

Последний ответ от cor-el 1 год назад