Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

Theme creation question

I've been making my own Firefox theme using the Firefox Color extension. I uploaded an image but I can't figure out how to show the image on the new tab screen. Setting t… (read more)

I've been making my own Firefox theme using the Firefox Color extension. I uploaded an image but I can't figure out how to show the image on the new tab screen. Setting the new tab page color to transparent only makes everything white. I know the image is uploaded correctly because I can see some of it in the toolbar and tab list. Is it possible to show the image on the new tab page?

Asked by Peter Schachte 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

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 … (read more)

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.

Asked by thibautguenedal 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Unicode Fonts are not rendered properly

Well this happened after a Firefox Update with that i also suspect that using a User.js can aslo cause it would you like to look for the problem pls. ```js // /* You may… (read more)

Well this happened after a Firefox Update with that i also suspect that using a User.js can aslo cause it would you like to look for the problem pls.

```js // /* You may copy+paste this file and use it as it is.

*
* If you make changes to your about:config while the program is running, the
* changes will be overwritten by the user.js when the application restarts.
*
* To make lasting changes to preferences, you will have to edit the user.js.
*/

/****************************************************************************

* Betterfox                                                                *
* "Ad meliora"                                                             *
* version: 107a1                                                           *
* url: https://github.com/yokoffing/Betterfox                              *
                                                                                                                                                        • /

/****************************************************************************

* SECTION: SECUREFOX                                                       *
                                                                                                                                                        • /

/** TRACKING PROTECTION ***/ user_pref("browser.contentblocking.category", "strict"); user_pref("privacy.trackingprotection.emailtracking.enabled", true); user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); user_pref("beacon.enabled", false); user_pref("browser.uitour.enabled", false);

/** OCSP & CERTS / HPKP ***/ user_pref("security.OCSP.enabled", 0); user_pref("security.remote_settings.crlite_filters.enabled", true); user_pref("security.pki.crlite_mode", 2); user_pref("security.cert_pinning.enforcement_level", 2);

/** SSL / TLS ***/ user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); user_pref("browser.xul.error_pages.expert_bad_cert", true); user_pref("security.tls.enable_0rtt_data", false);

/** FONTS***/ user_pref("layout.css.font-visibility.private", 1); user_pref("layout.css.font-visibility.trackingprotection", 1);

/** RFP ***/ user_pref("browser.startup.blankWindow", false); user_pref("browser.display.use_system_colors", false);

/** DISK AVOIDANCE ***/ user_pref("browser.cache.disk.enable", false); user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); user_pref("browser.sessionstore.privacy_level", 2); user_pref("browser.helperApps.deleteTempFileOnExit", true); user_pref("browser.pagethumbnails.capturing_disabled", true);

/** SHUTDOWN & SANITIZING ***/ user_pref("privacy.history.custom", true);

/** SPECULATIVE CONNECTIONS ***/ user_pref("network.http.speculative-parallel-limit", 0); user_pref("network.dns.disablePrefetch", true); user_pref("browser.urlbar.speculativeConnect.enabled", false); user_pref("browser.places.speculativeConnect.enabled", false); user_pref("network.prefetch-next", false); user_pref("network.predictor.enabled", false); user_pref("network.predictor.enable-prefetch", false);

/** SEARCH / URL BAR ***/ user_pref("browser.search.separatePrivateDefault.ui.enabled", true); user_pref("browser.urlbar.update2.engineAliasRefresh", true); user_pref("browser.search.suggest.enabled", false); user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); user_pref("network.IDN_show_punycode", true);

/** HTTPS-ONLY MODE ***/ user_pref("dom.security.https_only_mode", true); user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);

/** DNS-over-HTTPS (DOH) ***/ user_pref("network.dns.skipTRR-when-parental-control-enabled", false);

/** PROXY / SOCKS / IPv6 ***/ user_pref("network.proxy.socks_remote_dns", true); user_pref("network.file.disable_unc_paths", true); user_pref("network.gio.supported-protocols", "");

/** PASSWORDS AND AUTOFILL user_pref("signon.formlessCapture.enabled", false); user_pref("signon.privateBrowsingCapture.enabled", false); user_pref("signon.autofillForms", false); user_pref("signon.rememberSignons", false); user_pref("editor.truncate_user_pastes", false); ***/

