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

"Clear data" problem

Per an article on yahoo news, I decided to clear data by going to: Settings->Privacy & Security->Cookies&Site Date->clear data In hindsight, this turned… (читать ещё)

Per an article on yahoo news, I decided to clear data by going to: Settings->Privacy & Security->Cookies&Site Date->clear data

In hindsight, this turned out to be a mistake. Previously when using yahoo mail, it let me stay logged in for two weeks. Now I have to log in each time. There are also 2 or 3 other sites that logged me in automatically, but now have to log in every time.

How can I undo what I did?

Thank you for any help you can offer,

Carter

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

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

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

firefox browser, bookmark tool bar

'On my firefox browser, the bookmark toolbar disappeared and wans moved from the left margin. How do I get it back to the left margin and auto open on every tab?' … (читать ещё)

'On my firefox browser, the bookmark toolbar disappeared and wans moved from the left margin. How do I get it back to the left margin and auto open on every tab?'

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

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

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

Awful bookmark spacing

I managed to restore the single-spacing for bookmarks, kept a prior version of FF, and fought off nags to update every time I opened FF . . . until now when I was tricked… (читать ещё)

I managed to restore the single-spacing for bookmarks, kept a prior version of FF, and fought off nags to update every time I opened FF . . . until now when I was tricked into "allowing this app to make updates to your PC". It wasn't the usual nag button and I thought it was some kind of simple bug fix, but no, I was "upgraded" to v. 100.0.2 and my bookmark spacing fix was overwritten. Furious isn't strong enough to describe my reaction. All this time, and all the other complaints, yet I find no way to decrease the excessive spacing between bookmarks. I understand that this design may be better for those who use a finger on their screens, but what about us mouse-pointer users? Why are we so disrespected? What can I do to decrease the space between bookmarks?

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

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

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

Right click Menus and Bookmark folders spacing

Hi, I've just spent all day trying to follow all the different suggestions here regarding these issues. Adding all sorts of things to the userChrome CSS but 95% of the su… (читать ещё)

Hi, I've just spent all day trying to follow all the different suggestions here regarding these issues. Adding all sorts of things to the userChrome CSS but 95% of the suggestions have no effect at all [I'm seriously non-technical, so I have no idea if I'm doing it correctly though...probably not] The only thing that I can change is the Tab Height...nothing else changes regardless of what numbers I put in there. The only way I've been able to make the Bookmarks folders usable at all is to enable Compact mode via about:config. But that actually makes it way too compact now...from one extreme to the other. At least it's usable now...so not the end of the world, but the right click menu still has way too much space between every entry [Compact mode made no difference to that at all]. I don't know how to make a screenshot of those menus :) so I took a couple of pics of the screen...can someone please show me what to add to the CSS file to make these ridiculously big spaces between the menu items way smaller...like they used to be before this Proton came in? I tried tons of things that people said to add to the CSS to fix this menu spacing thing but none of them changed anything. I'll include the CSS file that I have below. Thanks a lot

ps: for some reason the pics always come out sideways here

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */
/*
Use tabs_on_bottom_menubar_on_top_patch.css if you
have menubar permanently enabled and want it on top
*/

/* IMPORTANT */
/*
Get window_control_placeholder_support.css
Window controls will be all wrong without it.
Additionally on Linux, you may need to get:
linux_gtk_window_control_patch.css
*/

:root{ --uc-titlebar-padding: 0px; }
@media (-moz-os-version: windows-win10){
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
}
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
#TabsToolbar > .titlebar-buttonbox-container{
position: fixed;
display: block;
top: var(--uc-titlebar-padding,0px);
right:0;
height: 36px;
}
/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
:root{ --uc-titlebar-padding: 0px !important }
.titlebar-buttonbox-container{ left:0; right: unset !important; }
}

:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 24px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 60%; }

#titlebar{
-moz-box-ordinal-group: 2;
-moz-appearance: none !important;
--tabs-navbar-shadow-size: 0px;
}

