kheina-com / Blue-Blocker

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

Nft removal #237

Closed rougetimelord closed 5 months ago

rougetimelord commented 5 months ago

See #228 for reasoning.

Changelog

Deployment Checklist

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

it looks like there are some other unrelated changes in here as well? Are they just formatting, or are any of them functional changes?

rougetimelord commented 5 months ago

it looks like there are some other unrelated changes in here as well? Are they just formatting, or are any of them functional changes?

Those changes are from running prettier, shouldn't be any functional changes

cooljeanius commented 5 months ago

it looks like there are some other unrelated changes in here as well? Are they just formatting, or are any of them functional changes?

Those changes are from running prettier, shouldn't be any functional changes

OK, LGTM then (but I'll wait a day or so to give anyone else a chance to object)