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

Force download of mp4 files ?

When clicking on a link to an .mp4 file, Firefox navigates to a builtin video player, streaming the remote video file. When Firefox is unable to stream or display a file … (閱讀更多)

When clicking on a link to an .mp4 file, Firefox navigates to a builtin video player, streaming the remote video file. When Firefox is unable to stream or display a file (as is the case with .mkv or .txt for example), it is downloaded instead.

I simply want .mp4 files to be downloaded when I navigate to them. I tried setting `media.mp4.enabled` to `false`, and that worked, but it also disabled most embedded media players.

thibautguenedal 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (閱讀更多)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Blacklisted 於 2 年前 詢問

DB-1 於 2 年前 解答

  • 已解決
  • 封存

Disable Ctrl + Shift + C shortcut

I really often need to copy/paste from a terminal opened in my browser. Because the shortcut for copying in a terminal is always Ctrl+Shift+C, it's a mess to have instea… (閱讀更多)

I really often need to copy/paste from a terminal opened in my browser. Because the shortcut for copying in a terminal is always Ctrl+Shift+C, it's a mess to have instead Firefox opening Inspector from devtools.

How can I disable this shortcut ?

I've tried to update some about:config settings but it doesn't seem to be helpful and old working correctives add-ons are not supported anymore.

alexandre.huet7 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

How can cache audio/video files from mozilla-temp-files for offline use?

Hello everyone, to archieve some good old games, I use an special version of Firefox. Firefox (MyPal): 29.2.0, with Adobe Flash preinstalled, Disk-Cache For most game… (閱讀更多)

Hello everyone,

to archieve some good old games, I use an special version of Firefox. Firefox (MyPal): 29.2.0, with Adobe Flash preinstalled, Disk-Cache

For most games it will suffice: After loading all content online, it will be available offline too. But... some audio/video files will be saved in memory cache - %temp%\mozilla-temp-files\*[random-auffix] - instead of in disk cache. After closing session they get deleted and after restart they are saved again, with another suffix.

Sample file: http://arcaneonlinegame.epizy.com/Arcane/frames_files/midi/Ophelia's Journal.mp3 that is shipped with http://arcaneonlinegame.epizy.com/Arcane/Arcane.htm

How can I tell Firefox to permanent save streamed audio/video files, like Firefox does with everything else? In the end the music should play if I open the browser offline too.

Thank you in advance for your help. Drago

drago-yoshisabel 於 7 個月前 詢問

drago-yoshisabel 於 7 個月前 解答

  • 已解決
  • 封存

Hide / Disable saved logins Dropdown

Hey guys, is it possible to disable the "saved logins" dropdown, whenever a password/email field gets focus? (see image) I've already disabled "Autofill logins and pass… (閱讀更多)

Hey guys,

is it possible to disable the "saved logins" dropdown, whenever a password/email field gets focus? (see image)

I've already disabled "Autofill logins and passwords", but that just disables not directly autofilling the field.

I want to disable this field, since I can still use saved logins via right click "use saved password", which i prefer.

Its no form field, i've already checked that + it occurs on all login pages.


The only options i've found where: "signon.showAutoCompleteOrigins" - hides from which website and "signon.showAutoCompleteFooter", which hides the lower part with "view saved logins"

Is there a way to disable this Dropdown completly, without loosing the auto save/ask to save new passwords?

Kind Regards


Firefox 104.0.1 (64-bit) - Fresh install (just imported logins)

Dschogo 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

[Windows] Can't disable displaying "media control" on lock screen even if turned off via advanced settings

