Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

Excessive RAM usage

Hello. I and a friend of mine are having trouble with firefox, it seems to be using excessive ammounts of ram as pictured. I only had two tabs open and two addons install… (xem thêm)

Hello. I and a friend of mine are having trouble with firefox, it seems to be using excessive ammounts of ram as pictured. I only had two tabs open and two addons installed when I took that screenshot. Any help would be appreciated, thanks in advance.

Được hỏi bởi randydarkshade 1 năm trước

Được trả lời bởi cor-el 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

How do I stop that annoying url popping up at the bottom of my screen?

When I am watching a TV stream on my PC; when I hover on (some) pictures or videos, a supremely annoying pop-up url appears at the bottom of my screen. I have some learni… (xem thêm)

When I am watching a TV stream on my PC; when I hover on (some) pictures or videos, a supremely annoying pop-up url appears at the bottom of my screen. I have some learning problems and can not figure out the 'userChrome.css' method. I can not work with long streams of multiple overlapping instruction. I am not tech savvy. I do not understand 'layers' and stuff like that. I can do the 'about:config' thing, if anyone knows whether or not if I can fix it from there, I would be eternally grateful. Thanks.

Được hỏi bởi mckendrick 1 năm trước

Được trả lời bởi -elison- 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

how to detect browser back and forward button clicks

I need to know when a visitor to my site is clicking the back or forward button. The reason is I have a "tabstrip" that hilites the currently selected tab and the target … (xem thêm)

I need to know when a visitor to my site is clicking the back or forward button. The reason is I have a "tabstrip" that hilites the currently selected tab and the target document is displayed in an iframe. If I click the back or forward buttons the page is updated with the last or next document in the iframe, but the tabstrip is not updated to reflect the change. Part of this is due to me not knowing how to update the tabstrip, but also because I don't know how to detect the back or forward buttons being clicked.

So I need to know how to detect those button clicks. Also, in researching this, I noticed that there seems to be an idea that you can't distinguish between the forward and back button, only that a button was clicked. That doesn't make sense given that each button has a specific action that is opposite of the other. I need to know the truth about this.

Finally, as much as I use only Firefox myself, I know there will be others who use other browsers. Is there any difference between detecting the back and forward buttons on other browsers compared to Firefox?

One of the pages I need this for is here

Edit 15 March 2022:

I had to fix the link because I had renamed the page when I finished the work on its layout. Also, since I asked this question I have realized another similar and sort-of related issue on a different page: https://wayneca.neocities.org/WebDesi.../TagList.html. The relation is that the back and forward buttons don't correctly reload the page. The difference is that this one is concerning named links.

When you click a link in the table on the left it correctly moves the document in the right table to the point where the matching id anchor is. But when you click the back or forward button the tables do not shift back to where they were on the page as reloaded. The back and forward buttons work fine if the link anchors and id anchors are not in tables.

I have been told about the history functions, but I have found no examples of using it to correct the issue in either of the above cases. Is someone here able to point me to examples of using the history to make a selected link reset back to where it was or reload a page with the last jump point being reset correctly?

Also, why does the named link thing work without tables but not with tables?

Được hỏi bởi Wayne 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

I added extensions that don't appear on any toolbar or in the "Customize" option - how do I get them onto the screen?

I just added "TextArea" to my extensions & it only can be selected by clicking on the picture puzzle icon at the right edge of the address/search bar for a dropdown b… (xem thêm)

I just added "TextArea" to my extensions & it only can be selected by clicking on the picture puzzle icon at the right edge of the address/search bar for a dropdown box of extensions. I would like to display it and a number of others now only on the dropdown on visible toolbars, but can't move them there. When I select "Customize," it shows some basic icons not being displayed, but only the basics and does not include extensions I've added recently. I used to keep icons in the All-in-One Sidebar on my left margin, the Vertical Toolbar on my right margin & the bottom Status bar in pre-version 57 FF and don't want the extra hassle of having to use the dropdown for commonly used extensions. How do I get these icons moved into an existing visual space on my browser? I have 3 36" HDMI screens & plenty of real estate to play with, but no way to use it in FF for new extensions. Do I have to continue to use alternatives like WaterFox Classic & Pale Moon?

Được hỏi bởi Blue Sun 7 tháng trước

Được trả lời bởi cor-el 7 tháng trước

  • Đã giải quyết
  • Đã lưu trữ

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (xem thêm)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Được hỏi bởi MaxwellQ 2 năm trước

