gsajith / blue-check-hider

A Chrome extension which detects blue-check Twitter users and hides their posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blue Check Hider

Icon

Blue Check Hider is a Chrome extension which hides any posts made by people with a verified blue Checkmark on twitter.com.


Development

  • Clone the repo.
  • Install dependencies with yarn install.
  • Set up ESLint npm init @eslint/config
  • Create a build folder with yarn run build (once) or yarn run watch (continuous build).
  • Follow the instructions to load an unpacked Chrome Extension, and load the build folder generated in the previous step

Progress

Done

  • Scan DOM for blue checks
  • Send list of blue checks to Popup via message
  • Store both blue checks on current page, and all detected blue checks

To do

  • Set up backend DB
  • Button to send data to backend DB
  • Button to block the list

Reference

About

A Chrome extension which detects blue-check Twitter users and hides their posts.


Languages

Language:TypeScript 90.6%Language:JavaScript 4.8%Language:HTML 3.0%Language:CSS 1.7%