For manual in Indonesian, click here
A custom new tab page with Madoka Higuchi image in it, and a simple to do list using JavaScript localStorage, so you won't lose your to do list if you closed the browser or turned off the device. Don't worry, there is a search bar to browse the web via Google's search engine.
✨Demo✨
Download
How To Install?
- There are still some bug for the localStorage that is used for the functionality of the to do list. But this won't occur frequently.
- I haven't made this page responsive, so currently this web is only addressed for PC/laptop browsers.
- Apr 24, 2022:
- Fixing search bar focus effect
- Added changlog
- I made Madoka become a little harsh using the word dumb, idiot, etc.
- Changed the main picture
- Apr 21, 2022:
- Init upload
- The app is released 🎉🎉
First, download this repository as a zip (you can use the download link above), and then extract it.
Because most of the browser doesn't allow you to make your custom new tab page, you should download an extension for your browser (see the list below).
Chrome | Custom New Tab URL |
---|---|
Opera | Homepage in New Tab |
I've only tested for Chrome and Opera (GX), therefore I only have 2 extension recommendations, but maybe there will be future testing in some browser like Edge, Firefox, etc.
After you installed the extension for your browser, open the setting page of the extension, and there will be an input for your custom URL. Usually you can type as below:
file:\\\path-to-extracted-zip\Madoka-Higuchi-Custom-Tab-main\index.html
Note: The file location depends on where you downloaded the zip and extracted it.
If you're using Chrome, your new tab page is ready to go, you can press the new tab button or use Ctrl+T
.
If you're using Opera, you need some configuration to do, because you can't use your custom page as a new page uf you press the plus button. Using Ctrl+T
also won't work, but we can configure the shortcuts. Here are the steps:
- Open Opera settings and search for configure shortcuts. Or go to
opera://settings/keyboardShortcuts
- In the shortcuts page look for the
New Tab
shortcut, you can either delete the shortcut by hovering on it and press the "x" symbol, or you can change the shortcut, for me I choosedCtrl+Q
for the new shortcut. - Still in the configure shortcuts page, scroll all the way to the bottom, you'll see lists of extensions with their own extensions, unless you changed them, the default is no shortcut for each extensions. So what you need to do is look for the extension "Homepage in New Tab", and set its shortcut to
Ctrl+T
.
Now you should be able to open your custom new tab page by using the shortcut Ctrl+T
.
- Open your code editor, if you don't have one you can use Notepad which most of the computers already have by default.
- On the top left of the code editor window, press "File" and then press "Open", or just use
Ctrl+O
. - After that look for where you stored the extracted zip, open the folder and select
index.html
, make sure you changed from "Text Documents (*.txt)" to "All Files" on the bottom right of the Open File window, so the files in the folder is visible. - After you opened
index.html
, search for "your-name" by usingCtrl+F
, and then replace "your-name" with your preferred name.
Now you should have your own customized name in the page.
Enjoy!