Skip to content

Instantly share code, notes, and snippets.

View mschnitzler's full-sized avatar

Michael Schnitzler mschnitzler

  • Aachen, Germany
View GitHub Profile
@mschnitzler
mschnitzler / crowd_timestamp_converter.js
Created April 11, 2017 07:52
crowd timestamp converter
// ==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==
@mschnitzler
mschnitzler / wingftp_sort_group_names.js
Last active August 29, 2015 14:27
sorts the group names in the Wing FTP admin console
// ==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==
// ==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==