1
0
Fork
You've already forked newtab
0
JavaScript 88.5%
CSS 7.6%
Python 2.5%
HTML 1.4%
2025年11月29日 16:38:55 +01:00
.github/workflows Fix publishing to addons.mozilla.org 2024年06月29日 15:42:36 +02:00
newtab fix: remove innerHTML, fix modules updating & list 2025年11月29日 16:38:55 +01:00
.gitignore First commit 2024年02月28日 10:48:57 +01:00
.gitlab-ci.yml feat: Copy the repo content on GitLab 2025年02月12日 19:12:31 +01:00
_redirects feat: Add redirects file for Codeberg Pages 2025年02月12日 18:29:45 +01:00
app.py Add Unsplash API proxy 2024年06月29日 15:37:21 +02:00
LICENSE feat: Add LICENSE and README 2025年03月26日 17:42:45 +01:00
README.md feat: Add LICENSE and README 2025年03月26日 17:42:45 +01:00
requirements.txt Add Unsplash API proxy 2024年06月29日 15:37:21 +02:00
vercel.json Add Unsplash API proxy 2024年06月29日 15:37:21 +02:00

My personal new tab page

License GitHub stars Last commit

Overview

This is a personal new tab page with custom features and design. This project is aimed at enhancing your browser's new tab experience with personalized content and layout.

Features

  • Customizable widgets
  • Personalized greeting and background

Demo

Check out the live demo here.

Installation

Clone the repository and open the webpage:

git clone https://github.com/lfavole/newtab.git
cd newtab
firefox newtab/index.html

Publishing to addons.mozilla.org

# Install web-ext
npm install --global web-ext
# Build the extension
web-ext build
# Publish the extension
web-ext sign --channel listed --api-key "JWT issuer" --api-secret "JWT secret"