Miniflux automatically refresh feeds

Automatically refreshes Miniflux feeds

Verzia zo dňa 16.07.2024. Pozri najnovšiu verziu.

Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.

  • v21 27.10.2024

    Fixing console.log messages.

  • v20 23.09.2024

    No functionality changes, just updating documentation.

  • v19 25.07.2024

    Adding a toast notification when a feed refresh is completed.

  • v18 23.07.2024

    Adding a per-feed rate limit double-check before refreshing to avoid duplicate refreshes in case of navigating away from the page, refreshing the page, or using another device at the same time.

  • v17 22.07.2024

    Adding more space for toast at the bottom of the page, and making toasts work on more pages.

  • v16 18.07.2024

    Simplifying some date code.

  • v14 17.07.2024

    Adding a better method of showing a toast at the bottom of the page when refreshing a feed.

  • v13 17.07.2024

    Adding a brief message at the bottom of the page as each feed is fetched.

  • v12 16.07.2024

    Fixing syntax error.

  • v11 16.07.2024

    Storing the user-provided API key in localStorage so it's kept when the script is upgraded.

  • v10 16.07.2024

    Refreshing feeds 1 by 1 every 15 seconds instead of all at once to reduce slamming servers with too many requests. Also triggering refreshes in order from earliest to most recently checked.

  • v9 12.07.2024

    Removing @grant, adding @run-at which is needed for Firefox.

  • v8 12.07.2024

    Fixing syntax error in version 7, and making feeds refresh every 12 hours instead of 24.

  • v7 09.07.2024

    Updating this to only check feeds once per day so feeds with rate limits aren't slammed with requests.

  • v6 09.06.2023

    Adding run-at and triggering on DOMContentLoaded.

  • v5 26.04.2023

    Fixing localStorage code so it refreshes properly.

  • v4 26.04.2023

    Made default interval 10 minutes.

  • v3 26.04.2023

    Now stores the last refresh in localStorage and uses that instead of hitting the API on every page load.

  • v2 23.04.2023

    Changing default refresh interval from 5 minutes to 10 minutes.

  • v1 21.04.2023