Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
999dice rain alert new April 2015
SUBMITTED BY:
Guest
DATE:
April 14, 2015, 5:29 p.m.
FORMAT:
Text only
SIZE:
795 Bytes
Raw
Download
Tweet
HITS:
777
Go to comments
Report
if (location.hostname == 'www.999dice.com') {
function soundz() {
window.audio = {};
audio["alert"] = new Audio();
audio["alert"].src = "https://cdn.rawgit.com/hamboning/999dice-toys/master/codec.wav";
window.audio["alert"].play();
return false;
}
function AlertButton() {
//
BtcRainButton = $(".Rain").text()
checkRainMax = (/BTC/i.test(BtcRainButton));
if (checkRainMax)
{
soundz();
}
}
$('#ChatTab').bind('DOMSubtreeModified', AlertButton);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus