Changelog v3.1:
- [added] Chrome theme-color meta tag
- [added]
package.sh
for extensions - [improved] input box style
- [improved] light instead of dark in CSS
- [fixed] font issues for greetings
- [fixed] removed useless metadata
- [fixed] gap between image and links
- [fixed] font issues
- [fixed] write
/
in input box after focused
-
For Firefox use "Custom New Tab Page"
-
For Chrome use "Custom New Tab"
-
Or you can load the index.html as an extension beta
see metadata.json for details
- If you are on Firefox:
⇩ Download the zip from here
- go to
about:debugging
- then on
this firefox
load temporary add-on
- locate the
index.html
file and open it
- go to
- If you are on Chrome (or other Chromium browsers):
- go to
chrome://extensions
- enable developer mode
- drag here the folder
if you are on Linux/macOS you can run the
package.sh
file
- go to
- If you are on Firefox:
-
On the new tab: use one of the extensions mentioned
-
On the home page:
-
Firefox: Go into
Preferences > Home > Homepage and new windows
or editing the
prefs.js
file67 | user_pref("browser.startup.homepage", "/path/to/index.html")
to open the file, go into
about:profiles
, and open your profile directory- Chrome: Go into
Options > Start > Homepage
- Chrome: Go into
-
<div class="column">
<p>SECTION TITLE</p>
<a class="link" href="WEBSITE LINK">WEBSITE NAME</a>
<!-- To make a link opening in a new tab, add 'target="_BLANK"' inside the link tag: -->
<a target="_BLANK"></a>
</div>
<div>: column container
├── <p>: section title
│ ├── <a>: bookmark
│ └── <a>: bookmark
└── <p>: section title
├── <a>: bookmark
└── <a>: bookmark
</div>
Key | Function |
---|---|
ctrl + m |
Mode - switch between light and dark mode |
/ |
Search - focus the search box |