次のタグが付けられた質問を表示: すべての質問を表示

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.

2 分前 に ninershark が質問

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (続きを読む)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

1 日前 に Andrijan が質問

5 時間前 に Andrijan最後の返信

설치한 부가기능(확장프로그램)을 사용할 수가 없습니다. unable show me add-on program

확장프로그램을 설치했는데, 원래 대로라면 브라우저 상단 주소창 옆 도구 모음에 설치한 확장프로그램의 아이콘이 나타나야 하나 나타나지 않고 있습니다. '도구 모음 사용자 지정'으로 들어가서 직접 추가하려고 해도 추가할 수 있는 아이콘이 나타나지 않습니다. 이 외의 방법으로 사용할 수 있는 방법을 아무것도 … (続きを読む)

확장프로그램을 설치했는데, 원래 대로라면 브라우저 상단 주소창 옆 도구 모음에 설치한 확장프로그램의 아이콘이 나타나야 하나 나타나지 않고 있습니다. '도구 모음 사용자 지정'으로 들어가서 직접 추가하려고 해도 추가할 수 있는 아이콘이 나타나지 않습니다. 이 외의 방법으로 사용할 수 있는 방법을 아무것도 찾을 수가 없는데 대체 어디서 어떻게 찾아서 어떻게 사용해야 합니까?

i installed a add-on program however this icon for using is not shown on browser's menu bar. there is not on personal setting, so i cannot find how do myself. wat should i do?

10 時間前 に kotacji が質問

8 時間前 に kotacji最後の返信

URL bar - highlight color of drop-down selections

Hi All, I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected … (続きを読む)

Hi All,

I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected with the cursor keys, and the one the mouse pointer is over.

The first screenshot below is of the highlight colors in FF 115/125. You can see two different shades of gray, the darker gray being the URL selected with the cursor keys, the lighter gray being the one the mouse pointer is over.

The second image shows the colors from FF 88, the URL selected with cursor keys in blue, and a dark gray for the one the mouse pointer is over.

Any help in modifying these colors, and the radius of the selection is greatly appreciated!

1 日前 に Slouch が質問

18 時間前 に Slouch最後の返信

Open previous windows and tabs

OPEN PREVIOUS WINDOWS AND TABS is unchecked but upon startup firefox always tries to do this and I get an error message. Computer crashes, shutoffs, sleep mode and Firefo… (続きを読む)

OPEN PREVIOUS WINDOWS AND TABS is unchecked but upon startup firefox always tries to do this and I get an error message. Computer crashes, shutoffs, sleep mode and Firefox wants to go to my previous windows and tabs : I HAVE IT UNCHECKED FOR A REASON, I DON'T WANT TO GO TO PREVIOUS TABS.

2 日前 に charma_craven が質問

How do we disable QUIC with the latest ADMX or via registry entry on Windows 10

Hello, How can we disable QUIC with the latest ADMX or via registry entry on Windows 10. I see not settings under ADMX that can assist in doing so. I dont mind implemen… (続きを読む)

Hello, How can we disable QUIC with the latest ADMX or via registry entry on Windows 10. I see not settings under ADMX that can assist in doing so. I dont mind implementing a registry entry in GPO as well.

Thanks

2 日前 に joel.escutia が質問

URL bar popup menu text spaced out (kerning/tracking issue)

Hi All, Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125? It's the only menu I've found like that. See attached scre… (続きを読む)

Hi All,

Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125?

It's the only menu I've found like that.

See attached screenshots. The one on the left is FF 115, and the one on the right is FF 88 (more normal).

Is there a way to fix this?

And also remove that "Add" menu item at the bottom?

If so, please reply!

2 日前 に Slouch が質問

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar… (続きを読む)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}

3 日前 に Slouch が質問

2 日前 に Slouch最後の返信

Offidocs

How do I get rid of this on my Firefox browser it keeps coming up all the time??? https://www.offidocs.com/media/system/app/view_edit_pdfeditor_nav.php?myServerhost=tut&… (続きを読む)

2 日前 に thinkingofhow が質問

Firefox is not setting my location correctly on a desktop, Android cell phone is fine

I have Firefox on Windows, Linux, and Android. Anytime I use Firefox on a desktop, it sends me to Tornado Alley in Kansas. However, I am not in Kansas, and I don't have d… (続きを読む)

