Skip to content

davetist/tba

 
 

Repository files navigation

Milady Shrinkifier

protecting your timeline from the egregore since 2026

hero

Why

Some people find that a significant percentage of their timeline consists of accounts using aesthetically identical chibi avatars posting aesthetically identical content. This extension addresses that.

How It Works

A bundled ONNX classifier scans avatars as you scroll. When it spots a match, you pick what happens:

  • Hide — collapsed behind a click-to-reveal row.
  • Fade — visible but at half opacity.
  • Debug — borders and confidence scores on every post.
  • Off — does nothing.

The popup tracks session stats (posts scanned, match rate, last sighting), keeps a list of detected accounts you can exempt individually, and collects avatar data you can export for offline labeling.

Everything runs locally. No server calls, no telemetry, nothing leaves your browser unless you explicitly export it.

Install

There is no Chrome Web Store release. Install from GitHub Releases instead:

  1. Download the latest milady-shrinkifier-vX.Y.Z-unpacked.zip from Releases.
  2. Unzip it somewhere permanent on disk.
  3. Open chrome://extensions.
  4. Enable Developer mode.
  5. Click Load unpacked.
  6. Select the unzipped folder.

Notes

  • Development, debugging, and training workflow commands live in DEVELOPMENT.md.
  • Runtime model artifacts live in public/models/ and public/generated/.
  • Training runs, labels, downloaded avatars, and dataset manifests live under ignored cache/.
  • The review app supports both individual labeling and 9-up batch labeling.
  • The extension runtime is ONNX-only.

About

protecting your timeline from the egregore since 2026

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 49.2%
  • TypeScript 44.5%
  • JavaScript 3.7%
  • CSS 2.1%
  • Other 0.5%