This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Activate All Payback Coupons | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Activating all Coupons on Payback.de with one click | |
| // @author nakami | |
| // @copyright 2022 nakami | |
| // @license GNU General Public License v2.0 | |
| // @include http*://www.payback.de/coupons* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js |
OlderNewer