I have Firefox on Windows, Linux, and Android. Anytime I use Firefox on a desktop, it sends me to Tornado Alley in Kansas. However, I am not in Kansas, and I don't have dog named Toto either. I am in the Detroit area. If I use other browsers, I don't have this problem. It only happens on desktop computers. On my cell phone it shows the correct location. I have already done the simple troubleshooting measure (for a year now: clearing cache, uninstall, reinstall, etc...) and NOTHING removes me from this Tornado Alley, Kansas location on the Firefox browser. If I use Chrome, Opera, Edge, etc... I don't get this problem. It must be something in the Firefox program.

1 か月前 に tigerprowlusa が質問

4 日前 に tigerprowlusa最後の返信

Replace context menu navigation icons with text only

Hi All, Is there a way to replace the navigation icons on the context menu with their text-only counterparts? I've tried the following code segments which provide less-… (続きを読む)

Hi All,

Is there a way to replace the navigation icons on the context menu with their text-only counterparts?

I've tried the following code segments which provide less-than-optimal results.

This one which worked in FF 88, now removes the icons, but leaves 4 blank buttons in a row with no text...

#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image {display: none !important;}}


This one completely removes the options, but I would like to keep them, and replace them with their text counterparts

#context-navigation,
#context-sep-navigation {
   display:none !important;
}


Please see attached images for the before and after of what I'm trying to achieve.

Might be nice to have the blank icon column to the left of these 4 items so they all line up with the items below, but I can live without that if it's not possible.

Any help is appreciated!

6 日前 に Slouch が質問

5 日前 に Slouch最後の返信

Search defaults to UK. How undo? Using Duck Duck Go for search.

My default search engine is Duck Duck Go. I frequently use a VPN. I am usually in North America and want to search sites in North America. When I run a search by typ… (続きを読む)

My default search engine is Duck Duck Go. I frequently use a VPN.

I am usually in North America and want to search sites in North America. When I run a search by typing a search term in Firefox, I get results beginning in UK, and I see that a blue toggle switch has been set to UK. (See image.)

This started 2-3 weeks ago.

How do I set things so that my searches begin in North America?

I have checked "about:config" preferences and do not see anywhere that UK is specified. I don't see a region preference setting, either.

Thank you.

6 日前 に ezameht が質問

6 日前 に ezameht最後の返信

Homemade Home Page and Virtual Filing Cabinet

I made a private homepage years ago made up entirely of links to web-based AND local folders and files that are grouped into columns of categories like banking, medical, … (続きを読む)

I made a private homepage years ago made up entirely of links to web-based AND local folders and files that are grouped into columns of categories like banking, medical, insurance, budget, etc. I keep it off-line on my desktop. I wrote the code so I could place an external link to a bank for example, next to a local link to the folder on my computer where I download statement pdfs from that bank and other bank files. The web page links displays: MY BANK Chkng/Debit Statements Credit Card Statements Bank Information The top link goes to the bank web page on line while the three lower links open folders on my computer where I save pdfs, txt, images, etc from the bank. Firefox opens the folders as "Index of file:///C:(folder path).

My personal home page is laid out with groupings like this for all sorts of information and associated web links: broker, vendor invoices, medical test, taxes, social security, health insurance, subscriptions etc. Today we get .pdf files with all sorts of information and no help organizing it for easy access. The Firefox browser has become the perfect tool for me. But I learned HTML coding years ago! Not so easy to do for others.

Today, many entities have on-line access that provides downloads like invoices, test results, payments, subscriptions, and much more that replace paper. Creating folders to hold these documents with their own local links on your web/local homepage makes sense to me.

While you can use "File" on Firefox to open a local folder or individual file, you cannot save it as a link. However, you can copy the path and transfer that to an a href=" line of link code in your homepage and build on that method. It's amazing how many types of files can be displayed in a browser that are locally stored. Even a link to a spreadsheet file will open that spreadsheets application. Having a varied list of links with quick access is worth the code-writing time. I wish there was an app to help anyone make their own custom folders and links to the contents in a "my homepage.html" . Is there a product idea in there for you folks?

6 日前 に NYCPaull が質問