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

Ctrl Shift Enter - Dot Net, Dot Org

You know how you can type a URL and then Ctr+Enter and FF autopopulates the .com? Well years ago "Shift+Enter" autopopulated ".net" and "Ctrl+Shift+Enter" autopopulated "… (閱讀更多)

You know how you can type a URL and then Ctr+Enter and FF autopopulates the .com? Well years ago "Shift+Enter" autopopulated ".net" and "Ctrl+Shift+Enter" autopopulated ".org".

I really liked that feature. I know a lot of people don't, or don't see its point; that's not important.

About three years ago, I added UserChrome.js and enable-UserChrome.js , which acomplished the two autopuopulating tasks quite nicely.

Until about four weeks ago. I don't know if an FF update stopped reading those two .js files, or if there's a conflict somewhere else, or what. I don't know where to begin - other than posting here for help.

Thanks in advance!

  • UserChrome.js is in the subdirectory: C:\Users\[ME]\AppData\Roaming\Mozilla\Firefox\Profiles\gaydtewj.default-release-1
  • enable-UserChrome.js is in C:\Program Files\Internet Shenanigans\Mozilla Firefox\defaults\pref (firefox.exe is in C:\Program Files\Internet Shenanigans\Mozilla Firefox )

RJB 於 1 年前 詢問

RJB 最近回覆於 1 年前

  • 已解決
  • 封存

Embedded videos

Embedded videos missing in Firefox but show up in Microsoft Edge. How to fix it? Example: https://scheerpost.com/2024/03/09/you-are-betraying-your-ancestors-a-message-to… (閱讀更多)

manny52 於 7 個月前 詢問

jonzn4SUSE 於 7 個月前 解答

  • 封存

New Addons blank on Firefox restart, return when disabled and enabled.

New addons on Firefox become blank on restarting the browser. They return when I manually disable and enable them once. How to fix this? Doesn't happen to older addons.… (閱讀更多)

New addons on Firefox become blank on restarting the browser.

They return when I manually disable and enable them once.

How to fix this? Doesn't happen to older addons.

nanup.personal+firefox 於 12 個月前 詢問

nanup.personal+firefox 最近回覆於 11 個月前

  • 封存

HIde pinned tabs problem

I was set up, in myuserchrome.css, to hide my pinned tabs on the tab bar, allowing them to still be available in the "List all tabs" menu, see first image .tabbrowser-ta… (閱讀更多)

I was set up, in myuserchrome.css, to hide my pinned tabs on the tab bar, allowing them to still be available in the "List all tabs" menu, see first image

.tabbrowser-tab[pinned="true"] { display: none !important;}

All of a sudden, it reverted back

That first image, with the hidden tabs, is actually from Librewolf, with has the identical setting.

noel_envode 於 1 年前 詢問

noel_envode 最近回覆於 1 年前

  • 已解決

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

Slouch 於 4 個月前 詢問

jscher2000 - Support Volunteer 於 4 個月前 解答

  • 封存

Widevine plugin not installing

I installed Firefox-ESR on my Raspberry PI and noticed that I cannot play Udemy videos. After some research I found that the Widevine plugin is missing and the OpenH264 V… (閱讀更多)

I installed Firefox-ESR on my Raspberry PI and noticed that I cannot play Udemy videos. After some research I found that the Widevine plugin is missing and the OpenH264 Video Codec is also not installed. Following the instructions from similar issues didn't solve the problem. I ticked off and on the "Play DRM-controlled content" button but this only brings the widevine plugin for a moment and after that it disappears. In the network tab I see no activity when click on this button, i.e. Firefox does not send requests.

Additionally the OpenH264 Video Codec is not installed and never installs.

Any ideas how to solve this?

v.grozev 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 封存

Issues with Moving the "Find Bar"

I have read through all 3 of the following posts linked below on this issue, and cant make it out. I am trying to move the find bar to the top of firefox. Tried the real… (閱讀更多)

I have read through all 3 of the following posts linked below on this issue, and cant make it out.

I am trying to move the find bar to the top of firefox. Tried the really long codes suggested, and the short ones. Yes, I enabled "true" in the config settings. Added the chrome folder and text file, I think in the right section. Restarted firefox lots of times upon each code I tried, still not working.

Any ideas? thanks!

https://support.mozilla.org/ig/questions/1372399

https://gripfastistech.com/index.php/blog/82-move-findbar-to-top-firefox-69.html

https://www.reddit.com/r/FirefoxCSS/comments/11odffm/psa_incoming_changes_to_default_element/

zach6 於 10 個月前 詢問

zach6 最近回覆於 10 個月前

window.close() is not working

SLES 15.5 QU2 in Mozilla Firefox 115.8.0esr was not supporting window.close() even i added user_pref("dom.allow_scripts_to_close_windows", true); in user.js and prefs.js… (閱讀更多)

SLES 15.5 QU2 in Mozilla Firefox 115.8.0esr was not supporting window.close() even i added user_pref("dom.allow_scripts_to_close_windows", true); in user.js and prefs.js

Venkataiah ch 於 3 個月前 詢問

Venkataiah ch 最近回覆於 3 個月前

  • 已解決
  • 封存

PiP mode resize difference on Windows and Linux

Hello. I recently moved from windows to Linux Mint, and noticed the behavior of the Picture in Picture window is different when resizing. On windows, the aspect ratio is … (閱讀更多)

Hello. I recently moved from windows to Linux Mint, and noticed the behavior of the Picture in Picture window is different when resizing. On windows, the aspect ratio is kept. while on Linux, it is free form, making these black bars around the video, so I have to resize it very carefully to not show any black bars.

