I hereby claim:
- I am Kowiz on github.
- I am kowiz (https://keybase.io/kowiz) on keybase.
- I have a public key whose fingerprint is C249 47AD F0BD 8A20 AD05 09ED 1324 1986 9694 31CA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name TwitchEmotes Channel Point Emotes | |
| // @namespace Kowiz | |
| // @version 0.1 | |
| // @description Dropdown to display channel point twitch modified emotes | |
| // @author Kowiz | |
| // @match https://twitchemotes.com/*/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Twitch Auto Channel Points | |
| // @namespace Kowiz | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://www.twitch.tv/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Twitch Remove Raid | |
| // @namespace Kowiz | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://www.twitch.tv/* | |
| // @grant none | |
| // ==/UserScript== |
| function openPack(){ | |
| jQuery.post("https://steamcommunity.com/profiles/76561198198486997/stickersopen").done(function( data ){ | |
| if(data.stickerpacks>=1){ | |
| openPack(); | |
| }else{ | |
| for(i=0;i<15;i++){ | |
| jQuery.post("https://steamcommunity.com/profiles/76561198198486997/stickerscomplete/", { scene: i } ); | |
| } | |
| } | |
| }); |
| var a = document.getElementsByTagName("a"); | |
| for(i=0;i<a.length;i++){ | |
| if(a[i].innerHTML == "Reveal Key"){ | |
| a[i].click(); | |
| } | |
| } | |
| var string=""; | |
| var input= document.getElementsByTagName("input"); | |
| for(i=1;i<input.length;i=i+2){ |
| // ==UserScript== | |
| // @name Steam Awards Vote | |
| // @namespace Kowiz | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author Kowiz | |
| // @match http://store.steampowered.com/SteamAwards/ | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Steam Sale Arg - Red Herring Badge | |
| // @namespace Kowiz | |
| // @version 0.1 | |
| // @description Red Herring Badge | |
| // @author Kowiz | |
| // @match http://store.steampowered.com/app/253750 | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Auto Steam Discovery Queue | |
| // @namespace Kowiz | |
| // @description Go to next game queued as soon as page is done loading. | |
| // @include http://store.steampowered.com/explore/* | |
| // @run-at document-end | |
| // @grant none | |
| // @description shamlessly stolen from https://gist.github.com/xPaw/73f8ae2031b4e528abf7 | |
| // ==/UserScript== |