/RealTwit

A extension that shows who is truly verified on Twitter (legacy verification) and who paid (Twitter blue)

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Discord License

RealTwit - See who's really verified on Twitter

Get RealTwit on Chrome


Verified     Paid

Twitter has removed blue checkmarks from legacy verified accounts on April 20th, 2023, leading to confusion and misinformation on the platform. Now only people that are paying 8$/month are verified.

RealTwit displays the actual verification badges of notable individuals and organizations, ensuring clarity and transparency for users. This was accomplished by using a backup of legacy verified users. It also highlights users who have paid for verification through Twitter Blue with a different icon, making it easy to differentiate between verified accounts and those who have paid for verification.

It is important to maintain the integrity of Twitter's verification system and hope that the extension will aid with that.

Built with

  • React 18
  • Typescript
  • Webpack 5 (esbuild-loader)
  • Eslint
  • Prettier
  • Semantic-Release
  • Custom Messaging & Storage wrappers

Getting Started

  1. Clone this repo
  2. Run npm install
  3. Run npm start to start the development server
  4. Run npm run build to build the extension for production
  5. Run npm run release to release a new version of the extension in CI (either preview or production)