A customizeable macOS style new tab. You can preview it here.
⚠️ This is still in beta, please report any bugs here
Left: Blur disabled | Right: Blur enabled
- ☀️ Dynamic wallpaper (Light/dark mode)
- 🖱️ Toggleable hover effect
- 🫧 Toggleable background blur effect*
*Blur effect blurs the background image, not behind the browser
- Fork this repository
- In your fork, open
customize.js
- Click the pencil icon at the top
- Customize the new tab
- Click "Commit Changes"
- Click "Commit Changes" again
- You may need to wait for the changes to be applied, usually 2-3 mins.
The URL for your new tab is https://
+ Your GitHub username + .github.io/
+ The repository name (Default: macos-newtab
)
E.g: https://itsfoxdev.github.io/macos-newtab/
⚠️ First, make sure you've completed the first step in Customization.
The URL for your new tab is https://
+ Your GitHub username + .github.io/
+ The repository name (Default: macos-newtab
)
E.g: https://itsfoxdev.github.io/macos-newtab/
Chromium (Chrome, Edge, Opera, etc.)
- Install New Tab Override
- If you are using Edge, you may have to enable the extension by going to edge://extensions/?id=fjcmlondipcnnpmbcollgifldmajfonf (Copy and paste URL)
- Go to the extension options, and enter the URL for your new tab.
- Click save, and you're done!
Firefox
- Install Custom New Tab Page
- Go to about:addons (Copy and paste URL)
- Find "Custom New Tab Page" in the extension list
- Click the 3 dots, then "Options"
- Select the options tab
- Enter in the URL for your new tab
- Tick both checkboxes ("Remove iframe headers" and "Force links to open in the top frame")
- Scroll to the bottom and click "Save"
- At the top, go to the "Permissions" tab
- Make sure all of the toggles are on, and you're done
Nothing here yet...
🔴
= Not started 🟡
= In development 🟢
= Implemented
Commit icon guide:
⬆️
= Uploaded a file🎉
= Major update🐛
= Bug fix🚧
= Test update🏷️
= Text/label edit🗑️
= File removed
- Fork the repository
- Make changes in the fork
- Create a pull request
- Your pull request will be reviewed