Visar taggade frågor: Visa alla frågor
  • Arkiverad

Video not playing on Firefox Android 112.2.0

All sorts of video on my Firefox Android is unable to play, as in they load indefinitely, only show the initial frame and never play. Nothing happens when I tap the play … (läs mer)

All sorts of video on my Firefox Android is unable to play, as in they load indefinitely, only show the initial frame and never play. Nothing happens when I tap the play button. The progress bar on videos does move, so it's likely not a connection issue. It's not only on YouTube, any video and stream on any website has the same issue. I have enabled autoplay, deleted cookies, disabled add-ons but nothing helps.

Frågat av Phuocphuc46 1 år sedan

Senaste svar av Paul 1 år sedan

  • Arkiverad

Android app losses tabs on close

In the last couple of days I noticed that if I open Firefox on my Android phone and let's say open up a couple of new tabs, leave them there and close the app the next ti… (läs mer)

In the last couple of days I noticed that if I open Firefox on my Android phone and let's say open up a couple of new tabs, leave them there and close the app the next time I open up the app randomly some of the newly opened tabs disappear (they are there in the history as visited but the tab isn't open). Also in if I let's say use a tab that already have been open and use it to browse some website when I reopen the app the webpage loaded sometimes doesn't load the last visited site but one that was visited before that one (but still the actual site is in the history). For example let's say I open a tab and I go to site 1, then site 2, then site 3, close and reopen the app the tab I last used could randomly either be missing, instead of site 3 actually load site 1/2 or with equal chance actual work and load site 3 where I left off.

Frågat av vbence121 1 år sedan

Senaste svar av vbence121 1 år sedan

  • Arkiverad

Garbled PDFs viewed in Firefox

Android phone. Firefox. When I click on a link and am taken to view that PDF in Firefox, I can no longer read the documents, they're all garbled. This started happenin… (läs mer)

Android phone. Firefox. When I click on a link and am taken to view that PDF in Firefox, I can no longer read the documents, they're all garbled. This started happening relatively recently.

Frågat av glturillo 1 år sedan

Senaste svar av Paul 1 år sedan

  • Arkiverad

FF 112 Tabs on the bottom beneath the bookmarks toolbar

Hi, For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workaroun… (läs mer)

Hi,

For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workarounds I had before are not working.

To cut a long story short: I have made a Chrome folder under the Profile folder I have made CSS sheet with what looks like the commands I need. I have configured Firefox to read the userChrome.css sheet.

I have followed all the directions on this thread https://support.mozilla.org/en-US/questions/1375646 (most of which are repeated elsewhere) and it still doesn't work.

I am beyond frustrated - if anyone happens to know where I can go to request this as blinkin' option I would love to know.

Please could someone help me sort this out in the meantime though?

This is what is in the CSS sheet (which is in the correct place according to the above instructions - checked that already):

Thank you in advance.

/***** START of Sample Rules (delete and replace with your your own rules) *****/
/* TABS: below Navigation Toolbar - fixed for 111/113 */

/* ROOT: VARS */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 27px !important;
  --tab-min-width:  80px !important; /*minimum:50px*/
/*  --tab-overflow-pinned-tabs-width: 175px */
}

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

/* Firefox 107 and older *//* #tabbrowser-tabs { width: 100vw !important; } */

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

/* TABS: HEIGHT */
#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;
}

/* DRAG SPACE */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* TABS: movingtab - vertical shifts */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom:  unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* INDICATORS - HIDE */
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}

/* END - TABS below Navigation Toolbar */

/* Colored bookmark sidebar, toolbar, menu button containers */
  /* Standard folder */
  #bookmarks-view treechildren::-moz-tree-image(title,container),
  #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
  #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
    fill: gold !important;
  }

 /* Smart bookmark folder */
 #bookmarks-view treechildren::-moz-tree-image(title, container, query),
 #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
    fill: dimtan !important;
 }
 /* These "containers" are SVG in the sidebar, not yet on the menu */
  #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {
    fill: tan !important;
 }

Frågat av Laura 1 år sedan

Senaste svar av JussAskin 1 år sedan

  • Arkiverad

Bookmarks no longer showing icons after drive changes & partition label changes.

Win 10 FF 112.0.2 (just about to update again). 2 Tb HDD x 2 I recently installed a new Sata drive after a previous one showed it was failing. I then had to copy over t… (läs mer)

