Bot Bubble

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

// ==UserScript==
// @name Bot Bubble
// @namespace /userscripts/
// @description Pozwala na automatyczne wejscie w gre Emoticón wink a exp leci Emoticón winktongue 
// @include http://bubble.am/*
// @Author DavE 
// @version 0.0.1.20161014210541
// ==/UserScript==


setInterval(function () {document.getElementsByClassName("btn btn-primary btn-needs-server")[0].click();}, 5000);