Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension

Automatically refreshes FreshRSS page once in a minute when there is no activity detected.
https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension

Last synced: about 2 months ago
JSON representation

Automatically refreshes FreshRSS page once in a minute when there is no activity detected.

Awesome Lists containing this project

README

        

# FreshRSS Auto Refresh
Automatically refreshes FreshRSS web page once in a minute (configurable), when there is no activity detected.

# Installation
To use it, upload the *xExtension-AutoRefresh* folder into your ./extensions directory and enable it on the extension panel in FreshRSS.

# Changelog
1.4 [12/06/2021]
- Merged pull request from [@math-GH](https://github.com/math-GH) for German language, 'use-strict', and refresh to only affect view pages.

1.3 [19/03/2021]
- Merged pull request from [@aledeg](https://github.com/aledeg) to add configurable refresh rate.

1.2 [10/02/2021]
- Merged pull request from [@aledeg](https://github.com/aledeg) to remove jquery and use pure JavaScript instead.

1.1 [21/09/2018]
- Merged pull request from [@sirideain](https://github.com/sirideain) to add touch events for mobile, update to latest jQuery, fix event binding, and replace setTimeout with setInterval.

1.0 [31/07/2017]
- Initial release