Tabs still crash with video playback.

For 8 months i am still getting tab crashed messages whenever i try to pause then replay videos. I have sent crash reports and shown them on the help page and get no real… (மேலும் படிக்க)

For 8 months i am still getting tab crashed messages whenever i try to pause then replay videos. I have sent crash reports and shown them on the help page and get no real answers.

Asked by Scot63 5 மாதங்களுக்கு முன்பு

Last reply by zeroknight 5 மாதங்களுக்கு முன்பு

  • Archived

How do I export just ONE bookmark folder for copying to another computer?

I have multiple Bookmark folders. I want to export (and then import) just ONE of the folders to another computer. When I go through the EXPORT BOOKMARKS TO HTML proce… (மேலும் படிக்க)

I have multiple Bookmark folders. I want to export (and then import) just ONE of the folders to another computer.

When I go through the EXPORT BOOKMARKS TO HTML process the html document created contains ALL 18 FOLDERS even though at the time of creating the document, at the bottom of the export menu page in the "NAME" slot it showed just the name of the folder I wanted to export.

As far as I know there is no way to edit the html document to delete the unwanted folders. If there is, please share the information.

Thank you for your assistance.

Asked by Leah3 5 ஆண்டுகளுக்கு முன்பு

Last reply by cor-el 5 ஆண்டுகளுக்கு முன்பு

  • Archived

Google Translate Extension not working

Why again? After I reboot my pc and re-install firefox, I re-install back the Google Translate (GT) extension, it's not working like las time anymore. It used to be I j… (மேலும் படிக்க)

Why again? After I reboot my pc and re-install firefox, I re-install back the Google Translate (GT) extension, it's not working like las time anymore.

It used to be I just press translate the entire website will auto translate..now after i reboot my pc and re-download latest Firefox, ur GT extension turned into shit. I add-on this extension 'To Google Translate by Juan Escobar' ...i use on the Chrome, no problem, I can translate the entire website. but I added back the same extension 'To Google Translate by Juan Escobar' in your Firefox it's different! WHY IS THAT? Pls view attachment. It used to be the same with firefox...what happened after the re-download to the latest version Firefox after rebooting my pc?

OS VERSION: WINDOWS 10, 64-bit CURRENT FIREFOX VERSION : 70.0.1 (64-bit)

Thanks,

Ally

Asked by Ally101 4 ஆண்டுகளுக்கு முன்பு

Last reply by cor-el 4 ஆண்டுகளுக்கு முன்பு

  • Archived

How do I switch from just seeing words and links to seeing a webpage?

A web page for an insurance company I deal with has switched to just text and hyperlinks. I need to view it as a webpage. How do I switch back? It may have switched du… (மேலும் படிக்க)

A web page for an insurance company I deal with has switched to just text and hyperlinks. I need to view it as a webpage. How do I switch back?

It may have switched due to a slow connection, but I need to see it as a webpage.

Now the page and any links I follow only open as text and links. No other webpage does this.

I can't find any way to switch it back.

Thanks for your help.

Asked by kb3guz01 3 ஆண்டுகளுக்கு முன்பு

Last reply by cor-el 3 ஆண்டுகளுக்கு முன்பு

  • Archived

How to disable Command+D to "Bookmark This Page" in Mac?

I'm running Mojave 10.14.6 on a MacMini (late 2018) with 64 GB 2667 MHz DDR4 and Firefox v86.0 64-bit. I need to disable Command+D that's currently used to "Bookmark … (மேலும் படிக்க)

I'm running Mojave 10.14.6 on a MacMini (late 2018) with 64 GB 2667 MHz DDR4 and Firefox v86.0 64-bit.

I need to disable Command+D that's currently used to "Bookmark This Page".

I need Command+D for another use.

I've searched about:config for "bookmark" and get a lot of hits, but I can't tell which one controls the setting for Command+D.

Or . . . am I barking up the wrong tree?

I want to disable Command+D.

Leaving the ability to mouse up and click Bookmarks > "Bookmark This Page" is ok.

I just need to disable the keyboard shortcut Command+D for "Bookmark This Page".

Anyone got a "howto" for this?

Thanks!

Asked by JohnDohe 3 ஆண்டுகளுக்கு முன்பு

Last reply by cor-el 3 ஆண்டுகளுக்கு முன்பு

  • Archived

Bookmarks

I logged into my account, but the bookmarks were not synced like before. I ask, for the love of God, that you recover my favorites.

Asked by Tácio Cabral 1 வருடத்திற்கு முன்பு

Last reply by Paul 1 வருடத்திற்கு முன்பு

  • Archived

tool bar is missing how do i over ride this

My toolbar is missing and i cannot retrieve it. I have turned the computer on and off yet it still will not appear.

Asked by skymanning 1 வருடத்திற்கு முன்பு

Last reply by cor-el 1 வருடத்திற்கு முன்பு

  • Archived

Pop-ups in Salesforce are blocked after FireFox update

FireFox blocking Salesforce pop-ups after I updated FireFox today....why? Pop-up blocker is turned off.

Asked by frankantolovich 1 வருடத்திற்கு முன்பு

Last reply by cor-el 1 வருடத்திற்கு முன்பு

  • Archived

Customizing Proton design

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (மேலும் படிக்க)

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

/*** Proton Tabs Tweaks ***/

/* Adjust tab corner shape, optionally remove space below tabs */

#tabbrowser-tabs {
    --user-tab-rounding: 6px;
}

.tab-background {
    border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important;
    margin-block: 1px 0 !important;
}
#scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}
/* Container color bar visibility */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
    margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important;
}

Asked by laudesimperiales 2 ஆண்டுகளுக்கு முன்பு

Last reply by Paulgi 2 ஆண்டுகளுக்கு முன்பு

  • Archived

Firefox downloads

Firefox updates use the term MSI, but never do you explain what that means. Come on guys step around the counter and act like a user. Not only what does it mean, but what… (மேலும் படிக்க)

Firefox updates use the term MSI, but never do you explain what that means. Come on guys step around the counter and act like a user. Not only what does it mean, but what are the differences between MSI and the download without MSI?

Asked by rhdesktop 2 ஆண்டுகளுக்கு முன்பு

Last reply by AliceWyman 2 ஆண்டுகளுக்கு முன்பு