8000 GitHub - nt1m/vivaldi-fox: An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nt1m/vivaldi-fox

Repository files navigation

VivaldiFox

Build Status

A Firefox add-on for Vivaldi style UI colouring.

Setup

npm i -g web-ext

Compiling xpi

web-ext build

Running add-on

web-ext run -f nightly

Linting

This repo requires code to be ESLint-clean.

You can lint using:

eslint ./

Assuming you've installed ESLint with npm i -g eslint.

0