Code Monkey home page Code Monkey logo

brave-profiles's Introduction

๐Ÿฆ brave-profiles

Brave Browser profiles on linux

Blog: https://equk.co.uk/2021/09/22/brave-browser-profiles

Summary

Simple script to easily create new brave profiles.

Usage

Clone this repo and copy the script somewhere accessible.

You can then rename/copy the script to the profile name required (script filename = profile name).

Optionally you may also want to change the profile_folder variable (default is $HOME/.brave_profiles)

Features

  • Easy creation of profiles
  • Sandbox Check
  • Custom commandline flags
  • Detect associated Google Account & alert user

Linux Tweaks

Enable Emojis

To enable emojis within brave browser you will need to install emoji fonts.

In Archlinux install noto-fonts-emoji

Mouse Wheel Scrolling

You may want to tweak mouse scrolling speed in Brave (there don't seem to be any built in options to do this currently).

There are a few options to set mouse wheel preferences outisde of Brave.

I personally use imwheel as it allows me to set scrolling preferences per application.

imwheel

~/.imwheelrc

# Scroll Settings for Brave Browser
"^Brave-browser$"
    None, Up, Button4, 5
    None, Down, Button5, 5
    Shift_L,   Up,   Shift_L|Button4, 5
    Shift_L,   Down, Shift_L|Button5, 5
    Control_L, Up,   Control_L|Button4
    Control_L, Down, Control_L|Button5

Why Use Profiles?

  • Keep Google services (& logins) seperate
  • Testing webapps
  • Seperate other services from main profile
  • Use differing configurations for services or webapps

Notes

After looking at profile data it seems Brave stores a reference to cookies for Google Accounts within the profile preferences file.

I'm not sure if this relates to analytics or is specific to Google related extensions / features.

I have added a check using this to warn users when starting brave profiles. (as I have seperate profiles setup for Google services like Youtube etc)

Contact

Website: https://equk.co.uk

Twitter: @equilibriumuk

brave-profiles's People

Contributors

equk 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.