Miniflux automatically refresh feeds

Automatically refreshes Miniflux feeds

Mint 2024.07.18.. Lásd a legutóbbi verzió

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • v33 2025.11.16.

    Giving status and toast divs a minimum height to reduce page movement when an item is added or removed.

  • v32 2025.10.28.

    Adding "oldest feed last updated at" text.

  • v31 2025.10.28.

    Adding a "oldest feed last refreshed at" message.

  • v30 2025.10.27.

    Adding a "Page last refreshed at" toast to monitor the automatic refresh process.

  • v29 2025.10.27.

    Adding code to refresh the page every hour so this checks for updates every hour if a browser window is left open.

  • v28 2025.10.08.

    Adding an on-page way to enter your API key if it's missing.

  • v27 2025.10.07.

    Adding a count of feeds left to refresh to toasts.

  • v26 2025.10.07.

    Reverting to an anonymous async function to allow updates only every 15 seconds.

  • v25 2025.10.07.

    Removing verbose toasts, now there are just some summary toast messages.

  • v24 2025.10.01.

    Adding toast messages to the bottom of the page for feeds that were skipped because they have been refreshed recently.

  • v23 2025.09.15.

    Removing "refreshing feeds" toast, only the "missing API key" toast will appear.

  • v22 2025.09.15.

    Adding an indication at the bottom of the page whether the refresh is running or if the API key is missing.

  • v21 2024.10.27.

    Fixing console.log messages.

  • v20 2024.09.23.

    No functionality changes, just updating documentation.

  • v19 2024.07.25.

    Adding a toast notification when a feed refresh is completed.

  • v18 2024.07.23.

    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 2024.07.22.

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

  • v16 2024.07.18.

    Simplifying some date code.

  • v14 2024.07.17.

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

  • v13 2024.07.17.

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

  • v12 2024.07.16.

    Fixing syntax error.

  • v11 2024.07.16.

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

  • v10 2024.07.16.

    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 2024.07.12.

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

  • v8 2024.07.12.

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

  • v7 2024.07.09.

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

  • v6 2023.06.09.

    Adding run-at and triggering on DOMContentLoaded.

  • v5 2023.04.26.

    Fixing localStorage code so it refreshes properly.

  • v4 2023.04.26.

    Made default interval 10 minutes.

  • v3 2023.04.26.

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

  • v2 2023.04.23.

    Changing default refresh interval from 5 minutes to 10 minutes.

  • v1 2023.04.21.