/** ADDRESS + CREDIT CARD MANAGER ***/ user_pref("extensions.formautofill.addresses.enabled", false); user_pref("extensions.formautofill.creditCards.enabled", false); user_pref("extensions.formautofill.heuristics.enabled", false); user_pref("browser.formfill.enable", false);

/** MIXED CONTENT + CROSS-SITE ***/ user_pref("network.auth.subresource-http-auth-allow", 1); user_pref("pdfjs.enableScripting", false); user_pref("extensions.postDownloadThirdPartyPrompt", false); user_pref("permissions.delegation.enabled", false);

/** HEADERS / REFERERS ***/ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);

/** CONTAINERS ***/ user_pref("privacy.userContext.ui.enabled", true);

/** WEBRTC ***/ user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); user_pref("media.peerconnection.ice.default_address_only", true);

/** GOOGLE SAFE BROWSING ***/ user_pref("browser.safebrowsing.malware.enabled", false); user_pref("browser.safebrowsing.phishing.enabled", false); user_pref("browser.safebrowsing.downloads.enabled", false); user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false); user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false); user_pref("browser.safebrowsing.blockedURIs.enabled", false);

/** MOZILLA ***/ user_pref("identity.fxaccounts.enabled", false); user_pref("browser.tabs.firefox-view", false); user_pref("dom.push.enabled", false); user_pref("permissions.default.desktop-notification", 2); user_pref("permissions.default.geo", 2); user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); user_pref("geo.provider.ms-windows-location", false); // WINDOWS user_pref("geo.provider.use_corelocation", false); // MAC user_pref("geo.provider.use_gpsd", false); // LINUX user_pref("geo.provider.use_geoclue", false); // LINUX user_pref("browser.region.update.enabled", false); user_pref("permissions.manager.defaultsUrl", ""); user_pref("webchannel.allowObject.urlWhitelist", "");

/** TELEMETRY ***/ user_pref("toolkit.telemetry.unified", false); user_pref("toolkit.telemetry.enabled", false); user_pref("toolkit.telemetry.server", "data:,"); user_pref("toolkit.telemetry.archive.enabled", false); user_pref("toolkit.telemetry.newProfilePing.enabled", false); user_pref("toolkit.telemetry.shutdownPingSender.enabled", false); user_pref("toolkit.telemetry.updatePing.enabled", false); user_pref("toolkit.telemetry.bhrPing.enabled", false); user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); user_pref("toolkit.telemetry.coverage.opt-out", true); user_pref("toolkit.coverage.opt-out", true); user_pref("datareporting.healthreport.uploadEnabled", false); user_pref("datareporting.policy.dataSubmissionEnabled", false); user_pref("app.shield.optoutstudies.enabled", false); user_pref("browser.discovery.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); user_pref("captivedetect.canonicalURL", ""); user_pref("network.captive-portal-service.enabled", false); user_pref("network.connectivity-service.enabled", false); user_pref("default-browser-agent.enabled", false); user_pref("app.normandy.enabled", false); user_pref("app.normandy.api_url", ""); user_pref("browser.ping-centre.telemetry", false); user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false); user_pref("browser.newtabpage.activity-stream.telemetry", false);

/****************************************************************************

* SECTION: PESKYFOX                                                        *
                                                                                                                                                        • /

/** MOZILLA UI ***/ user_pref("layout.css.prefers-color-scheme.content-override", 2); user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); user_pref("app.update.suppressPrompts", true); user_pref("accessibility.force_disabled", 1); user_pref("browser.compactmode.show", true); user_pref("browser.privatebrowsing.vpnpromourl", ""); user_pref("extensions.getAddons.showPane", false); user_pref("extensions.htmlaboutaddons.recommendations.enabled", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false); user_pref("browser.preferences.moreFromMozilla", false); user_pref("browser.tabs.tabmanager.enabled", false); user_pref("browser.aboutwelcome.enabled", false); user_pref("findbar.highlightAll", true); user_pref("middlemouse.contentLoadURL", false); user_pref("browser.privatebrowsing.enable-new-indicator", false);

/** FULLSCREEN ***/ user_pref("full-screen-api.transition-duration.enter", "0 0"); user_pref("full-screen-api.transition-duration.leave", "0 0"); user_pref("full-screen-api.warning.delay", 0); user_pref("full-screen-api.warning.timeout", 0);