Win 10 FF 112.0.2 (just about to update again). 2 Tb HDD x 2 I recently installed a new Sata drive after a previous one showed it was failing. I then had to copy over the partitions slowly over a number of days which meant a lot of disk swapping and partition label changes. I do have rather a lot of partitions between the 2 drives.

Anyway - my FF is on the drive not affected but which did have to be removed in order for the failing drive & the replacement to be mounted to faciliate the data swap. The upshot of which ultimately appears to have been that all my bookmarks no longer have the correct icon unless I visit the site although even then some stubbornly won't update.

Obviously not a major problem but it would be nice to have a quicker fix than wasting half a day visiting each site separately given there must be a few thousand of them :(

Frågat av TKR99 1 år sedan

Senaste svar av TKR99 1 år sedan

  • Arkiverad

How do I stop YouTube videos automatically starting to play when opening them in new tabs

Whenever I right-click a YouTube video on the home page and select 'open link in new tab' followed by launching the tab in focus, the YouTube video on the corresponding t… (läs mer)

Whenever I right-click a YouTube video on the home page and select 'open link in new tab' followed by launching the tab in focus, the YouTube video on the corresponding tab automatically starts playing. How do I get the YouTube video on new tabs to stop automatically playing as soon as I enter the tab?

Troubleshooting steps attempted:

Disabling all add-ons. Selected block audio and video 'for the autoplay setting under Privacy & Securty. Set media.autoplay.enabled.user-gestures-needed via about:config to true

The strange part is that if I open Firefox in a clean, new profile, navigate to the YouTube website, and then right-click a YouTube video to 'open link in new tab' and then open the tab itself, the video DOES NOT automatically start playing. How do I get that same functionality on my default, main profile?

EDIT - Solved! For anybody who wants to disable autoplay follow this tutorial - https://www.youtube.com/watch?v=Xn7_PiwhG4M

Frågat av TheThingKing 1 år sedan

Senaste svar av cor-el 1 år sedan

  • Arkiverad

Changing the displayed folder in the Bookmark Toolbar

Is it possible to change the displayed folder in the Bookmark Toolbar? So that not the folder "Bookmarks Toolbar" is used, but a self-selected? Benefit: For example, a … (läs mer)

Is it possible to change the displayed folder in the Bookmark Toolbar? So that not the folder "Bookmarks Toolbar" is used, but a self-selected?

Benefit:

For example, a Firefox sync account is used across multiple devices. But the most important pages differ from device to device (e.g. work/private). Accordingly, a different folder should be displayed in the Bookmarks Toolbar on different devices.

Frågat av info9223 1 år sedan

Senaste svar av cor-el 1 år sedan

  • Arkiverad

Unable to connect

Unable to connect An error occurred during a connection to www.irctc.co.in. The site could be temporarily unavailable or too busy. Try again in a few moments. If … (läs mer)

Unable to connect

An error occurred during a connection to www.irctc.co.in.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.

Why i am getting this error despite this website is operational through CHROME

Frågat av D.Anwar 1 år sedan

Senaste svar av cor-el 1 år sedan

  • Löst
  • Arkiverad

How to prevent sites knowing when I select text?

I've been trying to copy an email address someone emailed me. (I use Microsoft Outlook.) However, when I try to select the email address, Outlook seems to know I've sele… (läs mer)

I've been trying to copy an email address someone emailed me. (I use Microsoft Outlook.)

However, when I try to select the email address, Outlook seems to know I've selected it and performs some action, taking me to a different page. VERY ANNOYING!

Sites shouldn't be able to know when you're selecting text - that has nothing to do with them! How do I disable this?

Frågat av MartyJames 1 år sedan

Besvarad av cor-el 1 år sedan

  • Arkiverad

https//: sites are giving me unsecure warnings.

I have a windows 10 desktop. I use several different browsers including Firefox. When online and searching for a site, I choose only https//: sites. However, I am getti… (läs mer)

I have a windows 10 desktop. I use several different browsers including Firefox. When online and searching for a site, I choose only https//: sites. However, I am getting an unsecure warning when I click on them. It opens the sites in private mode so why do they not open in regular search mode? Also sometimes when I am in a https//: site I trust & have been to before, the links receive an unsecure warning too. How do I fix this?

Frågat av Breezy 1 år sedan

Senaste svar av cor-el 1 år sedan

  • Arkiverad

keeping info safe regardless of device

I want to make a suggestion: This last week I was financially hacked and I have to close all my bank accounts, etc. My biggest concern is anyone with my FF login info ca… (läs mer)

I want to make a suggestion: This last week I was financially hacked and I have to close all my bank accounts, etc. My biggest concern is anyone with my FF login info can get all my passwords, etc, if they compromise my phone or any device with my browser, and reach into EVERY financial institution I am affiliated with, not just my bank.

My suggested solution: Since all my accounts contain all my info in Firefox, let me choose one that I can control with biometric login only so I can block all my info unless my hands have been cutoff. You can add a back door with multiple info requests to the print, or request additional fingers, if I click add this. I am terrified they will get to ALL my empty credit cards since they hacked all my info. Personally I love the fingerprint, and if I lock it, it can ONLY be unlocked with my fingerprint, or additional things I choose. I don't have all my pwds handy, nor could I ever have what all I need. I am CONSTANTLY locked out because I don't recall my pw.

Frågat av cherilm93 1 år sedan

Senaste svar av lazizakhmedov1014 1 år sedan

  • Arkiverad

Firefox displays a blank screen on startup

Hi, I have firefox on my Ubuntu 23.04. When i start it it shows a black screen. I click quit on my system and then i startup and it lunches normally. What am I doing wron… (läs mer)

Hi, I have firefox on my Ubuntu 23.04. When i start it it shows a black screen. I click quit on my system and then i startup and it lunches normally. What am I doing wrong or how to fix it?

Frågat av rokd25999 1 år sedan

Senaste svar av jonzn4SUSE 1 år sedan

  • Arkiverad

Menu Button Not Showing in Firefox on Mac

I am using the latest version of Firefox on the latest version of Mac OS Ventura, 13.3.1 (a). I wanted to have a sidebar showing the websites bookmarked in my toolbar. In… (läs mer)

I am using the latest version of Firefox on the latest version of Mac OS Ventura, 13.3.1 (a). I wanted to have a sidebar showing the websites bookmarked in my toolbar. In researching how to do this, it said I needed to use the menu button at the top left of the address bar to do this. The only thing is I have no menu button! Can you please tell me how to add the menu botton to my address bar so I can use the options it affords. I have added a screenshot of this Firefox window so you can see there is no menu button here.

I would very much appreciate it if you would get back to me as soon as possible so I can make Firefox more workable for me.

Thanks in advance for the help!

pennyand

Frågat av pennyand 1 år sedan

Senaste svar av Terry 1 år sedan

  • Löst
  • Arkiverad

Some wordpress plugin doesn't work anymore with Firefox

Hello, since 2 weeks I have some plugin who are not displaying in my wordpress dashboard and they are working normally on Chrome. This morning I got this message: An erro… (läs mer)

Hello, since 2 weeks I have some plugin who are not displaying in my wordpress dashboard and they are working normally on Chrome. This morning I got this message: An error occurred while connecting to WordPress REST API. It seems blocked by one of your plugins or your theme. Thanks for your help

Frågat av love-shutterbug 1 år sedan

Besvarad av love-shutterbug 1 år sedan

  • Arkiverad

Mute tabs on mobile

I was wondering if there's any way to mute individual tabs in Firefox for android like you can in desktop versions. I can't seem to find an option for our but maybe I'm m… (läs mer)

I was wondering if there's any way to mute individual tabs in Firefox for android like you can in desktop versions. I can't seem to find an option for our but maybe I'm missing something.

If that's not possible, are there any plans yet to bring this feature to mobile? It's a useful one and one I wish I had a long time ago.

Frågat av anomouse64 1 år sedan

Senaste svar av lazizakhmedov1014 1 år sedan

  • Arkiverad

Importing my bookmarks .html file into my laptop.

I downloaded my bookmarks from my Desktop. I emailed the file to my laptop. How do I integrate this new .html file into my laptop? When I open the .html file, it comes… (läs mer)

I downloaded my bookmarks from my Desktop. I emailed the file to my laptop. How do I integrate this new .html file into my laptop? When I open the .html file, it comes up with a very nice list of my websites by name and they show as a link. Now I need to get them from the .html file and merged into the laptop. Can anyone point me toward the right help files on Firefox or tell me how to do it? Thanks a lot in advance. Mark

Frågat av mfritch 1 år sedan

Senaste svar av TechHorse 1 år sedan