Giter VIP home page Giter VIP logo

schizofox's Introduction

screenshot

Schizofox

our goal is to get on the CIA watchlist

About

Schizofox started as a part of Sioodmy's dotfiles and was adapted by NotAShelf for future use. As such, it has been moved into its own standalone flake and eventually an organization.

Compared to other browsers/configurations, I would say it's pretty schizophrenic, but it is also daily driveable so some compromises were made. Keep in mind that any "super ultra privacy friendly firefox config" will make you stick out and won't protect you from fingerprinting; sadly there is no escape from that. If you are really looking for security, look into the Tor browser.

Fun fact: clearing cookies is just a waste of time with cookie isolation enabled (just use temporary containers if you need to)

Notable Features

  • Declarative theming. Just specify 3 colors and your font of choice and nix will do the rest (userChrome.css and darkreader config)
  • Declarative extension installation with the home-manager module
  • NixPak wrapped package
  • Extensive & modular configuration

Contributing

Schizofox is still beta software, and breaking changes are to be expected.

Make sure to submit an issue in case anything breaks, or make a PR if you know how to fix said issue.

๐Ÿ’› Donate

If you would like to support us, you may use Liberapay to do so:

Configuration

imports = [ inputs.schizofox.homeManagerModule ];
programs.schizofox = {
  enable = true;

  theme = {
    colors = {
      background-darker = "181825";
      background = "1e1e2e";
      foreground = "cdd6f4";
    };

    font = "Lexend";

    extraUserChrome = ''
      body {
        color: red !important;
      }
    '';
  };

  search = {
    defaultSearchEngine = "Brave";
    removeEngines = ["Google" "Bing" "Amazon.com" "eBay" "Twitter" "Wikipedia"];
    searxUrl = "https://searx.be";
    searxQuery = "https://searx.be/search?q={searchTerms}&categories=general";
    addEngines = [
      {
        Name = "Etherscan";
        Description = "Checking balances";
        Alias = "!eth";
        Method = "GET";
        URLTemplate = "https://etherscan.io/search?f=0&q={searchTerms}";
      }
    ];
  };

  security = {
    sanitizeOnShutdown = false;
    sandbox = true;
    userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0";
  };

  misc = {
    drmFix = true;
    disableWebgl = false;
    startPageURL = "file://${builtins.readFile ./startpage.html}";
  };

  extensions = {
    simplefox.enable = true;
    darkreader.enable = true;

    extraExtensions = {
      "[email protected]".install_url = "https://addons.mozilla.org/firefox/downloads/latest/ether-metamask/latest.xpi";
    };
  };

  bookmarks = [
    {
      Title = "Example";
      URL = "https://example.com";
      Favicon = "https://example.com/favicon.ico";
      Placement = "toolbar";
      Folder = "FolderName";
    }
  ];

}

Credits <3

Thanks to the awesome people below:

schizofox's People

Contributors

notashelf avatar sioodmy avatar mrtnvgr avatar gerg-l avatar max-privatevoid avatar louis-thevenet avatar eriedaberrie avatar surfaceflinger avatar nyawox avatar

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.