• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

mut-ex/minimal-functional-fox: A minimal, yet functional Firefox userChrome conf ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

mut-ex/minimal-functional-fox

开源软件地址:

https://github.com/mut-ex/minimal-functional-fox

开源编程语言:

CSS 76.6%

开源软件介绍:

minimal-functional-fox

A minimal, yet functional configuration for Firefox!

If you would like to show your appreciation for this project,
please consider a donation :)

PayPal donation link

Demo

License

Features

  • Minimal bloat (non-crucial icons and decorations hidden)

  • Easy way to tweak fonts, colors, and spacings to your liking through CSS variables

  • Tab list below toolbar

  • Tab(s) with sound playing highlighted with a different color

  • Centered URL bar with narrow-er results list

  • And more!


Prerequisites

  • Verify that the user stylesheets (userChrome) option is enabled:

    1. Go to the address about:config in Firefox

    2. Search for toolkit.legacyUserProfileCustomizations.stylesheets

    3. Confirm the option is set to true

  • Make sure that you have the Default theme enabled

    1. Go to the address about:addons
    2. Enable the Default theme if not already enabled

Installation

Quick Install

You can quickly install minimal functional fox via the command-line by using curl:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/mut-ex/minimal-functional-fox/master/install.sh)"

It is a good idea to inspect the install script for projects you aren't familiar with. To do that, you can download the install script separately, go through it to make sure everything looks OK, then go ahead and run it once you are satisfied:

curl -Lo install.sh https://raw.githubusercontent.com/mut-ex/minimal-functional-fox/master/install.sh
sh install.sh

Note: The install script will create a backup of your existing userChrome.css, and userContent.css files by renaming them to userChrome.css~, and userContent.css~ respectively in the chrome directory.

Manual Install

If quick install does not work, or if you simply prefer to; you can manually install minimal functional fox through the following steps:

  1. Locate your Firefox user directory. You should be able to find it by navigating to /home/.mozilla/firefox/ and looking for a directory ending with the world .default-release.
  2. Within your Firefox user directory, locate the chrome directory, if one does not already exist you can simply go ahead and create it yourself.
  3. Download the contents of this repository, and copy all the files to the chrome directory within your Firefox user directory.

After installation, restart Firefox to see the effects.


Recommended Tweaks

  • Select the Customize option from the hamburger menu (≡), and remove all items except for:
    • Forward button
    • Back button
    • Downloads button
  • The new tab page extension is called nightTab. You can can find it here

Customizing

You can easily tweak the theme by changing the relevant CSS variables, starting with --mff- located within the :root section at the top of the userChrome.css file.

 :root {
     /* Minimal Functional Fox variables*/
     --mff-bg: #293241;
     --mff-icon-color: #e0fbfc;
     --mff-nav-toolbar-padding: 8px;
     /*
     ...
     ...
     ...
     */
}



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap