Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // ==UserScript==
  2. // @name FARMA C 144
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author Dzobi
  7. // @match https://pl144.plemiona.pl/*
  8. // @grant none
  9. // ==/UserScript==
  10. javascript:var arr=$("a.farm_icon_c"),i=0,t=setInterval(function(){$(arr[i++]).click();if(i>arr.length)clearInterval(t);},251)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement