Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name MLB.com irritating pop-up video disable
// @namespace http://joshwilson.net/gmscripts
// @author jw@joshwilson.net
// @include *mlb.com*
// @grant none
// @version 1.0
// ==/UserScript==
///////////////////////////////////////////////////////////////////////////////
@joshwilsonnc
joshwilsonnc / citationHelper.user.js
Last active August 29, 2015 14:08
Inserts a formatted citation into your browser screen for a lot of the frequently-cited research sites referenced in NCpedia
// ==UserScript==
// @name Citation helper for NCpedia staff
// @namespace http://joshwilson.net/gmscripts
// @include http://collections.ncdcr.gov/dcr*
// @include http://www.ncmarkers.com/Results.aspx*
// @include http://www.ncmarkers.com/Markers.aspx*
// @include http://www.flickr.com/photos/*
// @include http://www.nchistoricsites.org/*
// @include http://digital.ncdcr.gov/cdm/*
// @include /^http://www2?.lib.unc.edu/mss/.*/
// ==UserScript==
// @name FanGraphs Player Name Hider
// @namespace http://joshwilson.net/gmscripts
// @author jw@joshwilson.net
// @include http://www.fangraphs.com/leaders.aspx*
// @grant none
// @version 1.0
// ==/UserScript==
///////////////////////////////////////////////////////////////////////////////