EasyStart
A beautiful, configurable startpage for any browser.
Install / Use
/learn @nico-628/EasyStartREADME
EasyStart
Easy Start is elegant and an easy to configure startpage for any browser. <br>
There can be as many icons and linkboards be added as wished. Also the background image changes each time the site loads.
Usage
Links and icons
All links below can the date can be easily exchanged in the config.js file: <br>
const ICONS = [
{
icon: "ri-youtube-fill",
link: "https://www.youtube.com/"
},
...
]
const LinkBoards = [
{
name: "",
icon: "ri-cup-line",
links: [
{
name: "heise",
link: "https://www.heise.de/"
},
...
]
},
...
]
The icons can be found on here.
Images
The background images themself can also be changed as long as their name is in ascending order. Only the maximum number of images needs to be set in the styles.css file. There it is also possible to only choose one background image:
:root {
--fgColor: #ffffff; /* foreground color */
--bgColor: #212121; /* background color */
--linkColor: lightgrey;
--font: "Roboto"; /* custom font */
--leftMargin: 10%;
--LinkBoardContainersPerRow: 3;
--numberOfBackgroundImages: 11;
--idxForFixedBackgroundImage: -1; /* if not -1, Background Image will be fixed to certain index */
}
Inspired By
MinTab <br><br>
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
