Showing questions for topic:
顯示下列標籤的問題:

Removing the Extensions Puzzle Piece Icon?

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it...… (閱讀更多)

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it....at all.

Solved 封存 20 852

How to restore shortcut?

There are 32 shortcuts on my home screen - 4 rows of 8 each. However, I accidentally "dismissed" one shortcut - now there are 31 total. I cannot figure out how to restore… (閱讀更多)

There are 32 shortcuts on my home screen - 4 rows of 8 each. However, I accidentally "dismissed" one shortcut - now there are 31 total. I cannot figure out how to restore a shortcut. Is the solution in about:config (browser.newtabpage.pinned)?

Solved 封存 7 1642

Firefox 133: no scrollbar on some sites

Since the 133 upgrade, some sites don't show scrollbar anymore (and therefore scrollwheel also doesn't work.) Is this a setting? (very annoying...) Windows10/64bit versio… (閱讀更多)

Since the 133 upgrade, some sites don't show scrollbar anymore (and therefore scrollwheel also doesn't work.) Is this a setting? (very annoying...) Windows10/64bit version.

Peter

Solved 封存 6 249

Tabs on bottom

Hi OK so I was having some issues with firefox where I had to reinstall it and this did in fact resolve the issues I was having. Problem I have is this though when I r… (閱讀更多)

Hi

OK so I was having some issues with firefox where I had to reinstall it and this did in fact resolve the issues I was having.

Problem I have is this though when I reinstalled it I first backed up my chrome folder which had all my custom CSS to move the tabs to the bottom of the header area and when I then reinstalled FF I then copied the folder back into my profile folder using the More Info under the help menu to make sure I was in fact in the right profile folder.

Problem is the code isn't moving the tabs and I seem to remember some issues with this the last time we had to fix FF that something had changed with the Chrome folders and such.

So what do I need to do to get my tabs back on the bottom again as I hate them up top!

Version: 128.0.3

Thanks!

Solved 封存 5 980

unstoppable fraudulent Trust Wallet add-ins

What's up with this? Two fake Trust Wallet add-ins were disabled within the last couple of days after one stole my money and I reported it, and another similar one. They … (閱讀更多)

What's up with this? Two fake Trust Wallet add-ins were disabled within the last couple of days after one stole my money and I reported it, and another similar one. They had been pinned to my toolbar and they were subsequently taken off from there with the message that they had violated Mozilla's policies. Now I see that again there are two of them. How can this be prevented? The most obvious sign that these are fake is when one goes to create a new wallet the add-in directs the user to import instead, i.e. it wants to steal private information like recovery phrase.

Solved 封存 5 733

"refresh" button with Firefox

I have really liked using the "refresh" button with my Firefox browser. The "refresh" button has disappeared from one of my two Dell PC's (I use Windows Eleven, and my D… (閱讀更多)

I have really liked using the "refresh" button with my Firefox browser. The "refresh" button has disappeared from one of my two Dell PC's (I use Windows Eleven, and my Dell PC's have solid state drive). I know there are two other "help" buttons ("troubleshoot mode" and "clear startup cache"). The "refresh" button has really helped me to keep my Firefox browser working properly with my two Dell PC's. Thank you for any comments you might have about this.

Solved 封存 5 444

Browser Console Pseudo elements tab can not be closed once open or vice versa

Hi, After the last two updates, the **Pseudo-elements** tab in the Browser Console can no longer be closed once it has been opened, and vice versa. Please see the video b… (閱讀更多)

Hi,

After the last two updates, the **Pseudo-elements** tab in the Browser Console can no longer be closed once it has been opened, and vice versa.

Please see the video below demonstrating the issue:

https://www.awesomescreenshot.com/video/54512049?key=4422b692b5131ae71def568f54d6f82d

Thanks.

Solved 5 60

The + sign to open new tab is missing after latest update

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I h… (閱讀更多)

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I have seven tab open, I have to do ctrl+t to open new tab instead of just clicking on the + sign that use to be at end of tabs. Yes, I do use custom settings. This happened before but I was able to fix by going to tabs under about:config, but it seems the setting is no longer there.

Solved 封存 4 783

ftp and firefox

I tried to use a ftp link setting firefox as the default ftp app, not realizing firefox no longer supports ftp. I am unable to reset the default app and can't find the se… (閱讀更多)

I tried to use a ftp link setting firefox as the default ftp app, not realizing firefox no longer supports ftp. I am unable to reset the default app and can't find the setting to do so. I downloaded filezilla and wish to set it to be the default app for ftp. Can someone help me with this? Before anyone suggests it, resetting firefox to default settings is not an option.

Solved 封存 4 557

Option for "Goto (local IP)" instead of "Search Google for (local ip)"

One quality of life thing I really miss after switching from Chrome is the option to "Goto ip" when you highlight and right click on a local ip address. I do a lot or net… (閱讀更多)

One quality of life thing I really miss after switching from Chrome is the option to "Goto ip" when you highlight and right click on a local ip address.

I do a lot or networking and am going to local ip addresses all the time (ie 192.168.1.1 or 10.0.20.15). When I highlight an address in the local ranges in Chrome it gives the "Goto" option, but Firefox always offers "Search Google for"

I really miss this option and unfortunately all my searching has not yield a solution since search engines cant quite make sense of my requests.

