Skip to content

Instantly share code, notes, and snippets.

@XrXr
Created March 2, 2022 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XrXr/41f4a222dcc66feeeb3a1b031ec4aac1 to your computer and use it in GitHub Desktop.
Save XrXr/41f4a222dcc66feeeb3a1b031ec4aac1 to your computer and use it in GitHub Desktop.
Chrome extension to hide trending topics on Twitter. Sometimes you don't want to look at news.
{
"name": "Twitter trendless",
"action": {},
"manifest_version": 3,
"version": "0.1",
"description": "Hide tending topics on Twitter",
"content_scripts": [
{
"matches": ["https://twitter.com/*"],
"css": ["invisible-trends.css"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment