git404hub

what is yuni-tab fr?

ziyangcheng001-hue/yuni-tab — explained in plain English

Analysis updated 2026-05-18

19HTMLAudience · generalComplexity · 1/5LicenseSetup · easy

tl;dr

A browser extension that turns your new tab page into a glowing, liquid-glass styled Bing search page with video wallpapers.

vibe map

mindmap
  root((YuNi-tab))
    What it does
      Custom new tab page
      Bing search suggestions
      Video wallpapers
    Tech stack
      HTML
      JavaScript
      Manifest V3
    Use cases
      Personalize browser
      Wallpaper library
      Quick Bing search
    Audience
      Browser users
      Extension tinkerers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Replace a browser's default new tab page with a custom animated search screen.

VIBE 2

Store and rotate a personal library of video wallpapers as your browser background.

VIBE 3

Get live Bing search suggestions directly from the new tab page.

VIBE 4

Customize which visual effects, like glow or glass, appear on the search box.

what's the stack?

HTMLJavaScriptIndexedDBManifest V3Service Worker

how it stacks up fr

ziyangcheng001-hue/yuni-tababduznik/portfolio-dumperadcbueno/flashcards
Stars191919
LanguageHTMLHTMLHTML
Setup difficultyeasyeasyeasy
Complexity1/52/51/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Load as an unpacked extension after enabling developer mode in the browser.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, though the author asks it only be used for learning and technical exchange.

in plain english

YuNi-tab is a browser extension that replaces the new tab page in Edge or Chrome with a custom styled search page. Its main feature is a search box designed to look like frosted, liquid glass, using a color-splitting visual filter, and it is surrounded by a rotating glowing border made of layered gradients that brightens when you hover over or focus on the search box. Typing in the box searches Bing directly, and as you type, it shows live search suggestions pulled from Bing through a background service worker that helps avoid browser cross-origin restrictions. The extension also supports video wallpapers in mp4 or webm format. It stores a library of these wallpapers locally in the browser using IndexedDB and automatically generates thumbnail previews for each one. A settings panel, opened from a gear icon in the corner, lets you turn the glass effect, glowing border, background, and other options on or off individually. There is also an idle hide feature: after a set number of seconds without activity, the search box fades out and reappears as soon as you move your mouse. To install it, you download the extension's zip file, open the extensions page in Edge or Chrome, turn on developer mode, and load the unpacked extension folder. It works on any Chromium based browser using the Manifest V3 extension format. The project's files include the extension's manifest, the new tab page's HTML and styling, the JavaScript handling search suggestions and settings, and the background service worker that proxies Bing requests. The project is released under the MIT license, meaning it can be freely modified or redistributed as long as the original author's copyright notice is kept. The README asks that it only be used for technical exchange and open-source learning, not for commercial or unlawful purposes, and includes optional donation addresses for supporting future development.

prompts (copy fr)

prompt 1
Explain how to install YuNi-tab as an unpacked extension in Chrome or Edge.
prompt 2
How does the service worker proxy Bing search suggestions to avoid CORS issues?
prompt 3
Walk me through how the video wallpaper library is stored using IndexedDB.
prompt 4
What would I change to add a new visual effect option to the settings panel?
prompt 5
Summarize the files in this extension and what each one is responsible for.

Frequently asked questions

what is yuni-tab fr?

A browser extension that turns your new tab page into a glowing, liquid-glass styled Bing search page with video wallpapers.

What language is yuni-tab written in?

Mainly HTML. The stack also includes HTML, JavaScript, IndexedDB.

What license does yuni-tab use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, though the author asks it only be used for learning and technical exchange.

How hard is yuni-tab to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is yuni-tab for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.