A lightweight Firefox extension that detects whether text/content is related to sports, live matches, trending media, or tech topics using keyword + fuzzy matching.
This extension analyzes text and returns:
- true β distraction content (sports, matches, trends, tech, etc.)
- false β normal content
- man utd vs liverpool
- live cricket score
- real mdrid highlights
- react deployment error
- virat kohli reels
Even supports typos:
- socer live
- uefa chapions league
- Large keyword database (sports, clubs, players, tech, media)
- Team alias resolution (mi β mumbai indians)
- VS match detection (A vs B)
- Fuzzy matching for spelling mistakes
- Normalized text processing
- Fully offline (no API calls)
- Open Firefox
- Go to: about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select your manifest.json
- Normalizes text (lowercase, cleaned)
- Detects "vs" patterns
- Resolves aliases (mi β mumbai indians)
- Matches keyword database
- Uses fuzzy matching for typos
- Returns true/false
A simple offline detection engine to identify sports, tech, and trending content inside webpages and help build focus-based Firefox tools.