Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Automatically refreshes FreshRSS page once in a minute when there is no activity detected.
- Host: GitHub
- URL: https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension
- Owner: Eisa01
- License: mit
- Created: 2017-07-31T05:32:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T22:27:37.000Z (6 months ago)
- Last Synced: 2024-07-27T04:34:47.503Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 49
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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