.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */
toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */
/* Only really useful if menubar is ALWAYS visible */

:root{ --uc-window-control-width: 0px !important }

#navigator-toolbox{ padding-top: calc(24px + var(--uc-titlebar-padding,0px)) !important }

#toolbar-menubar{
position: fixed;
display: flex;
top: var(--uc-titlebar-padding,0px);
height: 24px;
width: 100%;
overflow: hidden;
}

#toolbar-menubar > .titlebar-buttonbox-container{ height: 24px; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }
#toolbar-menubar > spacer[flex]{
order: 99;
flex-grow: 1;
min-width: var(--uc-window-drag-space-width,20px);
}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 24px !important;
--tab-min-width: 80px !important;

#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background {
border-radius: 8px 8px 0px 0px !important; border-image: none !important;
}
.tab-line {
display: none;
}

.tab-close-button {
color: red!important;
}

#nav-bar{ height:20px; }

/*** Tighten up drop-down/context/popup menu spacing ***/

menupopup > menuitem, menupopup > menu {
  padding-block: 4px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

Задан Haruna 2 года назад

Последний ответ от Haruna 2 года назад

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

Customizing Proton design

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (читать ещё)

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

/*** Proton Tabs Tweaks ***/

/* Adjust tab corner shape, optionally remove space below tabs */

#tabbrowser-tabs {
    --user-tab-rounding: 6px;
}

.tab-background {
    border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important;
    margin-block: 1px 0 !important;
}
#scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}
/* Container color bar visibility */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
    margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important;
}

Задан laudesimperiales 2 года назад

Последний ответ от Paulgi 2 года назад

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

Latest update made Canvas (Instructure.com) have blank pages

I'm not sure what happened in the latest update, but it broke the Canvas website that I use regularly for classes and homework. I've checked and confirmed that Canvas sti… (читать ещё)

I'm not sure what happened in the latest update, but it broke the Canvas website that I use regularly for classes and homework. I've checked and confirmed that Canvas still works normally on Microsoft edge.

Extensions shouldn't affect the website because Canvas was working normally until the recent Firefox update.

Anyone know how to solve this problem?

Задан lee.eden66 1 год назад

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

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

Open PDF in native viewer

Hi I'm using Firefox to open PDF files from a network directory. The reason is that it's probably the best PDF manager I can find. What I wanted to do was have an opt… (читать ещё)

Hi I'm using Firefox to open PDF files from a network directory. The reason is that it's probably the best PDF manager I can find.

  • What I wanted to do was have an option to open the file in a native viewer such as Adobe, this way look at 2 parts of the document at the same time.

At the same time keep it in Firefox.

Is there a setting to do this or an add-on. The add-ons I've seen are meant to open directly to Adobe from a web link I think.

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

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

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

Need help restoring prior profile settings

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum: The tab bar, toolbar, and address bar placement in my Firefox Des… (читать ещё)

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum:

The tab bar, toolbar, and address bar placement in my Firefox Desktop browser has recently changed. I have been trying to revert these recent changes as they interrupt my current workflows.

I DO know which prior profile save contains the desired info however, it contains many files and I DO NOT KNOW which files I need for the bars to be restored. If you could provide me the name(s) of the file(s) that holds the bars data, I am probably saved, hopefully saved.

Задан SUMOsJR 2 года назад

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

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

Disabling certain keyboard shortcuts

I know this has been asked before but I've looked through past instances and couldn't find a solution that still seems to work as of 2022. I need a way to disable certain… (читать ещё)

I know this has been asked before but I've looked through past instances and couldn't find a solution that still seems to work as of 2022. I need a way to disable certain built-in Firefox keyboard shortcuts. I recently switched from Chrome to Firefox but if I can't disable the ctrl+i and ctrl+b keyboard shortcuts I'm going to have to switch back. I use both very frequently for work, so their non-functionality in this browser is genuinely impacting my productivity and it's getting really frustrating.

