Lessnoise is a web extension to filter your Twitter timeline. It also improves parts of Twitter's web UI, it does:
- hide the "Who to follow" box
- hide the trends box
- hide the sidebar footer
- hide promoted tweets
- expand URLs
You can install lessnoise via the Firefox Add-ons site: https://addons.mozilla.org/en-US/firefox/addon/lessnoise/.
In the preferences you can specify which elements ("Who to follow", trends, and sidebar footer) of Twitter's web UI are shown. By default, all elements are hidden.
Lessnoise currently provides six ways to filter out unwanted tweets:
#example
filters out all tweets tagged with "example"@example
filters out all tweets mentioning the user "example"example
filters out all tweets containing the text "example"block @example
filters out all tweets from the user "example"retweets from @example
filters out all retweets from the user "example"arabic characters
,chinese characters
andjapanese characters
filter out all tweets containing Arabic, Chinese or Japanese characters, respectively
You can add the filters manually via the filter form, or you can select a filter from the Filter menu that's available below each tweet.
- Bugfix: Fixing issue with configuration settings being ignored after page transitions. Thanks to @Osarahashi for reporting.
- Allowing configuration of which UI elements ("Who to follow", trends, sidebar footer) are visible
- Turning lessnoise into a web extension
- Removing dependency on Greasemonkey
- Adding filter to filter out tweets containing Arabic characters
- Dropping support for Chrome
- Adapting to changes on twitter.com
- Bugfix: Fixing problem with some text filters like '?' or '(example'
- Adding filter to filter out all tweets of a user
- Adding filter to filter out all retweets of a user
- Adding filter to filter out tweets containing Chinese or Japanese characters
- Support for Chrome
- Hiding filter list by default
- Showing the number of new tweets in the title if the window is not focused
- Bugfix: Fixing type error if a tweet contains a "@" followed by a number
- Showing urls mentioned in tweets in the filter menu
- Cleaning up querystring of expanded urls (i.e. removing params with keys "utm_source", "utm_content", "utm_medium", or "utm_campaign")
- Ordering filters alphabetically
- Bugfix: Filtering expanded urls
- Adding filter link to each tweet
- Adding filter functionality
- Initial release
Feel free to contact me via Twitter (@dhofstet) or by email ([email protected]) if you have any questions or feedback.
Lessnoise is licensed under the MIT license.