No description
- JavaScript 100%
| edeka-auto-load.js | ||
| Readme.md | ||
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
-
Install Tampermonkey: Ensure you have the Tampermonkey extension installed in your browser.
-
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
@matchURL if your local Edeka market ID differs from033913:// @match https://www.edeka.de/maerkte/YOUR_ID_HERE/angebote/* - Save the script.