This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A last.fm nowplaying plugin. | |
// Author: thevdude ([email protected]) | |
// | |
// Uses installed node modules mongoose, lastfm, inflection, and bitly. | |
// | |
// Current functions include: | |
// Display user's currently or last played track (np) | |
// Compare lastfm users with the tasteometer (cp) | |
// Get a users lastfm url (url) | |
// Find a user's top ten artists for different time periods (topten) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//http://adventure.gamism.org/gamer_mom/gm.js | |
var canvas = document.getElementById("stagecanvas"); | |
var stage = canvas.getContext("2d"); | |
var mother=new Array(); //These are the actual image files loaded into memory. | |
var father=new Array(); | |
var daughter=new Array(); | |
var m=1, f=1, d=1; //I'm treating the selected images as queues rather than specific filenames, | |
var mqueue = new Array(); //so that the images in the queue (I know, I'm misusing the word. Sue me.) | |
var fqueue = new Array(); //can cycle randomly when needed. This way you never get the sense that the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Team Stats | |
// @namespace http://www.reddit.com/user/thevdude/ | |
// @description Adds team stats to score boards | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tangent.jukejuice.com:* | |
// @include http://maptest*.newcompte.fr:* | |
// @include http://justletme.be:* | |
// @copyright 2014+ thevdude | |
// @author thevdude |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro OnScreen Arrows | |
// @namespace http://www.reddit.com/user/thevdude/ | |
// @description Adds indicators to show what arrows are being pressed for streamers | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tangent.jukejuice.com:* | |
// @include http://maptest.newcompte.fr:* | |
// @include http://justletme.be:* | |
// @copyright 2014+ thevdude | |
// @author thevdude |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Gecko Tools | |
// @namespace http://www.reddit.com/user/thevdude | |
// @description A suite of customization options for TagPro | |
// @include http://tagpro-*.koalabeast.com* | |
// @include http://tangent.jukejuice.com* | |
// @license GNU General Public License | |
// @author GeckoPie & pooppants | |
// @version 1.0.3.1 | |
// @grant GM_getValue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tagpro Rotating Balls - NewCompte's server | |
// @namespace http://www.reddit.com/user/NewCompte | |
// @description Tagpro Rotating Balls | |
// @include http://*.koalabeast.com:* | |
// @license GPL | |
// @author NewCompte | |
// @version 0.5 | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tagpro Semitransparent Spin Balls | |
// @namespace http://*.koalabeast.com:* | |
// @version 1.4.1 | |
// @description Semitransparent balls with spin and pixel perfect tagpro/rolling bomb. | |
// @match http://koalabeast.com | |
// @copyright 2014+, Ly and a little bit of Cumflakes | |
// @include http://*.koalabeast.com* | |
// @include http://*.jukejuice.com* | |
// @include http://*.newcompte.fr* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Minimal Spin | |
// @description Rotating Balls, pixel perfect tagpro. | |
// @include http://*.koalabeast.com:* | |
// @include http://*.jukejuice.com:* | |
// @include http://*.newcompte.fr:* | |
// @include http://justletme.be:* | |
// @license GPL | |
// @author NewCompte, Cumflakes. | |
// @version 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Chat Macros Userscript | |
// @namespace http://www.reddit.com/user/contact_lens_linux/ | |
// @description Help your team with quick chat macros. | |
// @include http://tagpro-*.koalabeast.com:* | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @author steppin | |
// @version 0.2 | |
// ==/UserScript== | |
(function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Mod Mail Pro | |
// @namespace http://www.reddit.com/r/toolbox | |
// @author agentlame, creesch, DEADB33F, gavin19 | |
// @description Filter subs from mod mail. | |
// @match *://*.reddit.com/message/moderator/* | |
// @match *://*.reddit.com/r/*/message/moderator/* | |
// @include *://*.reddit.com/message/moderator/* | |
// @include *://*.reddit.com/r/*/message/moderator/* | |
// @downloadURL http://userscripts.org/scripts/source/167234.user.js |
OlderNewer