A dark Aura-style dithered new tab page for Helium
See the codeTurn any photo into a dark, gently moving new-tab background. Fine-grained dithering preserves the image underneath, slow light fields keep it from feeling static, and a shifting dissolve blends it into black so the clock and search stay easy to read.

Download this repository from Code → Download ZIP, then extract it somewhere you plan to keep it. Cloning the repository works too.
In Helium, open helium://flags/#custom-ntp.
Enable Custom New Tab Page.
Set its value to the full file URL for this project's index.html.
On macOS, it will look something like:
file:///Users/you/Hacks/custom-helium-start/index.html
Open helium://settings/onStartup and choose Open the New Tab page.
Open a new tab and enjoy.
Click the palette button in the lower-right corner to choose a wallpaper. The page resizes and saves it locally, so nothing is uploaded. You can return to a plain dark background at any time.
Choose a folder to replace the built-in rotation with all supported images in that folder. They are resized and stored locally in the browser, so the rotation continues across new tabs without retaining access to the original folder.
The default wallpaper pool is listed in config.js. Add images to the project
and list their relative paths there to include them in the rotation. One is
selected at random for each new tab unless a custom image or the dark background
has been selected. The faint arrow in the lower-right cycles through the full
pool in a new random order without repeats.
Want different quick links? Edit the links in index.html. The search box uses
Google by default; change SEARCH_URL in app.js to use another search engine.
The page makes no background network requests. It only connects to the internet when you submit a search or open one of the shortcut links.
This is an unofficial fork of
mlemlabs/custom-helium-start,
rebuilt around a lightweight WebGL2 dither effect. It is not affiliated with
Helium or Imput.
The original start page is MIT-licensed. The shader is a standalone browser port
of open-source work from Aura and Paper Shaders. See
THIRD_PARTY_NOTICES.md and licenses/ for complete
provenance and license texts.
JavaScript
68.6%
CSS
20.3%
HTML
11.1%
A dark Aura-style dithered new tab page for Helium
See the codeTurn any photo into a dark, gently moving new-tab background. Fine-grained dithering preserves the image underneath, slow light fields keep it from feeling static, and a shifting dissolve blends it into black so the clock and search stay easy to read.

Download this repository from Code → Download ZIP, then extract it somewhere you plan to keep it. Cloning the repository works too.
In Helium, open helium://flags/#custom-ntp.
Enable Custom New Tab Page.
Set its value to the full file URL for this project's index.html.
On macOS, it will look something like:
file:///Users/you/Hacks/custom-helium-start/index.html
Open helium://settings/onStartup and choose Open the New Tab page.
Open a new tab and enjoy.
Click the palette button in the lower-right corner to choose a wallpaper. The page resizes and saves it locally, so nothing is uploaded. You can return to a plain dark background at any time.
Choose a folder to replace the built-in rotation with all supported images in that folder. They are resized and stored locally in the browser, so the rotation continues across new tabs without retaining access to the original folder.
The default wallpaper pool is listed in config.js. Add images to the project
and list their relative paths there to include them in the rotation. One is
selected at random for each new tab unless a custom image or the dark background
has been selected. The faint arrow in the lower-right cycles through the full
pool in a new random order without repeats.
Want different quick links? Edit the links in index.html. The search box uses
Google by default; change SEARCH_URL in app.js to use another search engine.
The page makes no background network requests. It only connects to the internet when you submit a search or open one of the shortcut links.
This is an unofficial fork of
mlemlabs/custom-helium-start,
rebuilt around a lightweight WebGL2 dither effect. It is not affiliated with
Helium or Imput.
The original start page is MIT-licensed. The shader is a standalone browser port
of open-source work from Aura and Paper Shaders. See
THIRD_PARTY_NOTICES.md and licenses/ for complete
provenance and license texts.
JavaScript
68.6%
CSS
20.3%
HTML
11.1%