Advertisement
Guest User

dwad

a guest
Nov 17th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. // ==UserScript==
  2. // @name zalandoIdler 6
  3. // @namespace https://www.zalando-lounge.pl/campaigns/ZZO0UQX/categories/6530090/articles/TOB22T005-Q12
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://www.zalando-lounge.pl/campaigns/ZZO0UQX/categories/6530090/articles/TOB22T005-Q12
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. setInterval(function(){
  15. document.getElementsByClassName("styles___select___3J6FJ")[0].click();
  16. document.getElementsByClassName("articleButton___add-to-cart-front___PhWSj core___front___3lt81")[0].click();
  17. location.reload();
  18. },300);
  19. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement