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

Closed Captions in YouTube with FireFox

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions… (閱讀更多)

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions display at once, one after the other. Then, as play continues there are no more captions. Most videos still show captions normally, that is, captions appearing only when the dialog matches them. But a few videos misbehave by showing all the captions at once. Here is one such video.

https://www.youtube.com/watch?v=ZgqJ5wQF944

I noticed this misbehavior within the last month and assumed that the video was doing something peculiar with the timing of the captions. But when I use the YouTube Show Transcript option to display the captions and associated timing outside the video, the transcript looks quite reasonable.

One further oddity, if I take that same URL and load the video in a different browser, for example, Chrome, the captions are displayed normally.

I've included a screen shot of the video in YouTube showing all the captions displaying at once.

prairiepedaler 於 11 個月前 詢問

prairiepedaler 於 11 個月前 解答

  • 封存

Tor Browser

Your browser suggested that we use Thor Browser which looks like a scam. I CAN NOT DELETE THE FILE OR FOLDER AS :I DO NOT HAVE PERMISSION TO DO THIS. I WANT THIS… (閱讀更多)

Your browser suggested that we use Thor Browser which looks like a scam.

I CAN NOT DELETE THE FILE OR FOLDER AS :I DO NOT HAVE PERMISSION TO DO THIS.

I WANT THIS REMOVED SO DON'T IGNORE THIS AND RESPOND AS TO HOW TO FIX AT [removed email from public support forum]



6/30 - I GET RESPONSES BUT NO LEGIT EMAIL ADDRESS TO RESPOND

4johnherman 於 11 個月前 詢問

James 最近回覆於 10 個月前

  • 已解決
  • 封存

*Always* show password?

Is there a security setting that allows me to show all my passwords rather than having to toggle them on each time? I am a recluse. There's never anyone looking over my … (閱讀更多)

Is there a security setting that allows me to show all my passwords rather than having to toggle them on each time?

I am a recluse. There's never anyone looking over my shoulder. I just don't want to have to mess with it anymore.

If there isn't, could some kind developer please make an add-on?

I am using two computers: an iMac (late 2009) running 10.13.6 (High Sierra) and a Macbook Pro (13-inch, 2012) running 10.15.7 (Catalina).

Thank you!

K

khindall 於 12 個月前 詢問

khindall 於 11 個月前 解答

  • 已解決
  • 封存

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 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 封存

In some websites, the password field is filling in, but username field does NOT

In some websites I log into, password field is filling but username field is NOT. I first reviewed this old, related post: https://support.mozilla.org/en-US/questions/13… (閱讀更多)

In some websites I log into, password field is filling but username field is NOT.

I first reviewed this old, related post: https://support.mozilla.org/en-US/questions/1366874

Attached below is the console for both the username and password at psecu.com. The actual URL is: https://digital.psecu.com/apps/psecuolb/#_frmLogin

(The username is mama). I think both fields show type="text".

And that leaves me stuck. I also attached screen shots of the login page and the console of the username and password is below.

Username:

<input id="frmLogin_main_tbxUserName" kwidgettype="TextField" kformname="frmLogin" kmasterid="main" value="" class=" sknRInputLogin " autocapitalize="none" autocorrect="off" autocomplete="on" type="text" onfocus="$KW.TextField.onfocusEventHandler(arguments[0],this)" onblur="$KW.TextField.onblurEventHandler(arguments[0],this)" placeholder="Username" maxlength="30" style="text-align: left; text-transform: none; padding: 0px 0px 0px 19px; width: 100%; height: 100%;" tabindex="0" role="textbox" aria-label="Username" aria-level="1" aria-describedby="frmLogin_main_lblUsername" aria-required="true">


password:

<input id="frmLogin_main_tbxPassword" kwidgettype="TextField" kformname="frmLogin" kmasterid="main" value="" class=" sknRInputLogin " autocapitalize="none" autocorrect="off" autocomplete="on" type="password" onfocus="$KW.TextField.onfocusEventHandler(arguments[0],this)" onblur="$KW.TextField.onblurEventHandler(arguments[0],this)" placeholder="Password" maxlength="30" style="text-align: left; text-transform: none; padding: 0px 0px 0px 19px; width: 100%; height: 100%;" tabindex="0" role="password" aria-label="Password" aria-level="1" aria-describedby="frmLogin_main_lblPassword" aria-required="true">