Được trả lời bởi Wesley Branton 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

How, or can, I stop the download manager from opening up automatically?

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blockin… (xem thêm)

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blocking my view of the page, much less that it makes ms stop and think about what I am about to download.

I do not understand the purpose of this. The old way was safer, cleaner and less annoying. How can, or am I able to get that "choice" back?

When searching for a fix I have seen that that there is/was a similar feature in the Edge browser but it can be undone. I feel Firefox users deserve that option.

Thank you.

Thank you.

Được hỏi bởi springheel 1 năm trước

Được trả lời bởi cor-el 1 năm trước

  • Đã giải quyết

No Audio in Firefox only.

There is no audio on any website in Firefox only. I'm using Windows 11 Numbered list item When a video is playing there used to be an audio icon showing the tab is pl… (xem thêm)

There is no audio on any website in Firefox only. I'm using Windows 11

  1. Numbered list item When a video is playing there used to be an audio icon showing the tab is playing audio, this does not show anymore.
  2. Numbered list item Firefox does not appear in the Windows volume mixer
  3. Numbered list item The Firefox Task Manager Utility 'Windows Media Framework Audio Decoder is always idle.
  4. Numbered list item I've restarted the Windows AudioSrv service and Windows explorer process

Nothing works. Please help.

Được hỏi bởi rtwymanjr 4 tháng trước

Được trả lời bởi rtwymanjr 4 tháng trước

  • Đã giải quyết
  • Đã lưu trữ

Is Firefox being phased out as a browser?

I have just seen a clip on Youtube that concerns me. Is Firefox being phased out as a browser? I hope not. I have been using it for years and it is great. Please let me k… (xem thêm)

I have just seen a clip on Youtube that concerns me. Is Firefox being phased out as a browser? I hope not. I have been using it for years and it is great. Please let me know. Many thanks Anthony

Được hỏi bởi avwood 1 năm trước

Được trả lời bởi James 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

My firefox browser says it is being managed by my organisation ImportEnterpriseRoots. I'm a home user...

My firefox browser says it is being managed by my organization " ImportEnterpriseRoots...true". I'm a home user...no organization. don't know what to do. I haven't notice… (xem thêm)

My firefox browser says it is being managed by my organization " ImportEnterpriseRoots...true". I'm a home user...no organization. don't know what to do. I haven't noticed anything unusual happening. My browser is up to date.

Được hỏi bởi lindajean1 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

QuotaExceededError: The quota has been exceeded

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox every time I have to clear cookie and cache and restart Firefox also tried … (xem thêm)

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox

every time I have to clear cookie and cache and restart Firefox

also tried updating Firefox

I'm using since more than 2years but this issue is since last 2 months only

Please help

Được hỏi bởi Maddy 2 năm trước

Được trả lời bởi TyDraniu 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

print settings - edit header and footer

hi, i'm using FF (version 98 at the moment) to print local files. It is key to me to edit header and footer for each print! the only solution i found so far to edit them… (xem thêm)

hi,

i'm using FF (version 98 at the moment) to print local files. It is key to me to edit header and footer for each print! the only solution i found so far to edit them at all, is to go to about:config and for example search for print.print_headerleft. Besides that is not usable at all, it simply doesn't work! The header and footer remain the same. Please tell me how can i change header and footer?

If you delete the, in my opinion much better "page setup", why don't you include all it's funktions in the new print dialog?

another problem is the size of the new print preview! it's much to small! make it resizeable please.

Or just give us back the "page setup". That would be a big advantage over chrome and edge, which suffer the same printing problems.

Thanks

Được hỏi bởi forinves 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

End of Life Dates for Firefox Browser

I have been assigned a task to get the end of life dates on each of these versions of Firefox. Can you please point me in the right direction to obtain this information?… (xem thêm)

I have been assigned a task to get the end of life dates on each of these versions of Firefox. Can you please point me in the right direction to obtain this information? Thanks!

