No description
  • JavaScript 100%
Find a file
2026-02-12 11:22:53 +00:00
edeka-auto-load.js edeka-auto-load.js 2026-02-12 11:21:44 +00:00
Readme.md Add Readme.md 2026-02-12 11:22:53 +00:00

Here is a README.md for your Edeka script, following the style of the example you provided.

Edeka Angebote Auto-Loader (Userscript)

A Tampermonkey userscript that automatically clicks all "Mehr laden" (Load more) buttons on the Edeka offers page. It handles incremental loading sections intelligently, ensuring all offers are revealed without annoying manual clicking.

Installation

  1. Install Tampermonkey: Ensure you have the Tampermonkey extension installed in your browser.

  2. Add the Script:

    • Create a new script in Tampermonkey.
    • Copy the contents of edeka-auto-load.js (or the code block below) and paste it into the editor.
    • Update the @match URL if your local Edeka market ID differs from 033913:
      // @match        https://www.edeka.de/maerkte/YOUR_ID_HERE/angebote/*
      
    • Save the script.