https://github.com/parham-dev27/minimalstartpage
https://github.com/parham-dev27/minimalstartpage
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parham-dev27/minimalstartpage
- Owner: parham-dev27
- Created: 2023-06-08T15:57:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T16:21:46.000Z (about 3 years ago)
- Last Synced: 2025-03-03T05:29:55.744Z (over 1 year ago)
- Language: CSS
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README

# MinimalStartPage
## Start Page / New Tab for Firefox
* Easy to install
* Offline/Online
---
## Supported Browsers
* Firefox
---
## Tested On
- Linux (Arch, Kali)
- Windows (Windows 10)
- MacOS (macOS Big Sur)
---
## How To Use
- Using Github Pages
1. Install the [New Tab Override](https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/)
1. Go to extension settings
1. Custom URL
1. Add [this](https://parham-dev27.github.io/MinimalStartPage/) to the URL section
1. Go to Firefox settings => Home
1. Change the Homepage and new windows to [this](https://parham-dev27.github.io/MinimalStartPage/)
- Local hosting
1. `git clone https://github.com/parham-dev27/MinimalStartPage.git`
1. Add `python3 -m http.server 1250 -d ` to your autostart files
- **Note**: Replace the `` with where you cloned the repository
1. Install the [New Tab Override](https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/)
1. Go to extension settings
1. Custom URL
1. Add `127.0.0.1:1250` to the URL section
1. Go to Firefox settings => Home
1. Change the Homepage and new windows to `127.0.0.1:1250`