How can I make the PiP on Linux behave like on Windows? That means resizing keeping the aspect ratio.

Attached are the comparisons between Windows and Linux Mint.

Thank you very much!

buneco05 於 1 年前 詢問

buneco05 於 1 年前 解答

  • 已解決
  • 封存

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (閱讀更多)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

peter596 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 封存

Middle mouse wheel auto-scrolling does not work as a toggle, only as a hold

When I tap the middle mouse wheel to enable auto-scrolling (with no additional inputs like clicking, scrolling, or keyboard inputs), on release of the middle mouse wheel,… (閱讀更多)

When I tap the middle mouse wheel to enable auto-scrolling (with no additional inputs like clicking, scrolling, or keyboard inputs), on release of the middle mouse wheel, auto-scroll disappears. I can only use auto-scroll while holding down the middle mouse wheel.

I've reached out to other's and this seems to not be the intended/default behavior. I've confirmed middle-mouse wheel scroll (where it's a tap / toggle) works on Chrome as well as other applications like Spotify.

I would like to have it as a toggle. What can I do?

luke.yi4779 於 1 年前 詢問

luke.yi4779 最近回覆於 1 年前

  • 已解決
  • 封存

Close Tab Button On Left (Firefox 113)

This again! This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening. Initially post-update the close tab button was … (閱讀更多)

This again!

This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening.

Initially post-update the close tab button was in a weird, random place on the tab bar. I have adjusted the margins to put the button back where it's supposed to be!

I changed :

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 2px !important;
}

to:

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 35px !important;
}

to move the button back onto the left. That may seem like a drastic change but that's the lowest value I could find which produced the result I want.

However, it's not quite the result I want! As of updating to 113.0.1, the tab title itself now disappears altogether on hover.

I have tried to correct this in CSS using the .tab-text and .tab-label attributes, but without any luck so far.

Can anybody help me with this, before I'm forced to downgrade to Firefox 112?

Better yet... how about we just make this an option in Settings, as it should be?!

Kit Marsden 於 1 年前 詢問

Kit Marsden 於 1 年前 解答

  • 封存

why is it so difficult to get spell check to work?

I went into setting and made sure spellcheck is enabled and it is, but there are no other options there. I did exactly what it said on your help article and right clicked… (閱讀更多)

I went into setting and made sure spellcheck is enabled and it is, but there are no other options there. I did exactly what it said on your help article and right clicked in the text box on multiple different web pages and there is NO OPTION. It should not be this complicated.

tremault 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Configure navigation bar empty (without search box)

Hello, I need your help: how can I set navigation bar without any item (hide all items of this bar)? I need that this bar appears but empty. The reason is that I want to… (閱讀更多)

Hello,

I need your help: how can I set navigation bar without any item (hide all items of this bar)? I need that this bar appears but empty. The reason is that I want to restrict options in Firefox (for all users) but let it be allowed open windows pop-up.

I got remove the menu button that is to the right of the whole (hamburger type), the forward and backward buttons that are to the left of the whole (which are the arrows to the right and to the left), the detention (which is the cross), etc. I did this with commands in userChrome.css file

But what I can't hide is the item where the url's are placed (search box). I just need to hide the search box. I wrote " #nav-bar { visibility: collapse !important ; } " in userChrome.css , and then all navigation bar is hidden but don't get windows of pop-up that I need them to appear.

The version of Firefox that I have is 108.0.1 (64 bits).

Could you help me, please? It's a little urgent. Thanks!!

sergio_orishass 於 1 年前 詢問

sergio_orishass 最近回覆於 1 年前

  • 已解決
  • 封存

How I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it. Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pag… (閱讀更多)

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it.

Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pages blocked”.

I was able to remove the “SaveFrom.net Helper” add on in Firefox, but am unable to remove the “Savefrom.net Helper” bookmark tab which has high jacked my normal Firefox Bookmarks.

I can no longer easily see my Firefox Bookmarks and have to keep opening the Firefox Application Menu, then select Bookmarks, then select Manage Bookmarks in order to see my bookmarks.

Can you please advise how I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Philip47 於 2 年前 詢問

Philip47 於 2 年前 解答

  • 封存

DIaling a phone number with Google Voice fails

Dialing a phone number with Google Voice worked before, but now fails. It prompts me to Register for that feature https://voice.google.com/calls?forceBanner=tel-registrat… (閱讀更多)

Dialing a phone number with Google Voice worked before, but now fails. It prompts me to Register for that feature https://voice.google.com/calls?forceBanner=tel-registration but when I click on that link, nothing happens. [See first picture]

Settings | General | Applications seems to show 'tel' is assigned to Google Voice [see second picture] so as per a Google Voice help dialog, I changed it it 'always ask' [third picture]. This did no solve the problem.

k7aay 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 已解決
  • 封存

Home page stuck on Firefox.

Using Firefox 106.0.4 on W10. Hi, no matter what I try and do: Tools / Settings / Home / New Windows and Tabs - I cannot change Homepage and New Windows to either a cust… (閱讀更多)

Using Firefox 106.0.4 on W10.

Hi, no matter what I try and do: Tools / Settings / Home / New Windows and Tabs - I cannot change Homepage and New Windows to either a custom URL or Blank Page?

This just started a this week - a few updates ago.

I can & have changed New Tabs using New Tab Override (using it for years)

Any help or ideas appreciated, thank you.

J

170fin 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答