Задан heterodyne.girl 1 год назад

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

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

Secure Connection Failed

Hello. On some of my sites that i try to get onto with Firefox its says performing TLS handshake then it goes to Secure Connection Failed and says PR_End_Of_File_Error. I… (читать ещё)

Hello. On some of my sites that i try to get onto with Firefox its says performing TLS handshake then it goes to Secure Connection Failed and says PR_End_Of_File_Error. I am totally updated with Firefox, plus i cleared out everything in my history. That did not help. When i tried to get onto these websites with Chrome web browser i do not have this problem at all. Why is this? I have BitDefender Total Security newest version for home. My firewall is through them along with virus protections. So can you help me out with this ongoing problem getting on some websites?

Thanks Firefox [email removed from public]

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

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

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

WIll not search

I moved my old hard drive to a new ssd. Everything works but Firefox . I uninstalled and reinstalled when i try to use it I put in a search term hit enter and nothing ha… (читать ещё)

I moved my old hard drive to a new ssd. Everything works but Firefox . I uninstalled and reinstalled when i try to use it I put in a search term hit enter and nothing happens. Also the drop down on right side nothing can be used

When I did the reinstall a error message came up about The code execution can not be found because VCRUNTIME 140-1 was not found reinstall Firefox again I did that did help

Thank you in advance

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

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

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

Password outdated

Hello, I tried to sign in to my firefox account on a new computer and it appears the rules for password format have changed such that my existing password is too short to… (читать ещё)

Hello, I tried to sign in to my firefox account on a new computer and it appears the rules for password format have changed such that my existing password is too short to be used. How should I proceed to either sign in or reset my password without affecting my existing firefox browsers and lockwise app? Thank you.

Задан john.lee3 1 год назад

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

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

I lose the connection with google (gmail, drive, translator)

When I open gmail in Firefox browser, I lose the connection very often, it also happens with google drive. But it does not happen to me if I use Outlook from the web, I o… (читать ещё)

When I open gmail in Firefox browser, I lose the connection very often, it also happens with google drive. But it does not happen to me if I use Outlook from the web, I only lose the connection with Google from Firefox.

However, if I open the same thing using Google Chrome, this does not happen, it works correctly throughout the day, and I do not lose the connection.

My version of Firefox is 100.0.2 (64-bit) on my notebook I have Windows 10 Pro installed.

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

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

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

Disable download panel automatically opening?

My job requires me to download and open files in new tabs consistently. However, when I download these files, I don't want the download panel to obscure my vision. Can I … (читать ещё)

My job requires me to download and open files in new tabs consistently. However, when I download these files, I don't want the download panel to obscure my vision. Can I disable it?

Задан thetitansilva 2 года назад

Дан ответ TyDraniu 2 года назад

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

Changing FireFox preferences via Registry Editor

Hello! As you may know, FireFox does not use the Windows Certificate Store by default. Therefore I have to change the "security.enterprise-roots.enabled" in the preferenc… (читать ещё)

Hello! As you may know, FireFox does not use the Windows Certificate Store by default. Therefore I have to change the "security.enterprise-roots.enabled" in the preferences on each workstation. I have searched and found ways to enforce this change by GPE , but I wonder if there is a way to change firefox preferences, especially the one I've mentioned, via Registry Editor.

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

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

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

Sync is breaking how files are opened/saved

Hi, Some files, say PNG files, always download immediately. Other files ask where to be saved. In my settings, I only have about 4-6 entries, but PNG for example is not t… (читать ещё)

Hi, Some files, say PNG files, always download immediately. Other files ask where to be saved. In my settings, I only have about 4-6 entries, but PNG for example is not there. I deleted the handlers file and restarted. Same issue. The only thing I can think of is the fact that I'm using an account which syncs across 2-3 devices. How can I fix this issue?

Задан barin.cristian 1 год назад

Последний ответ от barin.cristian 1 год назад