/tabliss

An extensible New Tab web extension written in TypeScript, React and Redux.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

New Tab

A fork from tabliss.io

Requires

  • Node.js 14.x

Usage

Install dependencies with npm install before running the following scripts.

  • npm start Start webpack dev server for local development at http://localhost:8080
  • npm run build Production build for web
  • npm run build:chromium Production build for Chrome web extension
  • npm run build:firefox Production build for Firefox web extension
  • npm run translations Manage translation files

get your custom .env from the official tabliss.io repo.

Changes I made.

+ Shortcuts.
+ Better default settings.
+ Better search box.
+ Better backgrounds.
- Removed all the weird plugins I do not use.
- Accidentaly removed the whole language system, don't know how to fix 😬.