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

Split screen tabs

Hey! I think to migrate from Vivaldi but only couple of things stops me. I used to split some tabs in one screen there and looks like I can't find any good addons for tha… (read more)

Hey! I think to migrate from Vivaldi but only couple of things stops me. I used to split some tabs in one screen there and looks like I can't find any good addons for that. There is one addon Tile Tabs WE but it is not what I need, I want to tabs be still along other tabs, I can detach them and place on my screen by myself without such addons but that's uncomfortable to use.

Asked by evgeni.t117 1 year ago

Last reply by Paul 1 year ago

  • المُؤرشفة

shortcut display and user name/password autofill

My shortcut display had frequently visited websites shown and these have been replaced by several sponsored shortcuts I am not interested in. Plus, my saved user names a… (read more)

My shortcut display had frequently visited websites shown and these have been replaced by several sponsored shortcuts I am not interested in. Plus, my saved user names and passwords are not loading even though they are still stored. I don't understand what happened, why these have changed, or how to restore what I previously had on shortcuts. I am not a tech savvy person and am stumped and looking for help

Asked by mpinette56 1 year ago

Last reply by cor-el 1 year ago

  • المُؤرشفة

Addon: searching foor toolbar addon that allows shortcuts to local applications (not url's)

Hello, I am looking for a toolbar addon that allows shortcuts to local applications. Example, shortcuts to notepad, word, calc etc... on a toolbar (like the firefox [CTR… (read more)

Hello,

I am looking for a toolbar addon that allows shortcuts to local applications. Example, shortcuts to notepad, word, calc etc... on a toolbar (like the firefox [CTRL]+[SHIFT]+[B]-toolbar)

There are launchers and such to launch applications, but I just want a dedicated toolbar for this where I can place shortcuts to firefox tools/utilities on there.

10+ years ago there was an addon for firefox that was a simple toolbar which could handle url's, local applications...anything as long as it could be created as a shortcut on the desktop. But I can't find it anymore it probably got dis-continued.

Any suggestion is very welcome.

Thanks.

Asked by ron_r 1 year ago

Last reply by ron_r 1 year ago

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

cannot disable google document viewer

I cannot disable google document viewer in Google Drive. Every time I go to open a recently downloaded PDFs in Google Drive, it invokes Document Viewer unless I specifica… (read more)

I cannot disable google document viewer in Google Drive. Every time I go to open a recently downloaded PDFs in Google Drive, it invokes Document Viewer unless I specifically right click and tell it to open with Acrobat. I have disabled everything thing I know in both Chrome and Firefox, cleared the caches, rebooted, and the default behavior persists. Worse, the Document Viewer REQUIRES a complicated, infuriating sign in process that has only worked ONCE in dozens of sign in attempts. Please help with this.

Asked by Jay 1 year ago

Answered by Jay 1 year ago

  • المُؤرشفة

How do i remove hellofresh/chefs plate ads from my browser homepage. Also how do i get rid of the getpocket articles/clickbait. On second thought how do i make it so there is no content on the firefox homepage?

I never want to see this content again and am considering switching browsers. I don't want to see or think about ads, i don't want to know what getpocket is. I don't wan… (read more)

I never want to see this content again and am considering switching browsers.

I don't want to see or think about ads, i don't want to know what getpocket is. I don't want chefs plate and their columbiahouse 2.0 bullshit product. It is absolute trash.

I do not want to see these things. Ever. Again.

If there is no way to remove these things from my browser its time to go back to chrome.

Thanks.

Asked by kwilliston81 1 year ago

Last reply by cor-el 1 year ago

  • المُؤرشفة

Advanced print configuration options (customizing headers and footers) not taking effect

One aspect of Firefox I value is the ability to customize headers and footers on printed webpages. This ability is important for my work. I customized the headers and fo… (read more)

One aspect of Firefox I value is the ability to customize headers and footers on printed webpages. This ability is important for my work.

I customized the headers and footers in the about:config interface according to advice posted [https://support.mozilla.org/en-US/que.../1323433|here].

Recently, these settings don't take effect when I print webpages to pdf. I've triple checked that the settings are correct, but every time I print, the header and footer remain in the Firefox default configuration. Inexplicably, my preferred settings do take effect if I set the destination to "Fax." All other destinations don't work.

Is there any way to make these settings work again? Sadly, this might be a dealbreaker for me if not.

Asked by wkuelthau 1 year ago

Last reply by wkuelthau 1 year ago

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

Firefox can't use my microphone

I haven't used my microphone in Firefox in years. I tried today, logged into Google Voice, which tells me it can't access the microphone. I set permissions in Firefox'… (read more)

I haven't used my microphone in Firefox in years. I tried today, logged into Google Voice, which tells me it can't access the microphone. I set permissions in Firefox's settings. I turned up all the mic settings in alsamixer. I tried https://mdn.github.io/web-dictaphone/ , recommended in another thread here, and it doesn't record either. I can use the microphone outside X, with sox's rec. I also can't record a new greeting in Google Voice.

Firefox 100.0.2 , Linux, Slackware 64-bit, all packages updated this morning.

Asked by RandomTroll 1 year ago

Answered by RandomTroll 1 year ago

  • المُؤرشفة

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

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 years ago

Last reply by Paulgi 2 years ago

  • المُؤرشفة

Open PDF in native viewer

Hi I'm using Firefox to open PDF files from a network directory. The reason is that it's probably the best PDF manager I can find. What I wanted to do was have an opt… (read more)

Hi I'm using Firefox to open PDF files from a network directory. The reason is that it's probably the best PDF manager I can find.

  • What I wanted to do was have an option to open the file in a native viewer such as Adobe, this way look at 2 parts of the document at the same time.

At the same time keep it in Firefox.

Is there a setting to do this or an add-on. The add-ons I've seen are meant to open directly to Adobe from a web link I think.

Asked by moz_spt 1 year ago

Last reply by moz_spt 1 year ago

  • المُؤرشفة

Need help restoring prior profile settings

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum: The tab bar, toolbar, and address bar placement in my Firefox Des… (read more)

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum:

The tab bar, toolbar, and address bar placement in my Firefox Desktop browser has recently changed. I have been trying to revert these recent changes as they interrupt my current workflows.

I DO know which prior profile save contains the desired info however, it contains many files and I DO NOT KNOW which files I need for the bars to be restored. If you could provide me the name(s) of the file(s) that holds the bars data, I am probably saved, hopefully saved.

Asked by SUMOsJR 1 year ago

Last reply by Terry 1 year ago

  • المُؤرشفة

Disabling certain keyboard shortcuts

I know this has been asked before but I've looked through past instances and couldn't find a solution that still seems to work as of 2022. I need a way to disable certain… (read more)

I know this has been asked before but I've looked through past instances and couldn't find a solution that still seems to work as of 2022. I need a way to disable certain built-in Firefox keyboard shortcuts. I recently switched from Chrome to Firefox but if I can't disable the ctrl+i and ctrl+b keyboard shortcuts I'm going to have to switch back. I use both very frequently for work, so their non-functionality in this browser is genuinely impacting my productivity and it's getting really frustrating.

Asked by heterodyne.girl 1 year ago

Last reply by Terry 1 year ago

  • المُؤرشفة

FF lost all ad-ons on clearing History and setting to "Do not remember history"

Windows 11, FF 100.0.2 64-bit: after changing my security settings my add-ons are no ölonger active, and o not show in the menu bar. Reinstalling FF has not resolved the… (read more)

Windows 11, FF 100.0.2 64-bit: after changing my security settings my add-ons are no ölonger active, and o not show in the menu bar. Reinstalling FF has not resolved the problem. Entering add-ons on the tools menu shows that the add-ons are actuall - despite the deinstall/reinstall are still present and active.

Asked by nl.johnson2097 1 year ago

Last reply by cor-el 1 year ago

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

Firefox Multi Account container advanced proxy setting does not work. Connection Timeout/Refused.

Hello Everyone, After inserting the proxy information, webpages in the container tab refuse to load/connect, I insert the IP address and I've also tried the Fully qualif… (read more)

Hello Everyone,

After inserting the proxy information, webpages in the container tab refuse to load/connect, I insert the IP address and I've also tried the Fully qualified domain name, using the type://host:port syntax, I get "The proxy server is refusing connections" and "The connection has timed out" error messages.

If I setup the proxy via the settings menu the entire browser uses the proxy server address, I am trying to specify a different proxy server for each container.

Asked by fxybrew 1 year ago

Answered by TyDraniu 1 year ago

  • المُؤرشفة

website closes after it reopens.

I recently installed AdBlocker, but then a site I visit daily closes after it loads. I uninstalled AdBlocker and the site still closes after it loads. I assume the prob… (read more)

I recently installed AdBlocker, but then a site I visit daily closes after it loads.

I uninstalled AdBlocker and the site still closes after it loads.

I assume the problem was from AdBlocker, but not really sure why this happens.

Asked by vince21 2 years ago

Last reply by cor-el 2 years ago

  • المُؤرشفة

toggle tracking protection, and not being able to view full web pages

hello there! i have had this persistent issue: when a site seems broken, i used to be able to try turning off Enhanced Tracking Protection, by Clicking on the shield… (read more)

hello there!

i have had this persistent issue: when a site seems broken, i used to be able to try turning off Enhanced Tracking Protection, by

   Clicking on the shield Icon to the left of the address bar, then
   Toggling the switch at the top of the panel.

But for the past week or two, the toggle button stays on and i canno toggle it off.

Also, a related issue, ie.the reason ive mos recently tried to do this, is so i can view the whole yelp review web pages. I used to be able to, but fo the pas few weeks a large portion of these pages hav blanks instead of reviews. I cannot even view the review i myself posted a week ago!

For example, this yelp business page link text

if you scroll down to beneath of where it says:

'''Ask the Community Ask a question Yelp users haven’t asked any questions yet about Precision Dentistry.'''

there should be text and photos of companies' reviews and info. But instead, all i ever see are grayed out empty boxes.

I have tried:

disabling all my add-ons, 

private browing mode,

restarting firefox, 

turning of all tracking protection from the main firefox preferences pane, rebooting my computer, and clearing all history for everything. I have also googled this up the yinyang but no one else seems to be having similar issues.

Any ideas? if you could please help with this issue i'd be very grateful!

Asked by z. ixa 2 years ago

Last reply by z. ixa 2 years ago

  • المُؤرشفة

FF really screwed me up this time.

Since FF, (in their infinite wisdom) once again screwed my computer up. I have lost all my bookmarks, all my apps (some of which I paid for), desktop gone, replaced with … (read more)

Since FF, (in their infinite wisdom) once again screwed my computer up. I have lost all my bookmarks, all my apps (some of which I paid for), desktop gone, replaced with something I hate. This happened after the 100.0.2 update. I have tried to fix every thing for the pas few days with no success. I wonder if FF is going to pay me back for the paid apps I bought. This is a working computer and I need my files back. Also, I cannot find my restore button. I don't guess we need that anymore because big brother knows all oops, FF). PLEASE help.

Asked by marinearty5 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago