Giter Site home page Giter Site logo

pimp-my-fox's Introduction

FIREFOX ABOUT:CONFIG TWEAKS

Use Action Center notifications
Use system roots certification storage

user_pref("alerts.useSystemBackend", true);
user_pref("security.enterprise_roots.enabled", true);

"Edge like scrolling" experience

user_pref("general.smoothScroll", true);
user_pref("general.smoothScroll.currentVelocityWeighting", "0.15");
user_pref("general.smoothScroll.mouseWheel.durationMaxMS", 250);
user_pref("general.smoothScroll.mouseWheel.durationMinMS", 250);
user_pref("general.smoothScroll.msdPhysics.enabled", true);
user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 400);
user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 600);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 120);
user_pref("general.smoothScroll.other.durationMaxMS", 500);
user_pref("general.smoothScroll.pages.durationMaxMS", 350);
user_pref("general.smoothScroll.stopDecelerationWeighting", "0.8");
user_pref("mousewheel.min_line_scroll_amount", 22);

Privacy, disabing Mozilla Telemetry and sponsor content

user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
user_pref("browser.ping-centre.telemetry", false);
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("extensions.pocket.enabled", false);
user_pref("services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.feeds.section.topstories", false);
user_pref("services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSearch", false);
user_pref("services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSponsored", false);
user_pref("services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSponsoredTopSites", false);

Disable Firefox Account Login button and tab in settings

If you don't using Firefox Account sync - hide buttons and options in settings.

user_pref("identity.fxaccounts.enabled", false);

Edge-FrFox theme tweaks for Windows 11 Mica like theme
Copy chrome directory from edge-frfox-latest file to your Firefox profile dir. See about:support page for details.
Sample PATH %APPDATA%\Mozilla\Firefox\Profiles\abcd1234.default-release
Add to about:config following tweaks (or edit prefs.js self)

user_pref("layout.css.color-mix.enabled", true);
user_pref("svg.context-properties.content.enabled", true);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("uc.tweak.disable-drag-space", true);
user_pref("uc.tweak.floating-tabs", true);
user_pref("uc.tweak.floating-tabs.equal-margin", true);
user_pref("uc.tweak.force-tab-colour", true);
user_pref("uc.tweak.hide-newtab-logo", true);
user_pref("uc.tweak.remove-tab-separators", true);
user_pref("uc.tweak.rounded-corners", true);
user_pref("uc.tweak.show-tab-close-button-on-hover", true);
user_pref("uc.tweak.smaller-context-menu-text", true);
user_pref("uc.tweak.win11-mica", true);
user_pref("browser.tabs.tabClipWidth", 86);
user_pref("browser.tabs.tabMinWidth", 66);

Install Mica For Everyone and apply conf file setting also.
Install MSEdgeRedirect.exe and redirect Microsoft Edge URLs to Firefox.
Remove Edge via Remove-MS-Edge tool. Read README.md from zip before use.

FIREFOX ADDONS


CREDITS

pimp-my-fox's People

Contributors

fademind avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sayedmahmud

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.