https://github.com/freaktechnik/auto-mark-as-read
A Jetpack based Firefox extension, which marks articels you read in a tab as read in your feedly account
https://github.com/freaktechnik/auto-mark-as-read
Last synced: over 1 year ago
JSON representation
A Jetpack based Firefox extension, which marks articels you read in a tab as read in your feedly account
- Host: GitHub
- URL: https://github.com/freaktechnik/auto-mark-as-read
- Owner: freaktechnik
- Created: 2013-09-21T17:03:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T00:16:51.000Z (over 9 years ago)
- Last Synced: 2025-02-14T20:46:55.153Z (over 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Mark as Read
[](https://greenkeeper.io/)
## Description
A Jetpack based Firefox extension, which automatically marks articles in your feedly cloud as read, when you read them on their website.
When a page is recognized as unread article, it will be marked as read in feedly after a certain amount of time was spent on the page, or when the page has been scrolled to the bottom.
The recognition for articles supports:
* Ignoring tracking parameters for article matching
* Articles in the reader on Firefox for Android
* Resolving feedproxy.google.com redirects from Feedburner feeds
* Using canonical URLs if possible
After the article has been marked as read, a notification will be shown with an option to keep the article unread.
## License
Licensed under the [MPL-2](http://mozilla.org/MPL/2.0/) license.
## Credits
Created 2015 by Martin Giger.
URL expansion by [LongURL](http://longurl.org).
## Building instructions
This should be buildable with jpm without any further requirements.