{"id":21228512,"url":"https://github.com/fademind/pimp-my-fox","last_synced_at":"2025-07-10T15:31:15.951Z","repository":{"id":87634445,"uuid":"534566281","full_name":"FadeMind/Pimp-My-Fox","owner":"FadeMind","description":"Mozilla Firefox Tweaks. Use at your own risk and fun. ","archived":false,"fork":false,"pushed_at":"2023-11-27T17:46:58.000Z","size":85108,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-27T18:48:33.579Z","etag":null,"topics":["firefox","firefox-tweaks","mica","windows-11","windows11"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FadeMind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-09-09T08:43:56.000Z","updated_at":"2023-11-19T06:39:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e62b720-473d-4302-9307-4525c09f07d0","html_url":"https://github.com/FadeMind/Pimp-My-Fox","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FadeMind%2FPimp-My-Fox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FadeMind%2FPimp-My-Fox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FadeMind%2FPimp-My-Fox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FadeMind%2FPimp-My-Fox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FadeMind","download_url":"https://codeload.github.com/FadeMind/Pimp-My-Fox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225643695,"owners_count":17501421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox","firefox-tweaks","mica","windows-11","windows11"],"created_at":"2024-11-20T23:19:22.525Z","updated_at":"2024-11-20T23:19:23.075Z","avatar_url":"https://github.com/FadeMind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FIREFOX ABOUT:CONFIG TWEAKS\n\n**Use Action Center notifications** \u003cbr/\u003e\n**Use system roots certification storage**\n```\nuser_pref(\"alerts.useSystemBackend\", true);\nuser_pref(\"security.enterprise_roots.enabled\", true);\n```\n\n**\"Edge like scrolling\" experience**\n\n```\nuser_pref(\"general.smoothScroll\", true);\nuser_pref(\"general.smoothScroll.currentVelocityWeighting\", \"0.15\");\nuser_pref(\"general.smoothScroll.mouseWheel.durationMaxMS\", 250);\nuser_pref(\"general.smoothScroll.mouseWheel.durationMinMS\", 250);\nuser_pref(\"general.smoothScroll.msdPhysics.enabled\", true);\nuser_pref(\"general.smoothScroll.msdPhysics.motionBeginSpringConstant\", 400);\nuser_pref(\"general.smoothScroll.msdPhysics.regularSpringConstant\", 600);\nuser_pref(\"general.smoothScroll.msdPhysics.slowdownMinDeltaMS\", 120);\nuser_pref(\"general.smoothScroll.other.durationMaxMS\", 500);\nuser_pref(\"general.smoothScroll.pages.durationMaxMS\", 350);\nuser_pref(\"general.smoothScroll.stopDecelerationWeighting\", \"0.8\");\nuser_pref(\"mousewheel.min_line_scroll_amount\", 22);\n```\n\n**Privacy, disabing Mozilla Telemetry and sponsor content**\n\n```\nuser_pref(\"browser.newtabpage.activity-stream.feeds.discoverystreamfeed\", false);\nuser_pref(\"browser.newtabpage.activity-stream.feeds.telemetry\", false);\nuser_pref(\"browser.newtabpage.activity-stream.section.highlights.includePocket\", false);\nuser_pref(\"browser.ping-centre.telemetry\", false);\nuser_pref(\"browser.tabs.crashReporting.sendReport\", false);\nuser_pref(\"extensions.pocket.enabled\", false);\nuser_pref(\"services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.feeds.section.topstories\", false);\nuser_pref(\"services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSearch\", false);\nuser_pref(\"services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSponsored\", false);\nuser_pref(\"services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSponsoredTopSites\", false);\n```\n\n**Disable Firefox Account Login button and tab in settings**\n\nIf you don't using Firefox Account sync - hide buttons and options in settings. \n```\nuser_pref(\"identity.fxaccounts.enabled\", false);\n```\n\n**Edge-FrFox theme tweaks for Windows 11 Mica like theme** \u003cbr/\u003e\nCopy `chrome` directory from `edge-frfox-latest` file to your Firefox profile dir. See `about:support` page for details. \u003cbr/\u003e\nSample PATH `%APPDATA%\\Mozilla\\Firefox\\Profiles\\abcd1234.default-release` \u003cbr/\u003e\nAdd to `about:config` following tweaks (or edit `prefs.js` self)\n```\nuser_pref(\"layout.css.color-mix.enabled\", true);\nuser_pref(\"svg.context-properties.content.enabled\", true);\nuser_pref(\"toolkit.legacyUserProfileCustomizations.stylesheets\", true);\nuser_pref(\"uc.tweak.disable-drag-space\", true);\nuser_pref(\"uc.tweak.floating-tabs\", true);\nuser_pref(\"uc.tweak.floating-tabs.equal-margin\", true);\nuser_pref(\"uc.tweak.force-tab-colour\", true);\nuser_pref(\"uc.tweak.hide-newtab-logo\", true);\nuser_pref(\"uc.tweak.remove-tab-separators\", true);\nuser_pref(\"uc.tweak.rounded-corners\", true);\nuser_pref(\"uc.tweak.show-tab-close-button-on-hover\", true);\nuser_pref(\"uc.tweak.smaller-context-menu-text\", true);\nuser_pref(\"uc.tweak.win11-mica\", true);\nuser_pref(\"browser.tabs.tabClipWidth\", 86);\nuser_pref(\"browser.tabs.tabMinWidth\", 66);\n```\n\nInstall Mica For Everyone and apply conf file setting also. \u003cbr/\u003e \nInstall `MSEdgeRedirect.exe` and redirect Microsoft Edge URLs to Firefox. \u003cbr/\u003e\nRemove Edge via Remove-MS-Edge tool. Read README.md from zip before use.\n\n# FIREFOX ADDONS\n\n- https://addons.mozilla.org/firefox/addon/adguard-adblocker/\n- https://addons.mozilla.org/firefox/addon/bitwarden-password-manager/\n- https://addons.mozilla.org/firefox/addon/bookmarks-clean-up/\n- https://addons.mozilla.org/firefox/addon/browser-cleaner-pro/\n- https://addons.mozilla.org/firefox/addon/cookiebro/\n- https://addons.mozilla.org/firefox/addon/enhancer-for-youtube/\n- https://addons.mozilla.org/firefox/addon/fastforwardteam/\n- https://addons.mozilla.org/firefox/addon/new-tab-speed-dial/\n- https://addons.mozilla.org/firefox/addon/polish-cookie-consent/\n- https://addons.mozilla.org/firefox/addon/search_by_image/\n- https://addons.mozilla.org/firefox/addon/simple-translate/\n- https://addons.mozilla.org/firefox/addon/sponsorblock/\n- https://addons.mozilla.org/firefox/addon/to-google-translate/\n- https://addons.mozilla.org/firefox/addon/tonec-idm-integration-module/\n- https://addons.mozilla.org/firefox/addon/view-image/\n- https://addons.mozilla.org/firefox/addon/violentmonkey/\n- https://addons.mozilla.org/firefox/addon/wikiwand-wikipedia-modernized/\n- https://github.com/AdguardTeam/AdGuardExtra\n\n\u003chr/\u003e\n\n# CREDITS\n\n- https://github.com/bmFtZQ/Edge-FrFox\n- https://github.com/MicaForEveryone/MicaForEveryone\n- https://github.com/rcmaehl/MSEdgeRedirect\n- https://github.com/ShadowWhisperer/Remove-MS-Edge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffademind%2Fpimp-my-fox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffademind%2Fpimp-my-fox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffademind%2Fpimp-my-fox/lists"}