git404hub

what is tabulabili fr?

wangdaodaodao/tabulabili — explained in plain English

Analysis updated 2026-05-18

65HTMLAudience · generalComplexity · 1/5LicenseSetup · easy

tl;dr

A Chrome extension for Bilibili that hides your personalized homepage algorithm while keeping your login benefits active.

vibe map

mindmap
  root((repo))
    What it does
      Chrome extension
      Hides personalized feed
      Keeps login benefits
    Tech stack
      JavaScript
      Chrome Extension
      declarativeNetRequest
    Use cases
      Anonymous trending homepage
      Keep 1080P and comments
      Toggle mode in popup
    Audience
      Bilibili users

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

Get Bilibili's anonymous trending homepage without logging out

VIBE 2

Keep 1080P video quality and comments while avoiding a personalized feed

VIBE 3

Toggle the anonymous homepage mode on and off from a popup panel

what's the stack?

JavaScriptChrome ExtensiondeclarativeNetRequest

how it stacks up fr

wangdaodaodao/tabulabilinavigatoruncouple/neverlose-cs2-by-nightcore-teamassyoucandy/telemt-server-guide
Stars656467
LanguageHTMLHTMLHTML
Setup difficultyeasyeasymoderate
Complexity1/51/53/5
Audiencegeneralgeneralops devops

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

how do i run it?

Difficulty · easy time til it works · 5min

README is in Chinese, not published to the Chrome Web Store.

in plain english

TabulaBili is a Chrome browser extension for Bilibili, a major Chinese video platform. It targets a specific frustration: when you browse Bilibili without logging in, the platform's algorithm cannot track your history, so the homepage shows a broad mix of popular videos. But the video quality is capped at 720P and the site nags you to log in. When you do log in, you get 1080P video and access to comments and likes, but the algorithm quickly builds a profile of your viewing habits and progressively narrows what it shows you. TabulaBili tries to give you the best of both situations. You stay logged in so your account benefits remain active, but the extension intercepts the specific API calls Bilibili makes to fetch personalized homepage recommendations. It strips your session cookies from just those requests before they reach Bilibili's servers. Without cookies, the server treats each homepage load as a request from an anonymous new visitor and returns its default trending content instead of a personalized feed. Your login session is left untouched for everything else, so watch history, likes, comments, and video quality work normally. The interception is done at the network layer using a Chrome extension mechanism called declarativeNetRequest, which lets extensions define rules about which headers to modify or remove on specific requests. The README notes this approach is lighter and more stable than injecting JavaScript into the page, and it runs with no persistent background process. The extension has a small popup panel with a toggle to switch the mode on and off. When you flip the toggle while on a Bilibili page it automatically reloads the page so the change takes effect immediately. Dark mode is supported. The extension is MIT-licensed. The README is written in Chinese. The author notes there are no plans to publish it to the Chrome Web Store.

prompts (copy fr)

prompt 1
Help me install TabulaBili and explain what it changes on Bilibili
prompt 2
Explain how declarativeNetRequest is used to strip cookies from specific requests
prompt 3
What stays the same and what changes when I turn TabulaBili on

Frequently asked questions

what is tabulabili fr?

A Chrome extension for Bilibili that hides your personalized homepage algorithm while keeping your login benefits active.

What language is tabulabili written in?

Mainly HTML. The stack also includes JavaScript, Chrome Extension, declarativeNetRequest.

How hard is tabulabili to set up?

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

Who is tabulabili for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.