/** URL BAR ***/ user_pref("browser.urlbar.suggest.engines", false); user_pref("browser.urlbar.suggest.topsites", false); user_pref("browser.urlbar.suggest.calculator", true); user_pref("browser.urlbar.unitConversion.enabled", true);

/** NEW TAB PAGE ***/ user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);

/*** POCKET ***/ user_pref("extensions.pocket.enabled", false);

/** DOWNLOADS ***/ user_pref("browser.download.useDownloadDir", false); user_pref("browser.download.alwaysOpenPanel", false); user_pref("browser.download.manager.addToRecentDocs", false); user_pref("browser.download.always_ask_before_handling_new_types", true);

/** PDF ***/ user_pref("browser.download.open_pdf_attachments_inline", true);

/** TAB BEHAVIOR ***/ user_pref("browser.link.open_newwindow.restriction", 0); user_pref("dom.disable_window_move_resize", true); user_pref("browser.tabs.loadBookmarksInTabs", true); user_pref("browser.bookmarks.openInTabClosesMenu", false); user_pref("clipboard.plainTextOnly", true); user_pref("dom.popup_allowed_events", "click dblclick"); user_pref("layout.css.has-selector.enabled", true);

/****************************************************************************

* SECTION: FASTFOX                                                         *
                                                                                                                                                        • /

user_pref("nglayout.initialpaint.delay", 0); user_pref("nglayout.initialpaint.delay_in_oopif", 0); user_pref("browser.startup.preXulSkeletonUI", false);

/** EXPERIMENTAL ***/ user_pref("layout.css.grid-template-masonry-value.enabled", true); user_pref("dom.enable_web_task_scheduling", true); user_pref("layout.css.animation-composition.enabled", true);

/** NETWORK ***/ user_pref("network.ssl_tokens_cache_capacity", 32768); user_pref("network.dnsCacheEntries", 20000); user_pref("network.dnsCacheExpiration", 3600); user_pref("network.dnsCacheExpirationGracePeriod", 240); user_pref("network.buffer.cache.size", 262144); user_pref("network.buffer.cache.count", 128);

/** GFX ***/ user_pref("gfx.webrender.all", true); user_pref("gfx.webrender.precache-shaders", true); user_pref("gfx.webrender.compositor", true); user_pref("gfx.canvas.accelerated", true); user_pref("gfx.canvas.accelerated.cache-items", 32768); user_pref("gfx.canvas.accelerated.cache-size", 4096); user_pref("gfx.content.skia-font-cache-size", 80); user_pref("image.cache.size", 10485760); user_pref("image.mem.decode_bytes_at_a_time", 131072); user_pref("image.mem.shared.unmap.min_expiration_ms", 120000); user_pref("layers.gpu-process.enabled", true); user_pref("media.memory_cache_max_size", 1048576); user_pref("media.memory_caches_combined_limit_kb", 2560000); user_pref("media.cache_size", 2048000); user_pref("media.cache_readahead_limit", 9000); user_pref("media.cache_resume_threshold", 6000);

/** CACHE ***/ user_pref("browser.cache.memory.max_entry_size", 153600);

