Vibeleaderboard
Index / tool
Visit github.com
Category
Productivity
Rank
Pricing
Open Source
Type
TOOL
Interfaces
Browser Extension
Builder
@levelsio
GitHub
552 stars
Date

About

An open-source Chrome extension that replaces 12+ separate extensions with one privacy-respecting package. Includes features like tab management, cookie editing, dark mode, GDPR banner dismissal, music recognition, and more.

What it does

SuperLevels puts browser housekeeping, page inspection, visual overrides, and distraction controls behind one toolbar popup. Its background logic tracks tab activity and redirects, while page scripts alter selected sites, format JSON responses, manage cookies, and apply saved per-domain settings.

Why it's ranked here

The breadth is genuinely useful, and the source exposes enough mechanism for users to audit or customize it. The verdict is mixed because several features depend on changing page structure, broad CSS selectors, or simulated clicks. Installation also requires Chrome developer mode rather than a documented store package.

What's good

The tab cleaner protects active tabs, pinned tabs, excluded hosts, and each window’s final tab. Dark mode remembers site choices and avoids pages detected as already dark. The JSON formatter validates content before replacing the page, while the image helper rejects non-HTTP links. Most preferences remain in local extension storage.

Tradeoffs

Site-specific tools rely on selectors and internal page structure that Google, YouTube, or X can change. Dark mode uses whole-page color inversion, so complex media and embedded content may still need exceptions. The consent dismisser may click acceptance controls, which removes interruptions but does not minimize consent. Music recognition sends captured audio to ACRCloud when requested.

How to use it well

It suits Chrome users who want one inspectable toolbox for browsing cleanup, web debugging, and focused media use. Load it unpacked, audit the permissions and source, then enable features selectively per site. Keep dedicated developer tools for deeper network analysis or application debugging, and use a consent manager when privacy choices matter beyond hiding banners.

Technical notes+

background.js keeps tab activity and redirect chains in memory, schedules cleanup with Chrome alarms, and guards active, pinned, excluded, and last-in-window tabs. popup.js drives the toolbar UI, cookie operations, settings, and local persistence. darkmode.js injects inversion CSS and records native-dark detection per host. nocookie.js combines broad hiding rules with delayed clicks on consent controls. xdim.js uses injected theme variables, MutationObserver scanning, and requestAnimationFrame batching. gmaps.js, viewimage.js, unhook.js, xunhook.js, and xreply.js depend on third-party DOM structure. jsonformat.js validates JSON, replaces the body, and builds collapsible markup. livecss.js applies stored CSS by hostname.

Observed

License
MIT License.
Implementation
The supplied source is plain JavaScript with an HTML and CSS popup interface.
Install surface
Downloaded or cloned source is loaded through Chrome developer mode as an unpacked extension.
Platform support
Chrome extension APIs and Chrome installation instructions are documented.
Interface
Toolbar popup, background service logic, and page-injected content scripts.
Persistence
Settings and histories use Chrome local extension storage.

Read from README.md, xdim.js, gmaps.js, popup.js, unhook.js, xreply.js, livecss.js, xunhook.js, darkmode.js, nocookie.js, viewimage.js, background.js, jsonformat.js, LICENSE, popup.html.

What it can do

  • Manage browser tabs

    Open browser tabs → Organized, controlled, or modified tab states

  • Edit website cookies

    Browser cookies from websites → Modified or deleted cookie values

  • Apply dark mode to websites

    Website pages → Dark-themed version of web pages

  • Dismiss GDPR consent banners

    Website GDPR/cookie consent popups → Automatically closed banner notifications

  • Recognize music from audio

    Audio/music playing in browser → Song title, artist, and track information

Tags

chrome-extensionprivacyproductivityopen-sourcebrowser-toolssecurity

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.