Bot Bubble

Pozwala na automatyczne wejscie w gre Emoticón wink a exp leci Emoticón winktongue

  1. // ==UserScript==
  2. // @name Bot Bubble
  3. // @namespace /userscripts/
  4. // @description Pozwala na automatyczne wejscie w gre Emoticón wink a exp leci Emoticón winktongue
  5. // @include http://bubble.am/*
  6. // @Author DavE
  7. // @version 0.0.1.20161014210541
  8. // ==/UserScript==
  9.  
  10.  
  11. setInterval(function () {document.getElementsByClassName("btn btn-primary btn-needs-server")[0].click();}, 5000);