Showing questions tagged: Show all questions
  • Solved
  • Archived

Right click menu keyboard shortcut

Hello, I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a… (read more)

Hello,

I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a link, but now it was changed to L. That is really inconvenient. As you know, when you right click a link using the mouse, your right hand is still holding the mouse, and not easy to press the letter L on the keyboard.

The old menu option is "Copy Link Locaton", but the new one is "Copy Link".

Is it possible to customize the keyboard shortcut of right click menu, please?

Thank you! Brian

Asked by Brian_30@IRQ 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (read more)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* 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 }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* 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: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

  1. titlebar{

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

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. 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; }

  1. 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 }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

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

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

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

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. 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; }

Asked by scottish2 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Jump down more than 1 findbar hit (e.g. 10 hits down)

I realize that the page I am using findbar to search from reloads and scrolls to the top using some Javascript so that when I return to the searched page from a popup, th… (read more)

I realize that the page I am using findbar to search from reloads and scrolls to the top using some Javascript so that when I return to the searched page from a popup, the last search item is no longer focused when I come back so (or press F3 or Ctrl G) e.g. if I found the 29th hit, then I have to click down 30 times to get to the next search hit.

I tried using add-in Luminous to disable the reload/scroll to top of the page that I am searching but failed. It is a complicated add-in.

Is there any way to jump say 10 hits down at once?

Asked by Timtak 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

enlarge GIF image underneath text overlay?

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the … (read more)

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the text size with Ctrl+ but the background gif image of a small window with bogus scrollbar needs to be made larger somehow so that the white text can be read against the black portion of the image.

Is there some way to enlarge the gif image, please?

Asked by ynotssor 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Yahoo Searches Opening in New Tab After Update

I have Yahoo as my home page and usually search from it starting out. I noticed, however, after the last update or two in the last week that when I hit search, it opens t… (read more)

I have Yahoo as my home page and usually search from it starting out. I noticed, however, after the last update or two in the last week that when I hit search, it opens the search results in a new tab. It didn't use to do this, but I can't find any Firefox option to make the searches stay in the existing tab. Can anyone help with this? I don't think it's Yahoo's settings, because I'm not signed into it. It seems like the Firefox update created this new behavior.

Asked by FireFoxFan1 7 months ago

Answered by zeroknight 7 months ago

  • Archived

Does FF save text used repeatedly? Such as answers to common questions...

FF 115.02 Win11 I fill in many repeated responses, such as DOB, zip code, etc. I was using Edge for a while and have forgotten the benefits of FF. Does it remember? Can… (read more)

FF 115.02 Win11

I fill in many repeated responses, such as DOB, zip code, etc. I was using Edge for a while and have forgotten the benefits of FF. Does it remember? Can I edit or delete the ones that are no longer relevant or have changed - age, for instance?

Thank you.


(removed leading space - c)

Asked by CiaoBella1 1 year ago

Last reply by cor-el 1 year ago

  • Archived

How to transfer cookies to another profile?

I need to transfer cookies - and ONLY cookies - from one Firefox profile to another. Copying the cookies.sqlite file did not work - none of my preferences or logins were … (read more)

I need to transfer cookies - and ONLY cookies - from one Firefox profile to another. Copying the cookies.sqlite file did not work - none of my preferences or logins were saved on the new profile. How can I copy all my cookies to a new profile?

Asked by User 1 year ago

Last reply by willjoe24421 1 year ago

  • Solved
  • Archived

Remember Focus (search hit number) of Search in Page e.g. 17/34 and not back to 1/34

I have to search for a lot of entries in a long page, click on them to another window, do something (fill in a syllabus) and then go back to the long page and change the … (read more)

I have to search for a lot of entries in a long page, click on them to another window, do something (fill in a syllabus) and then go back to the long page and change the next search hit.

When I return to the long page the search in page is remembering where I am in the number of searches shown at the bottom of the page (e.g. 19/34) but when I click on the down button, instead of going to 20/34 it jumps back to 1/34 so then I have to press the down button 20 times to get to the next search hit.

Is there any way around this, so that I can just jump to the next search hit without having to press the down button 20 times?

I thought it might be the fact that the search is off screen but that is not it. It is the fact that I have left the page so the focus has been forgotten (except as the number 19/34 on the search in page bar at the bottom).

Is this a bug?

Asked by Timtak 1 year ago

Answered by Timtak 1 year ago

  • Archived

what are the different values for this preference "browser.cache.disk.capacity"?

