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%
- Abschnitt 'Mitwirkende' vor Lizenz eingefügt - Verlinkung auf DasAoD und Claude (Forgejo) Co-authored-by: Claude <claude@anthropic.com> |
||
|---|---|---|
| extension | ||
| bookmarklet.js | ||
| LICENSE | ||
| README.md | ||
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
- Show your browser's bookmarks bar
- Create a new bookmark (any page)
- Give it a name, e.g.
PAYBACK Activate - 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
- Open payback.de/coupons and log in
- Click the bookmark
- Done — the page reloads after 1.5 seconds
- Repeat if more coupons are available
Browser Extension (local / unpacked)
No store installation required. Works in Chrome, Edge, Brave, and Firefox.
Chrome / Edge / Brave
- Clone this repo or download and extract the ZIP
- Open
chrome://extensions/ - Enable Developer mode (top right)
- Click "Load unpacked"
- Select the
extension/folder
Firefox
- Open
about:debugging - Click "This Firefox"
- Click "Load Temporary Add-on…"
- Select
extension/manifest.json
Usage
- Open payback.de/coupons and log in
- Click the extension icon in the toolbar
- Click "Alle aktivieren"
- 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-testidattribute (*-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) |