Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. / ==UserScript==
  2. // @name Renomeador de Ataques Free
  3. // @author Free
  4. // @include https://*overview_villages&mode=incomings&subtype=attacks*
  5. // @include https://*screen=overview_villages&mode=incomings&subtype=attacks*
  6. // @include https://*mode=incomings*
  7. // ==/UserScript==
  8.  
  9. setTimeout(function () { location.reload(1); }, 121000);
  10. {
  11. $('input#select_all.selectAll').click();
  12. setTimeout(function(){
  13. var label = document.getElementsByName("label");
  14. label[0].click();
  15. }, 120000);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement