Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Tagpro King of the Hill Sound Board
- // @namespace http://tagpro.gg/
- // @version 0.1
- // @include http://tagpro-*.koalabeast.com:*
- // @include http://tangent.jukejuice.com:*
- // @include http://*.newcompte.fr:*
- // @description Change some sounds to King of the Hill sounds
- // @author mudrat
- // @reference https://www.reddit.com/r/TagPro/wiki/api
- // ==/UserScript==
- tagpro.ready(function () {
- dropAudio = document.getElementById('drop'); //hank that boy aint right, alternate: wompwompwomp https://a.clyp.it/jfgeizbr.mp3
- dropAudio.src = 'https://a.clyp.it/gxm4djnp.mp3 ';
- dropAudio.load();
- dropAudio2 = document.getElementById('friendlydrop'); //hank dang it bobby
- dropAudio2.src = 'https://a.clyp.it/ucd2ymc1.mp3';
- dropAudio2.load();
- dropAudio3 = document.getElementById('cheering'); //peggy i can and i will
- dropAudio3.src = 'https://a.clyp.it/n4jhvh2l.mp3';
- dropAudio3.load();
- dropAudio4 = document.getElementById('sigh'); //boomhauer crying
- dropAudio4.src = 'https://a.clyp.it/knu2wus5.mp3';
- dropAudio4.load();
- dropAudio5 = document.getElementById('powerup'); //grandpa hill feisty
- dropAudio5.src = 'https://a.clyp.it/yarvnngh.mp3';
- dropAudio5.load();
- dropAudio6 = document.getElementById('friendlyalert'); //khan you go now
- dropAudio6.src = 'https://a.clyp.it/mjs0ev4u.mp3';
- dropAudio6.load();
- dropAudio7 = document.getElementById('alert'); //peggy aaaaaagh!!!
- dropAudio7.src = 'https://a.clyp.it/aotxeb32.mp3';
- dropAudio7.load();
- })
Add Comment
Please, Sign In to add comment