Firefox 17.0.10 Firefox 17.0.5 Firefox 24.8.0 Firefox 3.6.13 Firefox 38.0.1 Firefox 38.6.1 Firefox 45.0.1 Firefox 45.2.0 Firefox 52.0.2 Firefox 52.1.0 Firefox 52.1.1 Firefox 52.1.2 Firefox 52.2.0 Firefox 52.2.1 Firefox 52.4.1 Firefox 52.5.1.1 Firefox 52.5.2 Firefox 55.0.3 Firefox 56.0.1 Firefox 57.0.2 Firefox 60.6.1 Firefox 60.6.2 Firefox 68.4.1 Firefox 78.3.0 Firefox 78.3.1 Firefox 78.4.0 Firefox 78.4.1 Firefox 79.4.1

Được hỏi bởi sp3lm 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

moz-extension:// desktop shortcut

I would like to be able to open my browser extension directly from the desktop instead of clicking through a multitude of menus. But attempting to open it: The protocol "… (xem thêm)

I would like to be able to open my browser extension directly from the desktop instead of clicking through a multitude of menus. But attempting to open it: The protocol "moz-extension" does not have a registered program.

How do i assign Firefox to open "moz-extension" files?

Được hỏi bởi bradyharkonen 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

access to michaels crafts store denied

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server. Referenc… (xem thêm)

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server.

Reference #18.beeb7068.1641080631.1ce8b9b5

Được hỏi bởi juice4u 1 năm trước

Được trả lời bởi Chris Ilias 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Firefox DPI scaling

Is there any way (as in Thunderbird, via layouts.css.devPixelsperPx) to enlarge everything on a given monitor/display/colorDepth setting? Or an approach using userChrome.… (xem thêm)

Is there any way (as in Thunderbird, via layouts.css.devPixelsperPx) to enlarge everything on a given monitor/display/colorDepth setting? Or an approach using userChrome.css that impacts everything, not just displayed text in the browser. Yes, this is a "tired old eyes" (excessive nanoseconds spent looking at bigger and bigger displays with higher and higher resolution) type question. My setup is multiple boot OS including Windows 11, Ubuntu, Manjaro, Arch. In each Firefox is the default browser, but Chrome and Edge seem to have more fine-grained controls for managing the chrome display than Mozilla. Using the latest 64-bit Firefox (100.02) if that's helpful.

Được hỏi bởi mondalealex 1 năm trước

Được trả lời bởi cor-el 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

can't get torrent files to open in my torrent client

Hi I don't know what's happened to cause this, but for the last few days if I grab a torrent file online, I only get the option to save the file, no option to automatica… (xem thêm)

Hi

I don't know what's happened to cause this, but for the last few days if I grab a torrent file online, I only get the option to save the file, no option to automatically open in my torrent client.

I have been to Firefox general settings, and Applications - "Choose how Firefox handles the files you download from the web or the applications you use while browsing" but .torrent is not listed. When I search "torrent" in the Applications search box, I get only "magnet" as a result, nothing for "torrent" files (see image).

Any advice on how to automatically open .torrent files from the web in my torrent client would be appreciated.

Được hỏi bởi dave54321ac 1 năm trước

Được trả lời bởi AliceWyman 1 năm trước

  • Đã lưu trữ

lost everything with firefox

my pc had friend so when i got a new one i lost all of my firefox data, how can i get all of it back so i was forced to start all over, i lost all my, bookmarks, tabs, hi… (xem thêm)

my pc had friend so when i got a new one i lost all of my firefox data, how can i get all of it back so i was forced to start all over, i lost all my, bookmarks, tabs, history and saved passwords

Được hỏi bởi dj_dean 1 năm trước

Lần cuối trả lời bởi FredMcD 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

specific date in History

Hi, I would like the history from a specific date: 22/08/2020 (AEST). I can see the "most recent history" but there is no date attached. Could I please have a time sta… (xem thêm)

Hi,

I would like the history from a specific date: 22/08/2020 (AEST).

I can see the "most recent history" but there is no date attached.

Could I please have a time stamped list all the websites that I visited on the 22nd to the 23rd of August, 2020?

Kind regards, Kade

Được hỏi bởi encinoman1 1 năm trước

Được trả lời bởi FredMcD 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

I now have "old firefox data" files on my desktop. I appear to have lost all of my data on the browser after an update. How do I restore the files?

Something happened to the Firefox browser (Windows 10) that caused a file named "old firefox data" to appear on my desktop. My passwords, bookmarks and other data have di… (xem thêm)

Something happened to the Firefox browser (Windows 10) that caused a file named "old firefox data" to appear on my desktop. My passwords, bookmarks and other data have disappeared in the browser. How do I restore them?

Được hỏi bởi t.hankinson 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước