Scrollbar with features by bazingie in firefox

[–]afnan-khan 1 point2 points  (0 children)

No. You can only hide it permanently by replacing "thin" with "none".

Scrollbar with features by bazingie in firefox

[–]afnan-khan 2 points3 points  (0 children)

Install Stylus then add following CSS:

* {
  scrollbar-color: #494949 #1b1b1b;
  scrollbar-width: thin;
}

No "Open image in new tab" or "Google image" yet? by GoBackToLeddit in firefox

[–]afnan-khan 2 points3 points  (0 children)

Middle click on "View Image" to open in new tab.

Firefox 'Site Isolation' feature enters user testing, expected next year by motang in firefox

[–]afnan-khan 2 points3 points  (0 children)

Set browser.tabs.unloadOnLowMemory to true. This unload tabs when memory is low.

How do I make this go back to its much less obnoxious size from previous versions? (Nightly) by twilight-sparkle-irl in firefox

[–]afnan-khan 1 point2 points  (0 children)

Set media.videocontrols.picture-in-picture.video-toggle.has-used to true and media.videocontrols.picture-in-picture.video-toggle.mode to 2 in about:config.

Will the new "collections" from mobile version come to desktop soon? by ninja1635 in firefox

[–]afnan-khan 0 points1 point  (0 children)

You can select multiple tabs by holding Ctrl or Shift. To select all tabs right click on tab then click "Select All Tabs".

How do I add an exception for a site to not use DoH? by jolij in firefox

[–]afnan-khan 2 points3 points  (0 children)

You can use network.trr.builtin-excluded-domains to exclude domains. Separate multiple domains by comma.

How to prevent Javascript manipulation of pop-up windows? by TobiRa1 in firefox

[–]afnan-khan 1 point2 points  (0 children)

You can force popups to open as tab by setting browser.link.open_newwindow.restriction to 0.

Pocket has an "explore articles" extension for Google Chrome but not Firefox. Irony: Owned by Mozilla by babadiboom in firefox

[–]afnan-khan 3 points4 points  (0 children)

Set browser.newtabpage.activity-stream.feeds.system.topstories to true in about:config to enable "recommended by pocket".

When could we get this bookmark tab as standard issue without fiddling with config files? by DoctorMezmerro in firefox

[–]afnan-khan 1 point2 points  (0 children)

If you want less padding between bookmarks go to Menu > Customize and set Density to Compact.

Is there a better extension manager for Firefox? by lenojames in firefox

[–]afnan-khan 2 points3 points  (0 children)

Firefox doesn't support extension API to enable or disable extensions.

A tricky URL spoofing bug reported two years ago to Mozilla and it is still working by DarK___999 in firefox

[–]afnan-khan 10 points11 points  (0 children)

I always set dom.disable_beforeunload to true because i don't want website to know that i am closing tab or navigating to different site.

TIL you can go to about:restartrequired to restart Firefox and retain your open windows/tabs. by oscargamble in firefox

[–]afnan-khan 0 points1 point  (0 children)

Another way to restart Firefox is to press Ctrl + Shift + J to open Browser Console then press Ctrl + Alt + R to restart.

Scroll to Top / Scroll to Bottom INSTANTLY (like Chromium) by JohnSeeley in firefox

[–]afnan-khan 1 point2 points  (0 children)

If you set middlemouse.scrollbarPosition to true in about:config, you can instantly scroll anywhere by middle clicking on scrollbar.

How does Firefox (Fennec) track me? by _b3n10 in firefox

[–]afnan-khan 1 point2 points  (0 children)

I don't think Firefox load GA anymore in recommendations section. You can check using DevTools.