Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
/ 2Bar Public archive

An experimental project that exploits an SVG filter rendering behavior in Chromium-based browsers to visually duplicate the bookmark toolbar using CSS.

License

Notifications You must be signed in to change notification settings

JustDeveloper1/2Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2Bar (DoubleBar)

An experimental project that exploits an SVG filter rendering behavior in Chromium-based browsers to visually duplicate the bookmark toolbar using CSS. Uses JavaScript for initialization and customization.

Installation and usage

HTML

<script src="https://unpkg.com/2bar"></script>

JavaScript

window['2Bar'].spawn();

spawn(options?: {id?: string, class1?: string, class2?: string}): void

Copyright (c) 2026 JustDeveloper

Minified Build

For .min.js, I use UglifyJS by Mihai Bazon.

npm i -D uglify-js
uglifyjs index.js -c -m -o index.min.js

About

An experimental project that exploits an SVG filter rendering behavior in Chromium-based browsers to visually duplicate the bookmark toolbar using CSS.

Topics

Resources

License

Stars

Watchers

Forks