Skip to content

Instantly share code, notes, and snippets.

@dialogik
Created April 15, 2019 08:14
Show Gist options
  • Save dialogik/1390d9f46c5dd650289c00c33604f987 to your computer and use it in GitHub Desktop.
Save dialogik/1390d9f46c5dd650289c00c33604f987 to your computer and use it in GitHub Desktop.
Bloodemi soundboard
$(function() {
const channel = 'hornhauttv';
// Check if user comes from twitch authentication
if(window.location.hash !== '') {
var hash = window.location.hash.split('#')[1].split('&')[0].split('=');
var token = null;
if(hash[0] == 'access_token') {
var token = hash[1];
$('#twitch-connect').remove();
const fetch = new TwitchJs({ token });
console.log('fetch##################################');
console.log(fetch);
fetch.api.get('user').then(response => {
console.log('response##################################');
console.log(response);
let username = response.name;
console.log(token, username);
const send = new TwitchJs({ token, username });
console.log('api+chat##################################');
console.log(send);
send.chat.connect().then(() => {
chat.join(channel).then(channelState => {
chat.say(channel, 'Message');
});
});
});
}
}
});
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0028)https://sounds.bloodemi.net/ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bloodemi's Soundboard</title>
<!-- Style Sheets -->
<link rel="icon" href="https://sounds.bloodemi.net/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="https://sounds.bloodemi.net/favicon.ico" type="image/x-icon">
<!-- Style Sheets -->
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript">
function playAudio(songNo) {
var player = document.getElementById('player');
var source = document.getElementById('sourceMp3');
source.src = '/sounds/' + songNo;
if (player.paused) {
player.load();
player.play();
} else {
player.pause();
player.currentTime = 0
}
}
</script>
</head>
<body>
<div class="site">
<img src="logo.png">
<div class="home">
<a id="twitch-connect" href="https://id.twitch.tv/oauth2/authorize?client_id=1cq3tqmw523zn03v0egw7se8att5vm&redirect_uri=http%3A%2F%2Flocalhost%2Fbloodemi-soundboard%2Fsoundboard.html&response_type=token&scope=user_read+chat:edit"><img src="http://ttv-api.s3.amazonaws.com/assets/connect_dark.png" /></a>
<a href="http://bloodemi.net/">
<p>Zurück zur Startseite</p>
</a>
</div>
</div>
<hr>
<div class="site">
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;100kmark.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!100kmark" id="1">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;1&#39;)">!100kmark</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;123penner.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!123penner" id="2">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;2&#39;)">!123penner</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;200puls.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!200puls" id="3">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;3&#39;)">!200puls</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;abschied.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!abschied" id="4">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;4&#39;)">!abschied</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;ahabye.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!ahabye" id="5">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;5&#39;)">!ahabye</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;aktex.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!aktex" id="6">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;6&#39;)">!aktex</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;angepifft.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!angepifft" id="7">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;7&#39;)">!angepifft</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;arschloch.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!arschloch" id="8">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;8&#39;)">!arschloch</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;auamachen.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!auamachen" id="9">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;9&#39;)">!auamachen</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;baerli.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!baerli" id="10">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;10&#39;)">!baerli</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;bausparvertrag.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!bausparvertrag" id="11">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;11&#39;)">!bausparvertrag</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;beiunsanfangen.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!beiunsanfangen" id="12">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;12&#39;)">!beiunsanfangen</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;bleibtso.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!bleibtso" id="13">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;13&#39;)">!bleibtso</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;boesesimbusch.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!boesesimbusch" id="14">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;14&#39;)">!boesesimbusch</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;deal.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!deal" id="15">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;15&#39;)">!deal</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;definitivnein.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!definitivnein" id="16">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;16&#39;)">!definitivnein</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;depp.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!depp" id="17">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;17&#39;)">!depp</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;draufdruecken.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!draufdruecken" id="18">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;18&#39;)">!draufdruecken</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;dumusstrauchen.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!dumusstrauchen" id="19">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;19&#39;)">!dumusstrauchen</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;fahr.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!fahr" id="20">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;20&#39;)">!fahr</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;forthehord.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!forthehord" id="21">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;21&#39;)">!forthehord</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;fuckedup.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!fuckedup" id="22">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;22&#39;)">!fuckedup</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;gefahr.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!gefahr" id="23">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;23&#39;)">!gefahr</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;gehtdochnicht.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!gehtdochnicht" id="24">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;24&#39;)">!gehtdochnicht</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;geil.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!geil" id="25">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;25&#39;)">!geil</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;geister.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!geister" id="26">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;26&#39;)">!geister</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;gleiten.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!gleiten" id="27">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;27&#39;)">!gleiten</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;haltstop.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!haltstop" id="28">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;28&#39;)">!haltstop</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;holymoly.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!holymoly" id="29">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;29&#39;)">!holymoly</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;ichliebeeuch.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!ichliebeeuch" id="30">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;30&#39;)">!ichliebeeuch</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;jajaichgehe.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!jajaichgehe" id="31">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;31&#39;)">!jajaichgehe</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;jaklar.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!jaklar" id="32">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;32&#39;)">!jaklar</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;jetztgehtslos.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!jetztgehtslos" id="33">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;33&#39;)">!jetztgehtslos</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;jugendamt.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!jugendamt" id="34">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;34&#39;)">!jugendamt</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;kackreiz.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!kackreiz" id="35">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;35&#39;)">!kackreiz</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;langweilig.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!langweilig" id="36">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;36&#39;)">!langweilig</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;leckererkaffee.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!leckererkaffee" id="37">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;37&#39;)">!leckererkaffee</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;mamaichbinschwul.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!mamaichbinschwul" id="38">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;38&#39;)">!mamaichbinschwul</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;mimimi.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!mimimi" id="39">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;39&#39;)">!mimimi</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;minecraft.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!minecraft" id="40">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;40&#39;)">!minecraft</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;nahoerma.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!nahoerma" id="41">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;41&#39;)">!nahoerma</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;neelassma.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!neelassma" id="42">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;42&#39;)">!neelassma</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;nein.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!nein" id="43">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;43&#39;)">!nein</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;nobodygottime.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!nobodygottime" id="44">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;44&#39;)">!nobodygottime</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;peitsche.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!peitsche" id="45">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;45&#39;)">!peitsche</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;peterschmitt.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!peterschmitt" id="46">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;46&#39;)">!peterschmitt</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;scheisse.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!scheisse" id="47">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;47&#39;)">!scheisse</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;scheisseausdemfenster.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!scheisseausdemfenster" id="48">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;48&#39;)">!scheisseausdemfenster</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;schonmalgeknallt.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!schonmalgeknallt" id="49">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;49&#39;)">!schonmalgeknallt</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;schwarzerbildschirm.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!schwarzerbildschirm" id="50">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;50&#39;)">!schwarzerbildschirm</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;schwarzerkaffee.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!schwarzerkaffee" id="51">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;51&#39;)">!schwarzerkaffee</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;sehenicht.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!sehenicht" id="52">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;52&#39;)">!sehenicht</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;soganztoll.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!soganztoll" id="53">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;53&#39;)">!soganztoll</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;sonicht.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!sonicht" id="54">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;54&#39;)">!sonicht</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;supertoll.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!supertoll" id="55">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;55&#39;)">!supertoll</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;tschuessbetrueger.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!tschuessbetrueger" id="56">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;56&#39;)">!tschuessbetrueger</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;tschuessohrensteif.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!tschuessohrensteif" id="57">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;57&#39;)">!tschuessohrensteif</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;verrueckt.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!verrueckt" id="58">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;58&#39;)">!verrueckt</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;verstandbenutzen.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!verstandbenutzen" id="59">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;59&#39;)">!verstandbenutzen</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;warnichtschlecht.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!warnichtschlecht" id="60">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;60&#39;)">!warnichtschlecht</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;wasgehtn.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!wasgehtn" id="61">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;61&#39;)">!wasgehtn</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;watis.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!watis" id="62">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;62&#39;)">!watis</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;watsolldas.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!watsolldas" id="63">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;63&#39;)">!watsolldas</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;zirpen.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!zirpen" id="64">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;64&#39;)">!zirpen</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;zuckerguss.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!zuckerguss" id="65">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;65&#39;)">!zuckerguss</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="soundItem">
<table cellspacing="0" cellpadding="0" width="0">
<tbody>
<tr>
<td>
<p title="Anhören" style="cursor: pointer; font-size: 20px; padding-right: 10px;" onclick="playAudio(&#39;zwanzichmark.mp3&#39;)"></p>
</td>
<td>
<input type="hidden" value="!zwanzichmark" id="66">
<p style="cursor: pointer;" onclick="copyToClipboard(&#39;66&#39;)">!zwanzichmark</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="clear"></div>
<audio id="player" data-ss1553674837="1">
<source id="sourceMp3" src="/sounds/aktex.mp3" type="audio/mp3">
</audio>
<div class="home">
<a href="http://bloodemi.net/">
<p>Zurück zur Startseite</p>
</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="//unpkg.com/twitch-js@>2.0.0-beta/dist/twitch-js.min.js"></script>
<script src="soundboard-chat-integration.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment