Stake.com simple & safe Crash bot

Aint got an Stake.com account yet, use my reflink to support my work here:

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Stake.com simple & safe Crash bot 
// @description  Aint got an Stake.com account yet, use my reflink to support my work here:
// @description  https://stake.com/?c=StakeGiveaways
// @description  to run the bot open https://stake.com/casino/games/crash
// @description  set up amount and payout by hand
// @description  Best profits i made with the following settings: 
// @description  Payout: 1.15 and betsize: 86,95900000 DOGE
// @description  The bot places every 2 minutes a bet. This is to prevent the crash´s ygl maths.
// @match        https://stake.com/casino/games/crash
// @version      3.0
// @author       Dauersendung
// @namespace    https://greasyfork.org/de/users/444902-dauersendung
// ==/UserScript==
setInterval(function(){
document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA styles__Button-fc7ea4-0 mGJpP")[0].click();
},110000);