jenna 於 11 個月前 詢問

jenna 最近回覆於 11 個月前

  • 已解決
  • 封存

Can't login to usaa.com banking site. FF keeps refreshing login page

Can't login to usaa.com banking site. keeps refreshing login page Using FF desktop latest ver. / win 7 I enter/submit my USAA username on the login page via a username d… (閱讀更多)

Can't login to usaa.com banking site. keeps refreshing login page Using FF desktop latest ver. / win 7

I enter/submit my USAA username on the login page via a username dialog box. I then expect the password dialog box to open, but when I submit the username, FF flashes, i.e. the password dialog box displays for a split second and reverts right back to the username dialog box.

This happens at usaa.com with my user agent set to Windows/FF v 113. BUT if I set the user agent to Android/phone FF v 113, USAA detects the browser as Android/phone FF and it redirects to user agent to https://mobile.usaa.com where I AM able to enter username/password and login.

So what is wrong with FF? There are multiple threads of users unable to login to banking and other sites on the FF browser.

jenna 於 11 個月前 詢問

jenna 於 11 個月前 解答

  • 封存

I just want to open a .pdf file online . . . but Firefox insists on downloading it!

OS: Mac OS 10.14.5 Firefox Version: 113.0.2 Settings gives me multiple options for handling a .pdf file. The first three are (1) Open in Firefox; (2) Always ask; and (3)… (閱讀更多)

OS: Mac OS 10.14.5 Firefox Version: 113.0.2

Settings gives me multiple options for handling a .pdf file. The first three are (1) Open in Firefox; (2) Always ask; and (3) Save File.

If I select "Open in Firefox," the file will open in my existing window. If I select "Save File," the file downloads to my desktop.

The problem arises when I select "Always ask." If I then select "Open in Firefox," the file opens (in a new tab!) and simultaneously downloads to my desktop!

Is this a system glitch, or am I somehow doing something wrong?

nhcowboy1 於 11 個月前 詢問

cor-el 最近回覆於 11 個月前

  • 封存

Firefox 113.0.1 performance after task limit gone?, change win10 performance setting to "background services"

Since the task limit option seems to have been obliterated? I believe the many more "programs" and the events they create for windows to handle is causing all sorts of v… (閱讀更多)

Since the task limit option seems to have been obliterated? I believe the many more "programs" and the events they create for windows to handle is causing all sorts of virtual memory problems. Changing win10 advanced system settings from performance for programs to background services seems to have restored Firefox performance in my case, see: 10 advanced system settings win10 advanced system settings performance programs vs background services Is there an about:config option that would allow one to achieve the same "programs" limiting option as before? This laptop has 16 gig of memory and I used to successfully have even better Firefox performance with windows virtual memory turned off, but eventually I would get crashes. I can understand why Firefox was modified in a way to better localize the source of crashes, but in my case it has degraded performance. Thanks Mozilla for a great product I have valued for years!!!!

mathesonre 於 1 年前 詢問

mathesonre 最近回覆於 11 個月前

  • 已解決
  • 封存

How can I stop .pdf files from automatically downloading to my computer?

Why has this started up again? Pdf files are automatically downloading to my computer when all I want to do is look at the file. So many files that now need to be trashed… (閱讀更多)

Why has this started up again? Pdf files are automatically downloading to my computer when all I want to do is look at the file. So many files that now need to be trashed after looking at them. This problem has happened in the past, but was resolved, only now I am finding it happen again. I do not want to have files saved unless I want to save them, not Firefox deciding that any file I open should be saved. I have Windows 11 & Firefox Version 113.0.1. Is there a way to revert to an older version of Firefox?

sreller_6 於 1 年前 詢問

Terry 於 1 年前 解答

  • 封存

No visual on youtube videos

I go to youtube, open a video and the audio plays just fine, except there is no visual. The video says its playing and I can hear it normally but I can't see anything. Su… (閱讀更多)

