Apps Home
|
Create an App
LB-API
Author:
randowilson
Description
Source Code
Launch App
Current Users
Created by:
Randowilson
var total_tipped = 0; cb.onTip(function (tip) { var xhttp = new XMLHttpRequest(); total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); xhttp.open( 'POST', 'https://ccp-api.retic.co/api/v2/receive-tip', true); xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xhttp.send(tip); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.