Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name TagPro Packet Recorder
// @version 0.0.1
// @author Kera
// @namespace https://github.com/keratagpro/tagpro-packet-recorder/
// @include http://*.newcompte.fr:*
// ==/UserScript==
tagpro.ready(function() {
recordAndSavePackets(1000, true);
// ==UserScript==
// @name TagPro Switch Teams
// @namespace http://blah.com
// @include http://tagpro-*.koalabeast.com:*
// @version 0.0.1
// ==/UserScript==
'use strict';
tagpro.ready(function() {
@keratagpro
keratagpro / tagpro-spawn-camera.user.js
Last active November 22, 2015 20:39
TagPro Spawn Camera
// ==UserScript==
// @name TagPro Spawn Camera
// @description Eases the camera to your spawn position.
// @version 0.1.6
// @author Kera
// @namespace https://github.com/keratagpro/
// @downloadUrl https://gist.github.com/keratagpro/264adcbaacb7f2d5bac9/raw/tagpro-spawn-camera.user.js
// @updateUrl https://gist.github.com/keratagpro/264adcbaacb7f2d5bac9/raw/tagpro-spawn-camera.user.js
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
@keratagpro
keratagpro / autowoot.user.js
Last active August 29, 2015 14:06
Autowoot and stuff for plug.dj
// ==UserScript==
// @name Autowoot
// @namespace http://sample.com
// @version 0.1
// @description Autowoot
// @match https://plug.dj/*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==