It's my new tab page, but it isn't held together with duct tape!
You can customize most settings by right clicking them. Some features may require you to edit JSON, but I'm going to fix that soon.
- Pretty interface
- Customizable everything! (backgrounds, icons, themes)
- Dark theme!
- Backgrounds support (gradients, images, top posts of subreddits, most recent posts of tumblr blogs)
- Backgrounds credit (author and link to page)
- Nice selection of default images.
- Search bar with date
Custom CSS- Background Wizard (make new JSON Background objects)
More polish, maybe animations?- More empty space in the ignore.js file. Ignore the ignore.js file. There's nothing in it. (Will add items, fix map 2, remove existential crisis)
Migrate NewerTab CSS to SCSS, for easier maintaining.
- Dark Reader completely breaks page. Disable for my github.io site anyway, it already has a dark theme.
:root input#searchbox {
padding: .5rem 1rem;
border-radius: 1rem;
}
:root input#searchbox:focus,
:root input#searchbox.contextopen {
color: var(--text-color);
background-color: transparent;
--highlight-foreground-color: var(--alt-color);
--highlight-background-color: var(--text-color);
}
:root input#searchbox {
border: 1px solid transparent;
}
:root input#searchbox:focus,
:root input#searchbox.contextopen {
border-color: var(--text-color);
}
:root {
--border-radius: 0;
}
html:root {
--border-radius: 50%;
}
Please don't actually use this last one.
- Me for the HTML, CSS, and Javascript
- That one frosted glass tutorial and the Codepen of one person who did it
- Pexels and Unsplash for the default backgrounds, specifically...
- new/1.jpg by Joey Kyber, via Pexels.
- new/2.jpg by Nodar Chernishev, via Snapwire, via Pexels.
- new/3.jpg by Karol D., via Pexels.
- new/4.jpg by Tobias-Steinert, via Pixabay, via Pexels.
- newer/1.jpg by John Towner, via Unsplash.
- newer/2.jpg by Alexander Slattery, via Unsplash.
- newer/3.jpg by Marcelo Quinan, via Unsplash.
- newer/4.jpg by Sophie Dale, via Unsplash.
- Previous newer/4.jpg by Bryan Minear, via Unsplash
- Previous previous newer/4.jpg by Andre Benz, via Unsplash.
- Reddit for the amazing API. I am not associated with Reddit.
- Tumblr for the awesome API. I am not associated with Tumblr.