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

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… (閱讀更多)

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

Brian_30@IRQ 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Chase Bank say that my Firefox browser is out of date

Hello, Whenever I try to log into my Chase Bank account, using my Firefox browsers, I get a message that says that my browser is out of date, and needs to be updated. Bu… (閱讀更多)

Hello,

Whenever I try to log into my Chase Bank account, using my Firefox browsers, I get a message that says that my browser is out of date, and needs to be updated. But I am using browser version 103, and I believe that is the current version. I contacted Chase about this, but they did not offer any solutions to the problem.

Is anyone else having this problem?

Thank you

jpowel 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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?

Timtak 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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

scottish2 於 11 個月前 詢問

jscher2000 - Support Volunteer 於 11 個月前 解答

  • 已解決
  • 封存

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 … (閱讀更多)

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?

Timtak 於 1 年前 詢問

Timtak 於 1 年前 解答

  • 已解決
  • 封存

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 … (閱讀更多)

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?

ynotssor 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決

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… (閱讀更多)

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.

FireFoxFan1 於 2 個月前 詢問

zeroknight 於 1 個月前 解答

  • 已解決
  • 封存

Shortcut on my Firefox homepage will not dismiss

I want to dismiss one shortcut out of the two rows of shortcuts on my homepage. When I left click on the three dots on the Google Translate shortcut, and then left click … (閱讀更多)

I want to dismiss one shortcut out of the two rows of shortcuts on my homepage. When I left click on the three dots on the Google Translate shortcut, and then left click on dismiss, the shortcut blinks and remains.

loyall 於 1 年前 詢問

loyall 於 1 年前 解答

  • 已解決

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 … (閱讀更多)

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?

pepak 於 1 個月前 詢問

pepak 於 1 個月前 解答

  • 已解決

How can I enable sound on pop-up blocked

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and ca… (閱讀更多)

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and cant figure out why I' not getting the new content

jpnyc 於 2 天前 詢問

cor-el 於 1 天前 解答

  • 已解決

How do I delete the automatic list that shows when I type a letter in the URL line please?

Hello, When I type a letter in the URL space, there is a drop down selection of previous sites I have used. Some contain names of people I have searched and I don't… (閱讀更多)

Hello,

When I type a letter in the URL space, there is a drop down selection of previous sites I have used. Some contain names of people I have searched and I don't want any embarrassment if said persons happen to use my PC. Is it possible to delete the list, or, perhaps better, delete the ones with names?

I'm using Windows 10 with FF x64.

Thanks.

Bonnie2 於 1 個月前 詢問

jscher2000 - Support Volunteer 於 1 個月前 解答

  • 已解決
  • 封存

Searching for how to share tabs between profiles.

I have searched for "How to share tabs between profiles" in firefox. I was offered this option: Share multiple tabs Visit the tabs tray by tapping the number next… (閱讀更多)

I have searched for "How to share tabs between profiles" in firefox.

I was offered this option:

Share multiple tabs

   Visit the tabs tray by tapping the number next to the address bar, this number shows how many open tabs you have:
   Tap the three-dot menu button in the tabs tray.
   Select Share all tabs.
   The list of tabs to be shared will appear.

Visit the tabs tray - not very clear. by tapping the number next to the address bar - which number? I have more tabs that can fit across the screen and am not seeing any number/s.

Could someone help me with this please? I have a lot of migration to do.

teeny_weeny 於 1 年前 詢問

teeny_weeny 於 1 年前 解答

  • 已解決
  • 封存

How to limit search to only useful pages

Hi, There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe… (閱讀更多)

Hi,

There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe. Somewhere on the net I found that the following address does it: https://www.google.com/webhp?cr=countryAT|countryBE|countryBG|countryHR|countryCY|countryCZ|countryDK|countryEE|countryFI|countryFR|countryDE|countryGR|countryHU|countryIE|countryIT|countryLV|countryLT|countryLU|countryMT|countryNL|countryPL|countryPT|countryRO|countrySK|countrySI|countryES|countrySE

However, when I am trying to use it in firefox as my Start Page, it opens all of these in separate tabs and it does not work. Also as far as I understand using the link is not possible for new tabs.

The reason is simple. For example, when looking for cooking recipes, pages from the USA use strange units that cannot be understood and there is no point in translating each of these manually as all recipes are available in million of versions - it is just a matter of clicks. But I don't want to waste time each time on checking the websites one by one; if the cooking website is from Europe, the units will be of a standard and I don't have to worry. It is the same in relation to many products of any kind. European and American markets are completely different and reading description of something only to find out at the end that it is only available in the USA is waste of time.

- it should be possible in firefox to block some websites or portals by some button. I know that there is an add-on for this but it is only for 10 pages or so, so in reality it is not very useful. It also only works in the way that the page won't open when clicked on. However, it would be much better if unwanted portals or websites were simply removed from search results.

There are too many fake websites nowadays providing incorrect or misleading information. If it happens that I come across one of these, I want to be doing that only once - and block them forever.

malecek1 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Support for transparent images when copy-and-pasting

hello! i'm looking for a way to adjust the settings, if there are any, to copy and paste PNG images with firefox and keep their transparency intact -- rather than the sol… (閱讀更多)

hello! i'm looking for a way to adjust the settings, if there are any, to copy and paste PNG images with firefox and keep their transparency intact -- rather than the solid black it has now. as i understand it there's been similar issues as of 8 months ago, but i'm unsure if anything else has changed in that time.

i'm not a full-on graphic designer or anything but i do use this fairly often as an artist to look at references and such, and as someone who's recently switched to firefox from chrome (which does support this feature) i'd like to know if it's as easy as clicking something in a menu or if that's not an option altogether. thank you in advance to anyone willing to help!

rag 於 8 個月前 詢問

Medhasree Suram 於 8 個月前 解答

  • 已解決
  • 封存

Unable to select buttons

Often, I am unable to submit with Foxfire. Usually, I disable a mess of blocking/privacy settings, and sometimes this works. Not today. The annoying ReCapta pictures/b… (閱讀更多)

Often, I am unable to submit with Foxfire. Usually, I disable a mess of blocking/privacy settings, and sometimes this works. Not today. The annoying ReCapta pictures/bridges/bicycles/sidewalks never showed. Never. Selecting the submission button failed to cause any kind of a reaction. Finally, had to use Chrome. What gives? Can this be fixed?

Oh, yeah, I'm a retired wildlife biologist, not a programmer, so please dumb it down.

Frosty 於 6 個月前 詢問

cor-el 於 6 個月前 解答