Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name TagPro Smooth Movement
// @version 0.1
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @grant none
// ==/UserScript==
(function init(initTime) {
// ==UserScript==
// @name Agar.io Expose Cells
// @match http://agar.io/
// @run-at document-start
// @grant none
// ==/UserScript==
var observer = new MutationObserver(function(mutations) {
for (var i = 0; i < mutations.length; i++) {
if (/^http:\/\/agar\.io\/main_out\.js/.test(mutations[i].addedNodes[0].src)) {