kheina-com / Blue-Blocker

Blocks all Twitter Blue verified users on twitter.com
Mozilla Public License 2.0
326 stars 29 forks source link

feat: add OldTwitter support #239

Closed MeguminSama closed 4 months ago

MeguminSama commented 4 months ago

This PR adds support for OldTwitter, and resolves #185

Support for this was added in https://github.com/dimdenGD/OldTwitter/pull/703 (auth fix in https://github.com/dimdenGD/OldTwitter/pull/704)

Changelog

Deployment Checklist

  1. [ ] merge all pull requests to llb
  2. [ ] ensure src/manifest.ts and package.json have the correct version number
  3. [x] use makefile to generate zips (make chrome, make firefox)
    • [ ] chrome should be tested with npm run build
    • [ ] test firefox locally using zip
  4. [ ] merge llb to main
  5. [ ] upload zips from 3 to chrome webstore and firefox addons
MeguminSama commented 4 months ago

LGTM; I'm assuming you tested?

Yup! Haven't run into any issues so far :)

MeguminSama commented 4 months ago

The entire storage.sync section was unnecessary so I've removed it.

edit: would be nice if github loaded all of your comments. WIll move the code now.