Procedure is written on this article: [[Tip] Enable Firefox to Show Media Controls on Windows 10 Lock Screen – AskVG](https://www.askvg.com/tip-enable-firefox-to-show-med… (閱讀更多)

Procedure is written on this article: [[Tip] Enable Firefox to Show Media Controls on Windows 10 Lock Screen – AskVG](https://www.askvg.com/tip-enable-firefox-to-show-media-controls-on-windows-10-lock-screen/#:~:text=If%20you%20are%20using%20Windows,enabled%20preference%2Fflag%20to%20False)

Windows has feature that displaying media control popup on its lock screen. Firefox has an option to turn this off via advanced setting, but turn "media.hardwaremediakeys.enabled" to "false" doesn't stop showing it up.

Also, on certain website (in my case tweetdeck), control screen of previously viewed and closed video is keep showing up and can't erase it unless restarting browser.

I asked this question on Microsoft forum but suggested it's Firefox issue. Does anyone have same problem? How can I fix this?

bleepblopp 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Pantalla completa Disney plus

Hola , alguien sabe como puedo ver los videos de Disney plus en pantalla completa , sin las barras negras , al parecer los vídeos son 21:9 y mi monitor es 16:9 , alguna e… (閱讀更多)

Hola , alguien sabe como puedo ver los videos de Disney plus en pantalla completa , sin las barras negras , al parecer los vídeos son 21:9 y mi monitor es 16:9 , alguna extensión que si funcione para cambiar la relación aspecto o hacer zoom ? gracias de antemano

Hello, does anyone know how I can see the Disney plus videos in full screen, without the black bars, apparently the videos are 21:9 and my monitor is 16:9

tantavaldezjhony 於 2 年前 詢問

tantavaldezjhony 於 2 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

Change the color of visited Links

I can change the color of links and background in Firefox options. But i want only to change the colour of visited links on all pages and NOT also the colors of backgrou… (閱讀更多)

I can change the color of links and background in Firefox options. But i want only to change the colour of visited links on all pages and NOT also the colors of background and text. These 2 options are connected which is not practically i mean.

Are there addons who could do this? thx

Clemens Ratte-Polle 於 1 年前 詢問

Terry 於 1 年前 解答

  • 已解決
  • 封存

Firefox snap app does not recognize custom cursor.

I can't get Firefox to use some custom cursors. Firefox is only recognizing the cursors that came installed with Ubuntu. Any of the cursors I installed will default to DM… (閱讀更多)

I can't get Firefox to use some custom cursors. Firefox is only recognizing the cursors that came installed with Ubuntu. Any of the cursors I installed will default to DMZ-White, but Firefox is using those cursors that came installed with Ubuntu. I tried defining the default cursor in /usr/share/icons/default/index.theme but did nothing as well. Also I tried with the cursor in /usr/share/icons and in /home/name/.icons and firefox cannot get in any of those.

I don't know if it's something wrong with my cursors or it's some inner thing with Firefox, any one has a guess? Incompatibility or something missing from the cursor?

tisppereira 於 12 個月前 詢問

cor-el 於 12 個月前 解答

  • 已解決
  • 封存

How to turn off download panel pop-up in version 98.0

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to g… (閱讀更多)

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to go into the config and turn the true flag false for this "improvement". Is there a better way of disabling this pop-up and if not will there be in future versions of firefox?

pathomeon 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

private browsing window is a different color now

After an update today, private browsing windows now are a different color than the other windows. I don't want them to be a different color. How do I change them back to … (閱讀更多)

After an update today, private browsing windows now are a different color than the other windows. I don't want them to be a different color. How do I change them back to the same as the other windows?

Also, how do I remove the extra text label next to the private mode icon, and just generally put things back to the way they used to look?

Sterrence 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Sidebar width reduction via userChrome

Hello. It seems I get a problem or two almost always with a new update lately. I have been using an userChrome.css to reduce the width of sidebar but the latest version … (閱讀更多)

Hello.

It seems I get a problem or two almost always with a new update lately. I have been using an userChrome.css to reduce the width of sidebar but the latest version 107.0 now ignores it and have a wide width even at the narrowest. Mine currently is set as, "#sidebar {min-width:30px !important; max-width:none !important;}" This no longer works. Your support much appreciated.

Regards,

qp 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

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.

koco1 於 1 年前 詢問

koco1 於 1 年前 解答

  • 已解決
  • 封存

Fullscreen behaving oddly on macos firefox

When I go into fullscreen on firefox macos, hovering near the top shows the traffic lights (fullscreen, minimize, close window buttons) and moves everything down. This ma… (閱讀更多)

When I go into fullscreen on firefox macos, hovering near the top shows the traffic lights (fullscreen, minimize, close window buttons) and moves everything down. This may be expected behavior, but it is very annoying as when you try to open new tabs the tab bar moves out of the way of the traffic lights, and the traffic lights area is around the size of the tab bar. Is there any way to make the traffic lights always visible or keep them from moving?

a.b.liebgold 於 9 個月前 詢問

a.b.liebgold 於 9 個月前 解答

  • 已解決
  • 封存

can't open search in new tab

Running WIN10. I have used FF w Google for about 20 years, and always had new searches open in same window, new tab. Following recent refresh of FF, that seems to be not … (閱讀更多)

Running WIN10. I have used FF w Google for about 20 years, and always had new searches open in same window, new tab. Following recent refresh of FF, that seems to be not possible. Links open in new tab, but not searches. In about:config the browser.search.openintab setting is True

I have closed and reopened FF, and closed and reopened WIN10.

What might be over-riding this? Many thanks!

alexander4612 於 1 年前 詢問

alexander4612 於 1 年前 解答

  • 已解決
  • 封存

Extension Icons not displayed on Toolbar

Hello, Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons i… (閱讀更多)

Hello,

Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons installed without issue, however the icons for them are not displayed on the tool bar. I can access them using the jigsaw icon, but this is is less inconvenient that accessing the add-on directly.

I then reset Firefox in case it was a glitch and signed in again to allow the sync to reinstall the add-ons. This time only the Privacy Badger icon made it onto the toolbar. Again I can access the add-ons using the jigsaw icon.

I have tried to add the add-ons to the Customise Toolbar setting, but they do not show up in the list of things that can be added.

Firefox version: 112.0.1 (64 bit)

I have attached images to show what is happening. Is there anyway I can force the add-on icons onto the toolbar to make them more accessible?

Thank you

russell.seymour 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

How to create a Windows 10 desktop shortcut which starts a new instance of Firefox with a specific URL

Preamble: for most of the day I have Firefox open with several tabs. For a specific project I want Firefox open with one tab showing a specific webpage. At the same time … (閱讀更多)

Preamble: for most of the day I have Firefox open with several tabs. For a specific project I want Firefox open with one tab showing a specific webpage. At the same time I don't want to delete the existing tabs in the existing instance of Firefox - I want to keep them running in the background. Question: how do I create a desktop shortcut which opens a new single instance of Firefox with a single tab showing a specific URL ?

pacman101 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答