I go to youtube, open a video and the audio plays just fine, except there is no visual. The video says its playing and I can hear it normally but I can't see anything. Subtitles show up, but the place where the video is supposed to be is just blank, the same as the background of the page. Weirdly if I click the settings button on youtube, the one next to the sign in or account button, the video will display as long as that menu is up. If I close the menu the video goes away.

I have refreshed firefox, deleted and reinstalled firefox, removed all my extensions, turned hardware acceleration off (and then back on when it didn't work) as was recommended in a similar post a few years ago, and restarted my computer. Youtube still won't show me a video. It works fine on chrome, just not firefox.

I uploaded a screenshot of an ad, which doesn't play but shows the outline of the video player, a screenshot of a normal video where the area the video should be in is just more indistinct background, a screenshot of the video appearing normally when I have the settings menu open, and a screenshot of the captions loading properly over an empty void.


Edit: I installed the Enhancer for Youtube extension? Which I haven't ever installed beofre? And now Youtube works? Why

2nd Edit: Its broken again. I changed literally nothing, just restarted my computer for an update but im getting blank screens again

reedviolets5 於 12 個月前 詢問

cor-el 最近回覆於 11 個月前

  • 封存

Settings Transfer

I have numerous profiles, and I have certain ones used to transfer updated files to the others. The one thing I'm not sure about is browser settings transfer. Because s… (閱讀更多)

I have numerous profiles, and I have certain ones used to transfer updated files to the others.

The one thing I'm not sure about is browser settings transfer. Because some these profiles have different addons, I don't want their settings transferred, just the browser settings.

Which folder/file can I safely transfer for this?

noel_envode 於 11 個月前 詢問

noel_envode 最近回覆於 11 個月前

  • 封存

Twitch video and audio not working

Logged into Twitch, can see and type in chat, but video and audio do not work. This happens on my Main Twitch account as well as my alternate. I do not have this issue … (閱讀更多)

Logged into Twitch, can see and type in chat, but video and audio do not work. This happens on my Main Twitch account as well as my alternate. I do not have this issue with Google or Edge.

jonathangparrott 於 11 個月前 詢問

lucyr.paterson 最近回覆於 11 個月前

  • 封存

Stop Http redirecting to Https on local address

Hi, I'm trying to configure equipment on my local network. Some of the equipment does NOT support https. Firefox continuously changes the address http://192.168.xxx.xxx … (閱讀更多)

Hi,

I'm trying to configure equipment on my local network. Some of the equipment does NOT support https. Firefox continuously changes the address http://192.168.xxx.xxx to https://192.168.xxx.xxx, and the connection fails!

I have tried the various options in HTTP Only Mode, including entering Exceptions. I have also temporarily changed network.trr.mode from 5 to 1 (and 0), but nothing is working!

What can I do?

Thanking you Pedro

PedroSMS 於 1 年前 詢問

PedroSMS 最近回覆於 11 個月前

  • 已解決
  • 封存

Name not shown on the Google "Choose an account" page.

When I open the Google "Choose an account" page, my account name doesn't show up above my email address. The problem ceases only temporarily when I clear the cache and th… (閱讀更多)

When I open the Google "Choose an account" page, my account name doesn't show up above my email address. The problem ceases only temporarily when I clear the cache and the Google cookies. Any suggestions?

Aristocritos 於 12 個月前 詢問

Aristocritos 於 11 個月前 解答

  • 封存

For several days now, FF has been launching on its own, each time opening what seem to be an MSN news page

It even happened while I was playing MMOs, making it crash. I am using Zone Alarm Antivirus + Firewall, which does not find any malware on my computer. I NEVER use MSN n… (閱讀更多)

It even happened while I was playing MMOs, making it crash.

I am using Zone Alarm Antivirus + Firewall, which does not find any malware on my computer. I NEVER use MSN news, so for the time being I placed the site on block list.

I am very concerned with FF (up to date) launching on its own, regardless which site it opens; that could be a breach of security in FF code itself.

serenity_guild 於 11 個月前 詢問

serenity_guild 最近回覆於 11 個月前