This file contains hidden or 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 Crowd Timestamp Converter | |
// @namespace http://your.homepage/ | |
// @version 0.2 | |
// @description enter something useful | |
// @author Michael Schnitzler | |
// @match https://crowd*/console/secure/user/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 sort group names in select group | |
// @namespace http://your.homepage | |
// @version 0.2 | |
// @description Sorts the options in the select by the inner content. The match contains "localhost" as a SSH tunnel is required to access the web interface | |
// @author Michael Schnitzler | |
// @match http://localhost:5466/admin_userlist.html* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Yahoo Fantasy Baseball Batter vs Pitcher Career Stats | |
// @namespace http://baseball.fantasysports.yahoo.com/ | |
// @version 0.4.3 | |
// @description displays batter vs pitcher career stats | |
// @author Michael Schnitzler | |
// @match https://baseball.fantasysports.yahoo.com/b1/*/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js | |
// ==/UserScript== |