Hopefully someone here can nail something down.

Thanks!

Solved 封存 4 722

Change order of toolbars

There are 4 toolbars at the top of the Firefox screen. The default order from top to bottom seems to be: Menu bar Tabs bar Navigation bar Bookmarks bar (which Fire… (閱讀更多)

There are 4 toolbars at the top of the Firefox screen. The default order from top to bottom seems to be:

 Menu bar
 Tabs bar
 Navigation bar
 Bookmarks bar   (which Firefox apparently calls "PersonalToolbar")

I would like to move the Bookmarks bar above the Tabs bar so the order is;

 Menu bar
 Bookmarks bar
 Tabs bar
 Navigation bar

I tried to use ChatGPT to accomplish this. After well over 6 iterations, I gave up (ChatGPT was still going strong - hallucinating?). The only code in userChrome.css that accomplished this is shown below. Unfortunately it leaves the order as:

 Bookmarks
 Navigation
 Menu
 Tabs

Can a human expert help me where ChatGPT failed? ___________________

/* Move the bookmarks toolbar above the tabs */

  1. navigator-toolbox {
   display: flex;
   flex-direction: column-reverse;

}

Solved 封存 4 409

Downloading attachment in Outlook doesn't ask me where to store it

Regular download works fine, but when I try to download attachment in outlook.live.com website, it didn't ask me where to store it, but simply places it in my default loc… (閱讀更多)

Regular download works fine, but when I try to download attachment in outlook.live.com website, it didn't ask me where to store it, but simply places it in my default location, while at the same time opening the attachment even though I only want to download the file.

Solved 封存 3 239

spell check the entire web page/site

Is it possible to spell check the entire web page using both Hunspell built-in dictionaries and user-defined dictionaries *.dic, already prepared text in Firefox. As it i… (閱讀更多)

Is it possible to spell check the entire web page using both Hunspell built-in dictionaries and user-defined dictionaries *.dic, already prepared text in Firefox. As it is done in text editors like Libre Office (also uses Hunspell) but for web site, checking the text from top to bottom with errors in a separate window, so spell check is not only in the text input/search field.

Solved 封存 3 280

Disable horizontal scrolling

Is there any way I can completely disable horizontal scrolling? I'm using a laptop with a trackpoint (lenovo x230, Windows 10) and it's not terribly accurate, which means… (閱讀更多)

Is there any way I can completely disable horizontal scrolling? I'm using a laptop with a trackpoint (lenovo x230, Windows 10) and it's not terribly accurate, which means scrolling whilst a youtube video is going often makes it track backwards or forwards, and another website I use uses a horizontal click to send me to the next page, which sucks. I would prefer to just be able to disable it entirely. Thanks!

I swear to god I used to have it disabled, just need to work out how again.

Solved 封存 3 565

Firefox PDF reader pdfjs.viewerCssTheme option has no effect

So I wanted to read PDFs trough firefox with a dark theme, looked up how to do so online, and people say to change the "about:config" option "pdfjs.viewerCssTheme" to "2"… (閱讀更多)

So I wanted to read PDFs trough firefox with a dark theme, looked up how to do so online, and people say to change the "about:config" option "pdfjs.viewerCssTheme" to "2" instead of "0", I did that, tried opening a PDF, nothing happend, it was still black text on white backgrounds. Tried closing firefox, reopened the pdf, nothing happened, still white backgrounds. Tried to check if it might have to do with that specific pdf file's config, created my own PDF file from a word document, tried to open it, still white backgrounds. Tried disabling extensions, (which I use four of, UBlock Origin, SponsporBlock, Return Youtube Dislike and Translate this page), didn't work. Tried enabling the option on my laptop, didn't work. Tried a bunch of other stuff and it still won't work. My Firefox version is 109 and I'm using Windows 10 I also don't want to use the console/file edit thing with grayscale(1) invertcolor(1) or whatever it was since it also reverses the colors of images instead of just the backgrounda nd text color.

Solved 封存 3 298

How can I disable this bar from showing?

I use an translator extension for firefox for russian so I do not need this integrated tool and it's annoying to see it everytime I open a russian page. Please help me, I… (閱讀更多)

I use an translator extension for firefox for russian so I do not need this integrated tool and it's annoying to see it everytime I open a russian page. Please help me, I don't know what the source is of this translator but I can tell it's not from an extensions as I deleted every extension and tried, not worked.

Solved 封存 2 210

Suggestion for Close Duplicate Tabs

Hello! I found the new "Close Duplicate Tabs" and would like to suggest the following, for improvement for power users. 1) It should be possible to configure an option f… (閱讀更多)

Hello!

I found the new "Close Duplicate Tabs" and would like to suggest the following, for improvement for power users.

1) It should be possible to configure an option for what should happen with the duplicate tabs. For example: it should be possible to move all the Duplicate Tabs to a new Window - so I can view all these tabs and compare them (and close them if I want that) Reason: I use a web interface to a database for documentation and sometimes I have more than one tab open with the same article - but the software behind it doesn't notice, it just stores what comes out and so it would happen that an article is accidentally overwritten.

2) According to what criteria are the duplicate tabs compared - can you set options here?

Best wishes! hannes

Solved 封存 2 230