Skip to content

Instantly share code, notes, and snippets.

@wilcooo
wilcooo / rawinput.in
Created April 6, 2021 12:06
Snelle Vrienden Test
10 9 4 1 1
weg1
weg2
weg3
weg4
vriend1
vriend2
vriend3
vriend4
thuis
// ==UserScript==
// @name TagPro Performance Enhancer
// @description Tries to make the game smoother by doing some things a bit differently
// @version 0.0.7
// @include http://tagpro-*.koalabeast.com:*
// @exclude http://tagpro-maptest.koalabeast.com:*
// @updateURL https://gist.github.com/nabbynz/5cc0b6e10e4024a888bc7da4a902deaf/raw/TagPro_Performance_Enhancer.user.js
// @downloadURL https://gist.github.com/nabbynz/5cc0b6e10e4024a888bc7da4a902deaf/raw/TagPro_Performance_Enhancer.user.js
// @grant none
// @author nabby
@wilcooo
wilcooo / file1
Created June 11, 2018 14:26
TEST
hey
@wilcooo
wilcooo / Flair_Stream_Scroller.user.js
Last active February 1, 2018 21:44 — forked from nabbynz/Flair_Stream_Scroller.user.js
Flair Stream Scroller w/ data-collection ( tiny.cc/flairstream )
// ==UserScript==
// @name Flair Stream Scroller
// @description Shows all flairs from the flair-stream since the page was first loaded.
// @version 0.0.3.1.Ko
// @include http://tagpro-*.koalabeast.com/
// @updateURL https://gist.github.com/nabbynz/c26c9b366f61f77227985908ec87d36d/raw/Flair_Stream_Scroller.user.js
// @downloadURL https://gist.github.com/nabbynz/c26c9b366f61f77227985908ec87d36d/raw/Flair_Stream_Scroller.user.js
// @grant GM_addStyle
// @license WTFPL
// @author nabby
@wilcooo
wilcooo / tpshk.user.js
Last active January 28, 2018 21:13
TagPro Switch HotKey: Switch Quicker
// ==UserScript==
// @name TagPro Switch HotKey
// @description Switch Quicker
// @author Ko
// @version 1
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @download https://gist.github.com/wilcooo/583337ceaf7e2d8c8359cd38823b15b8/raw/tpshk.user.js
// ==/UserScript==
// ==UserScript==
// @name Wall Shadows & Floor Gradient
// @description Adds shadows to the walls, and a gradient to the floor tiles.
// @version 0.2.0
// @include http://tagpro-*.koalabeast.com:*
// @updateURL https://gist.github.com/nabbynz/3464cbdf41ca82ba4d4f34c1658dd0b5/raw/Wall_Shadows_&_Floor_Gradient.user.js
// @downloadURL https://gist.github.com/nabbynz/3464cbdf41ca82ba4d4f34c1658dd0b5/raw/Wall_Shadows_&_Floor_Gradient.user.js
// @grant none
// @author nabby
// ==/UserScript==
@wilcooo
wilcooo / tagpro_player_monitor.user.js
Last active November 16, 2017 17:14 — forked from bash-tp/tagpro_player_monitor.user.js
TagPro Player Monitor
// ==UserScript==
// @name TagPro Player Monitor
// @version 2.0
// @author bash# ; Ko
// @namespace http://www.reddit.com/user/bash_tp/
// @description Shows an on-screen list of players in the game and their current status
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @downloadURL https://github.com/wilcooo/TagPro-PlayerMonitor/raw/master/tppm.user.js
@wilcooo
wilcooo / sunflair.user.js
Last active November 6, 2017 22:19
TagPro Sunshine Flair
// ==UserScript==
// @name Sunshine Flair!
// @description gift to sun dog / moon cat
// @website https://redd.it/7b67uq
// @author Ko
// @version 0.1
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @download https://gist.github.com/wilcooo/54102c940c24f662eaef974ffd61beea/raw/sunflair.user.js
@wilcooo
wilcooo / TagPro_Map_Name_Above_Timer.user.js
Last active November 3, 2017 13:53 — forked from nabbynz/TagPro_Map_Name_Above_Timer.user.js
Nabbys script, but updated to use PIXI.js v4
// ==UserScript==
// @name TagPro Map Name Below Timer (& More!)
// @description Show the name of the map & author below the countdown timer. Also the score difference above the timer.
// @version 1.3.2.1(Ko)
// - Since TagPro got updated to use the latest PIXI.js, these things had to be changed to avoid thousends of warnings
// - DisplayObjectContainer is replaced by Container
// - font is replaced by fontFamily, fontSize, fontStyle etc. etc.
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// ==UserScript==
// @name TagPro Timers
// @version 0.2.3
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @author Some Ball -1
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==