Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstuven/opentweetfilter
A browser extension/add-on to filter tweets. Currently, supporting Google Chrome.and Mozilla Firefox (15+)
https://github.com/rstuven/opentweetfilter
chrome chrome-extension extension filter filter-tweets firefox firefox-addon firefox-extension safari safari-extension twitter
Last synced: about 2 months ago
JSON representation
A browser extension/add-on to filter tweets. Currently, supporting Google Chrome.and Mozilla Firefox (15+)
- Host: GitHub
- URL: https://github.com/rstuven/opentweetfilter
- Owner: rstuven
- Created: 2012-01-02T22:23:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T01:56:15.000Z (over 7 years ago)
- Last Synced: 2024-04-10T20:18:59.562Z (10 months ago)
- Topics: chrome, chrome-extension, extension, filter, filter-tweets, firefox, firefox-addon, firefox-extension, safari, safari-extension, twitter
- Language: JavaScript
- Homepage:
- Size: 2 MB
- Stars: 46
- Watchers: 10
- Forks: 16
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](https://github.com/rstuven/OpenTweetFilter/raw/master/assets/tile.440x280.png)
# Open Tweet Filter
The open source browser extension to filter tweets.
If you have a lot of tweets filling your timeline about certain topic or person you are not interested in, this extension is for you.
Or, as a user put it in a review, "Ahhhh, I no longer have to see intelligent people talk the same hive-minded shite about TV programs". :-)## Features:
- Filter out tweets by their contents or by their authors/retweeters.
- Filter out tweets using regular expressions (for example, match all words starting with "auto" using: /\Wauto/)
- Save your filters using bookmarklets.## Usage
1. Install the official release from [Chrome Web Store](https://chrome.google.com/webstore/detail/bdmjagdcpkfpebaaffpafncgkleijako) or [the latest version for Firefox or Safari from here](https://github.com/rstuven/OpenTweetFilter/tree/packages).
1. Refresh you *twitter.com* page.
1. Select the **Filters** option [in the gear icon drop down menu (just below "Lists" option)](http://goo.gl/iZCX8).
1. Enter terms separated by commas in the first field.
1. Enter user names separated by commas in the second field.
1. Toggle **Including** / **Excluding** button before each field.
1. Toggle **Show report of filtered tweets** checkbox.
1. Toggle **Enable** / **Disable** button in the dialog footer.
1. Save the configuration as a bookmarklet. Just drag the **OpenTweetFilter Settings** box and drop it to the bookmarks bar, then you can rename it to describe the filters. You can create as many bookmarklets as you want.
1. Press **Clear** to reset all fields.Feel free to experiment with the effect of all these settings.
The tweets are not deleted but just hidden,
so you can get them back any time by disabling the filter or changing the criteria.*NOTE:* We respect your privacy, so no data is sent to any server.
Your filters are processed in your computer and stored in your browser local storage
(so **please, use the bookmarklet feature or keep a copy of your filters in a safe place**).To suggest a feature, report a bug, or general discussion:
http://github.com/rstuven/OpenTweetFilter/issues/## Development
1. Clone the repository
1. Install Node.js
1. Install dependencies
npm install
1. Make some changes.
1. Build the extension:
npm build
1. Builds can be slow. If you plan to make more changes, prefer:
npm run watch
### Chrome
1. Go to chrome://extensions/, activate **Developer mode**, then **Load unpacked extension** and select the **build** directory.
1. Disable the version installed from Chrome Web Store, if applies.
1. After every build, go to chrome://extensions/ and **Reload (Ctrl+R)** and refresh Twitter site.
## Acknowledgements
**Open Tweet Filter** logo by [@StoicYoic](https://twitter.com/StoicYoic) using *Twitter Bird* by [~freakyframes](http://freakyframes.deviantart.com/art/Twitter-Bird-127757230) and *Funnel Icon* by [IconEden](http://www.veryicon.com/icons/system/fresh-addon/funnel.html).
## License
Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/)
Copyright 2012 [Ricardo Stuven](mailto:[email protected])