Activates all available PAYBACK coupons on payback.de/coupons with a single click — available as a bookmarklet or browser extension.
  • JavaScript 60.6%
  • HTML 39.4%
Find a file
DanieleU 8361e109da README.md: Mitwirkenden-Block hinzugefügt
- Abschnitt 'Mitwirkende' vor Lizenz eingefügt
- Verlinkung auf DasAoD und Claude (Forgejo)

Co-authored-by: Claude <claude@anthropic.com>
2026-06-14 14:12:50 +02:00
extension fix: manifest – AMO-kompatibles data_collection_permissions, strict_min_version 142 2026-03-14 14:14:52 +01:00
bookmarklet.js Initial release: bookmarklet and Chrome/Firefox extension 2026-03-14 11:15:02 +01:00
LICENSE Initial release: bookmarklet and Chrome/Firefox extension 2026-03-14 11:15:02 +01:00
README.md README.md: Mitwirkenden-Block hinzugefügt 2026-06-14 14:12:50 +02:00

PAYBACK Coupon Activator

Activates all loaded PAYBACK coupons on payback.de/coupons with a single click. For all coupons, simply click again after the page reloads.

Install from Store

Browser Link
🦊 Firefox Firefox Add-ons (AMO)
🌐 Chrome / Brave Chrome Web Store
🔷 Edge Microsoft Edge Add-ons

⚠️ Chrome / Edge: When installing a new extension with few users, Chrome may show a "not trusted by Enhanced Safe Browsing" warning. This is normal and will go away automatically as the extension gains more users. Click "Install anyway" to proceed.


Bookmarklet

Installation

  1. Show your browser's bookmarks bar
  2. Create a new bookmark (any page)
  3. Give it a name, e.g. PAYBACK Activate
  4. Paste the following code as the URL:
javascript:(() => {const btns=document.querySelectorAll('button[data-testid$="-not_activated"]');btns.forEach(b=>b.click());console.log(`[PAYBACK] ${btns.length} Coupon(s) activated`);setTimeout(()=>location.reload(),1500);})();

Usage

  1. Open payback.de/coupons and log in
  2. Click the bookmark
  3. Done — the page reloads after 1.5 seconds
  4. Repeat if more coupons are available

Browser Extension (local / unpacked)

No store installation required. Works in Chrome, Edge, Brave, and Firefox.

Chrome / Edge / Brave

  1. Clone this repo or download and extract the ZIP
  2. Open chrome://extensions/
  3. Enable Developer mode (top right)
  4. Click "Load unpacked"
  5. Select the extension/ folder

Firefox

  1. Open about:debugging
  2. Click "This Firefox"
  3. Click "Load Temporary Add-on…"
  4. Select extension/manifest.json

Usage

  1. Open payback.de/coupons and log in
  2. Click the extension icon in the toolbar
  3. Click "Alle aktivieren"
  4. Repeat after the page reloads if more coupons are available

Notes

  • Compatible with the Next.js/MUI-based redesign of payback.de rolled out in March 2026
  • Detects unactivated coupons via the data-testid attribute (*-not_activated)
  • If Payback updates their frontend again: inspect an "Jetzt aktivieren" button and update the selector accordingly

Mitwirkende

Dieses Projekt wurde in Zusammenarbeit mit Claude (Sonnet 4.6) von Anthropic entwickelt und iterativ ausgebaut.
Der überwiegende Teil des Codes, der Architektur und der Dokumentation wurde durch KI generiert und gemeinsam verfeinert.

Rolle Person / Tool
Projektidee, Anforderungen & Tests DasAoD
Code, Architektur, Dokumentation Claude (Anthropic)

License

MIT