Skip to content

wil2106/twitter-super-advanced-search-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Super Advanced Search Chrome Extension

ssstwitter.com_1678296726577.mp4

Chrome extension to replace twitter search bar with a discord inspired search bar. Made with React, Typescript and Tailwindcss. Tested on Chrome Version 108.0.5359.71 (x86_64) and Twitter version from 2022-11-30. Only available in dark mode and English.

Filters available:

  • have_every: words separated by space (can only be use once in query)
  • have_exactly: words separated by space (can only be use once in query)
  • have_either: words separated by space (can only be use once in query)
  • have_none: words separated by space (can only be use once in query)
  • #: words separated by space (can only be use once in query)
  • lang: language code (can only be use once in query)
  • from: user id (can be used multiple times in query)
  • reply_to: user id (can be used multiple times in query)
  • mentions: user id (can be used multiple times in query)
  • replies: 'with' or 'only' or 'none' (can only be use once in query)
  • links: 'with' or 'only' or 'none' (can only be use once in query)
  • people: 'followed' or 'anyone' (can only be use once in query)
  • location: 'near' or 'anywhere' (can only be use once in query)
  • min_replies: number (can only be use once in query)
  • min_likes: number (can only be use once in query)
  • min_rt: number (can only be use once in query)
  • since: date with format yyyy-mm-dd (can only be use once in query)
  • until: date with format yyyy-mm-dd (can only be use once in query)

Steps to run

  • install dependencies:
cd react-chrome-app
yarn
  • build chrome extension:
cd react-chrome-app
yarn build
  • Go to chrome://extensions/ and [Load unpacked] generated "extension" folder
  • Reload Twitter
  • Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published