on some websites it says -1 tells Firefox to automatically determine the size of the cache based on your physical disk and setting it to 0 would effectively disable any d… (read more)

on some websites it says -1 tells Firefox to automatically determine the size of the cache based on your physical disk and setting it to 0 would effectively disable any disk cache entrys.

so are this informations true and if not, how do i still let firefox automatically determine the size of the cache based on my physical disk?

Asked by max.matter01 9 months ago

Last reply by cor-el 9 months ago

Disable insertion of <br> automatically

Dear all, I would like to know how to disable the automatic insertion of the tag <br> in a text editor in Firefox. I am using Froala, and I am experiencing this onl… (read more)

Dear all, I would like to know how to disable the automatic insertion of the tag <br> in a text editor in Firefox. I am using Froala, and I am experiencing this only in firefox. Chrome and Edge do not add this tag automatically. Thank you for you support. Kind regards, Cristiano

Asked by cristianoinaciolemes 5 months ago

Last reply by tomfinn7781 4 months ago

  • Solved
  • Archived

Repeating "Welcome back" popup when starting Firefox

I have just upgraded to Firefox version 123. Now whenever I start Firefox on any of my profiles, it will immediately or almost immediately display a "Welcome back" popup … (read more)

I have just upgraded to Firefox version 123. Now whenever I start Firefox on any of my profiles, it will immediately or almost immediately display a "Welcome back" popup stating that "Here’s a quick reminder that you can keep your favorite indie browser just one click away." and provides a button to make the browser the default one. That's exceedingly annoying - I can understand that Firefox wants to notify my once in a while, but this happens at least once a day, probably more often than that. I looked over the source code and got that it is a "spotlight" feature, but I failed to find any settings that would turn it off. Any idea how can I disable this forever?

Asked by pepak 7 months ago

Answered by pepak 7 months ago

version 56. 0 32 bit windows 10 version with older version auto fill pencil

I am trying to get a older version 56.0 32 bit to use autofill on a site that has been working but now blocked it. The site is NICS site to do a background check it will… (read more)

I am trying to get a older version 56.0 32 bit to use autofill on a site that has been working but now blocked it. The site is NICS site to do a background check it will load and on the second page after about three min. a message pops up and states something like not allowed is there a way i can change setting to get the old version to allow this ? I also use the same setup to do a military lending act check and it has also been blocked in the past few weeks. The new version will work but i can't use autofill i don't care what version i use i just need the autofill.

Asked by jackspawnandgun 4 months ago

Last reply by jscher2000 - Support Volunteer 4 months ago

  • Archived

How do I save user id but not password for a website, in Mac Firefox?

Someone else asked the same question a while back but the answer doesn't work for me. The previous answer: 1. Make sure you have "Ask to save logins and passwords for we… (read more)

Someone else asked the same question a while back but the answer doesn't work for me.

The previous answer: 1. Make sure you have "Ask to save logins and passwords for websites" checked in your browser. To check that, Open Menu->Options->Privacy & Security->Forms & Passwords 2. If the above check box is checked, then whenever you enter username & password in any website Firefox will ask you to save username & password 3. Click on Don't Save. So Firefox will save the user name in form data. 4. When next time you open that website and click on user name it will show you the list of entries(If you used multiple use names on same site else will show only one user name) available for that filed.

I get no list of user names.

Asked by duncantho 1 year ago

Last reply by duncantho 1 year ago

  • Archived

Automatically "Find in Page" in New Tab from a link ?

Hi there :) Is it possible to make a link open a new tab with "Find in Page" automatically enabled so that people do not have to ctrl-F or click on "edit" to have t… (read more)

Hi there :)

Is it possible to make a link open a new tab with "Find in Page" automatically enabled so that people do not have to ctrl-F or click on "edit" to have the search open (as many people do not even know that option is there !!!) ?

Many thanks

Zoe

Asked by Zoe Ballz 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Change the text color of individual folders created on toolbar

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great; #PlacesToolbarItems > .bookmark-item[… (read more)

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great;

#PlacesToolbarItems > .bookmark-item[container][label="Music" i] {background-color: #ff0545 !important;}
#PlacesToolbarItems > .bookmark-item[container][label="NewsPapers" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="News Video" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="TV" i] {background-color: #ff1fc8 !important;}

What I am trying to find, is how to change the color of the individual folder name (text) from white to maybe black, yellow, etc.….

Any suggestion is appreciated. Regards,

Asked by lemo 6 months ago

Answered by cor-el 6 months ago