/****************************************************************************

* SECTION: SMOOTHFOX                                                       *
                                                                                                                                                        • /

// see https://github.com/yokoffing/Betterfox/blob/master/Smoothfox.js // Enter your scrolling prefs below this line: // recommended for 60hz displays user_pref("general.smoothScroll", true); // DEFAULT user_pref("mousewheel.default.delta_multiplier_y", 275); // 250-500 /****************************************************************************

* START: MY OVERRIDES                                                      *
                                                                                                                                                        • /

// Enter your personal prefs below this line:

/****************************************************************************

* END: BETTERFOX                                                           *
                                                                                                                                                        • /

```

Asked by rajbirmodak9m 1 year ago

Answered by Dropa 1 year ago

  • حُلّت
  • المُؤرشفة

Extensions missing from customise toolbar menu

After having to refresh Firefox, all extensions are missing from my toolbar. They're still installed and function but some require tweaking options on a per page basis an… (read more)

After having to refresh Firefox, all extensions are missing from my toolbar. They're still installed and function but some require tweaking options on a per page basis and it's a hassle to have to work through multiple menus when they should just be a click away. From other answers, it seems like the extenstions should be in the customise toolbar page but only the standard options are there. I've tried disabling and enabling them, as well as removing and adding them again already with no results.

How do I either get them back to the toolbar or the customise page so I can add them myself?

Asked by theforbidnone 1 year ago

Answered by TyDraniu 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox sync dont sync

Hi. I bought new pc, and i'm trying to set up mozilla with all my passwords and bookmarks, from old pc. But after i logged in, bookmarks and passwords dont appear in a br… (read more)

Hi. I bought new pc, and i'm trying to set up mozilla with all my passwords and bookmarks, from old pc. But after i logged in, bookmarks and passwords dont appear in a browser. I had so much important stuff there that im now kinda scared. Thanks for any help in advance

Asked by donkeymonkey 1 year ago

Answered by Paul 1 year ago

  • حُلّت
  • المُؤرشفة

FF is preventing me from accessing a website and fix instructions dont seem to apply

Via google search, I clicked on https://company.bk.com/pdfs/nutrition.pdf, where it said: Invalid SSL certificate Error code 526 Visit cloudflare.com for more informati… (read more)

Via google search, I clicked on https://company.bk.com/pdfs/nutrition.pdf, where it said: Invalid SSL certificate Error code 526 Visit cloudflare.com for more information.

[FYI, I don't care, but I never heard of cloudflare.]

I then click on 'additonal troubleshooting information.' on this failure page where it says:

Error 526 occurs when these two conditions are true:
   Cloudflare cannot validate the SSL certificate at your origin web server, and
   Full SSL (Strict) SSL is set in the Overview tab of your Cloudflare SSL/TLS app.

Resolution

For a potential quick fix, set SSL to Full instead of Full (strict) in the Overview tab of your Cloudflare SSL/TLS app for the domain.

So I go to Settings>Privacy and Security. First, no Overview tab. But under enhanced tracking protection, I have Standard selected and with strict one of the options, I think I'm where I supposed to be NO!. So I search for SSL, and there are no hits.

Thus I am in a total failure state, unable to do what should have taken 1 minute to easily find out!

WHY CAN'T I JUST TURN THIS OFF FOR THIS ONE INSTANCE???? I mean, it's Burger King, and all I NEED NOW is nutritional info for what I just ate and there is no way on that results page to temporarily turn off the problem. Cloudflare? CloutFailure is more like it. They have taken my choice to choose!

This so frustrating, such a simple thing, why isn't there something to temp turn off?

Asked by ChrisG 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Relay Masks

The free version allows for 5 masks. Is that 5 lifetime masks or 5 active masks? Example: If I set up 2 masks I have 3 remaining. If I delete one of the set up masks do I… (read more)

The free version allows for 5 masks. Is that 5 lifetime masks or 5 active masks? Example: If I set up 2 masks I have 3 remaining. If I delete one of the set up masks do I now have 4 remaining or have I still used up a mask even though it was deleted giving me 3 remaining? Thanks

Asked by Patrick 1 year ago

Answered by TyDraniu 1 year ago

  • حُلّت
  • المُؤرشفة

F6 starts search instead of default address bar behaviour?

All of a sudden when I press F6, it starts a Google search (see image) instead of just focusing the address bar. This is rather annoying because I use F6 all the time to … (read more)

All of a sudden when I press F6, it starts a Google search (see image) instead of just focusing the address bar. This is rather annoying because I use F6 all the time to go to a different page (e.g. type "mail" and then follow the autocomplete to mail.google.com) and that doesn't work if it wants search google for mail instead.

How do I revert this to its normal behaviour?

Asked by jessaius 1 year ago

Answered by jessaius 1 year ago

  • حُلّت
  • المُؤرشفة

Can't Login Evernote Only Firefon on Desktop

Nice to meet you all. I have poor English skills, so I use a translator to post. Thank you for your understanding. I would like to report on a problem I found today. Fi… (read more)

Nice to meet you all. I have poor English skills, so I use a translator to post. Thank you for your understanding.

I would like to report on a problem I found today.

First of all, the symptom is "Unable to log in at Evernote.com".

To be precise, if you try to log in using a normal ID/PW on Evernote.com, it will respond as if the PW is incorrect.

However, since I checked the ID/PW several times, I determined that there was no problem, and as a result of trying the following combinations, I determined that it was a problem with Firefox for Desktop.

(1) Desktop , Using Firefox -> Can't Login. (2) Desktop , Using Microsoft Edge -> OK (3) Desktop , Using Google Chrome -> OK (4) Android , Using Firefox for Mobile -> OK (4-1) Android , Using Firefox For Mobile (Desktop Mode) -> OK (5) Android , Using Google Chrome -> OK

In the same experiment as above, each version is as follows.

Desktop Firefox: 109.0.1 Mobile Firefox: 109.1.1

My guess is that Firefox's anti-tracking privacy part has a problem with the evernote.com site at some point.

Turning off Privacy Tracking Prevention does not solve the problem. If there are other users reading this article and have an Evernote.com account, please try logging in.

For now, I'm using a different browser, but I hope it works out normally.

Have a nice day everyone.

Asked by Cha Se Hwan 1 year ago

Answered by Cha Se Hwan 1 year ago

  • حُلّت
  • المُؤرشفة

Background Picture is getting cut off

Hello! I haven't been able to find a solution. So I'm trying to make a theme with an APNG of an ECG reading, but the bottom is totally cut off. I've tried aligning it di… (read more)

Hello! I haven't been able to find a solution.

So I'm trying to make a theme with an APNG of an ECG reading, but the bottom is totally cut off. I've tried aligning it differently, customizing the toolbar, and getting a smaller APNG with no dice. Is there a way I can extend it into the rest of the toolbar like so many other themes seem to do just fine?

Asked by Earthie 1 year ago

Answered by Earthie 1 year ago

  • حُلّت
  • المُؤرشفة

How do I get rid of the clicking and little "sticks" that start to block up the window where I want to write a place to ask a question?

I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all th… (read more)

I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all the "outside sites" that want to log on, but there are sites that I need to log on to and have done this in the past. I usually go to these sites because they are important to my transacting business, accessing my bank, places I pay my bills, etc. If I want to get to these and order or pay a bill, I have to unblock each one of them??? How do I do that? If a credit company wants to contact me, they cannot do this even if we have contacted each other previously? Really?

How do I undo this already-marked system and get out of it? As you can guess, I am old and not up with the times. Please simplify your answers so a not-technical person can understand it.

Asked by mfbgarza 1 year ago

Answered by mfbgarza 1 year ago

  • حُلّت
  • المُؤرشفة

Leading Zero Suppressed in Firefox PDF v109.0.1 64 bit on Windows 10

Was filling out pdf version of 2022 IRS tax forms and discovered leading zero is suppressed in Firefox PDF v109.0.1 64 bit on Windows 10. "Before" image is after typing … (read more)

Was filling out pdf version of 2022 IRS tax forms and discovered leading zero is suppressed in Firefox PDF v109.0.1 64 bit on Windows 10. "Before" image is after typing leading zero but before 'enter' or moving to next field. "After" image is after typing leading zero and after 'enter' or moving to next field. The leading zero disappears.

Saving pdf does not change leading zero suppression.

To see if the pdf document was configured by the IRS to suppress leading zero, I opened the same form in Microsoft Edge v109.0.1518.78 64 bit on Windows 10. It retained the leading zero after typing then 'enter' or moving to next field.

While using MS Edge to complete pdf forms fixes my immediate issues, there still seems to be a defect in Firefox pdf.

Asked by italiangm 1 year ago

Answered by italiangm 1 year ago

  • حُلّت
  • المُؤرشفة

I need help.

Hello, I am contacting you guys in hopes of a fix of the removing the following certificate not going away despite me deleting it in certificates. When deleted it appears… (read more)

Hello, I am contacting you guys in hopes of a fix of the removing the following certificate not going away despite me deleting it in certificates. When deleted it appears again when I restart Firefox. "Your browser is being managed by your organization".

Note I believe its from threat protection from NordVPN, however, I deleted NordVPN and threat protection and all the remnants with an App Shredder for this to still be here.

I am using Firefox version 109.0.1 and MacOS 13.2 (22D49) (i'm using a m1 macbook air)

I have tried manually deleting it multiple times and using the following terminal command recommended to me from someone on reddit.

(Said terminal code I tried) sudo defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool FALSE

None of this worked. Hopefully there's a fix.

Asked by ghost 1 year ago

Answered by Terry 1 year ago

  • حُلّت
  • المُؤرشفة

How can we hide the new addons button?

FF 109 added a new addons-button (jigsaw puzzle icon) in the addons-toolbar. Can we hide it with a specific variable in about:config, or by creating a specific variable t… (read more)

FF 109 added a new addons-button (jigsaw puzzle icon) in the addons-toolbar. Can we hide it with a specific variable in about:config, or by creating a specific variable there?

Asked by Dan 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox taking longer than a week to sync

I recently had to factory reset my computer and had to download and sync my firefox account all over again. It's been a week and firefox is still syncing, none of my boo… (read more)

I recently had to factory reset my computer and had to download and sync my firefox account all over again. It's been a week and firefox is still syncing, none of my bookmarks, add-ons, history or top sites on the new tab are showing up. Thankfully, it appears that most of my passwords have been synced.

I've read some other threads for tips and can confirm that I don't have this account logged in to other devices and I don't have a vpn or proxy running. I am able to obtain the sync logs but I have no idea how to read it.

How can I make the bookmarks, add-ons, history and top sites sync faster?

Asked by tsubasa9455 1 year ago

Answered by Paul 1 year ago

  • حُلّت
  • المُؤرشفة

Can't unhide desktop taskbar when firefox is maximised

Current situation: I have 2 monitors. I have the option of auto hide taskbar in desktop mode turned on. On the primary monitor, when I maximise firefox window( not full … (read more)

Current situation: I have 2 monitors. I have the option of auto hide taskbar in desktop mode turned on. On the primary monitor, when I maximise firefox window( not full screen, the button between close and minimise, looking like a square), and hover my cursor towards the bottom, my taskbar doesn't unhide. However when I unminimise( clicking the middle button on the top right again), the taskbar unhides correctly. Also to note, my secondary monitor works completely fine ie, when firefox is maximised I can unhide taskbar on hovering near the bottom.

Asked by daveythedumb 1 year ago

Answered by daveythedumb 1 year ago

  • حُلّت
  • المُؤرشفة

Hiding Extensions from the Toolbar

My extensions take up a lot of space in my toolbar and I'd love to hide all of them. However - every 'solution' to the problem tells me to right click the extension strai… (read more)

My extensions take up a lot of space in my toolbar and I'd love to hide all of them. However - every 'solution' to the problem tells me to right click the extension straight from the toolbar and click 'Hide from Toolbar'.

I do remember this option existing, however I couldn't find it since last update and I'm assuming it was removed. Is there any way to use it again?

^ (Small note, It would also be lovely if I could add them to the Extensions add-on in the toolbar, as that would really be a better use for it other than overflow)

Asked by Attack 1 year ago

Answered by Attack 1 year ago

  • حُلّت
  • المُؤرشفة

Whenever I use Firefox helper application weirdness...

Whenever I use Firefox 109.0 (on Ubuntu 22.04) to transfer money between savings and checking in my online banking account, I get a window pop-up that says "No Apps Avail… (read more)

Whenever I use Firefox 109.0 (on Ubuntu 22.04) to transfer money between savings and checking in my online banking account, I get a window pop-up that says "No Apps Available". This is something going on my bank's servers and shouldn't require Firefox or any local helper apps on my end to do anything. I will post the window that pops up. Has anyone else encountered this? And is there a way to disable these pop-up?

Asked by neutronJK 1 year ago

Answered by neutronJK 1 year ago

  • حُلّت
  • المُؤرشفة

G-ARTRAY - PROBLEM FORWARDED EMAILS WITH FIREFOX RELAY - 2023

Hello, I am meeting a problem with Firefox Relay. My e-mail mask named “qvmod***@mozmail.com” do not forward e-mails to "Main e-mail" since one or two weeks. Can you sol… (read more)

Hello,

I am meeting a problem with Firefox Relay. My e-mail mask named “qvmod***@mozmail.com” do not forward e-mails to "Main e-mail" since one or two weeks. Can you solve the problem, please? I need to receive e-mails from this mask, important for my business. Thank you.

Best regards, G-ArtRay

Asked by G_ARTRAY 1 year ago

Answered by Paul 1 year ago