Skip to content

Instantly share code, notes, and snippets.

@erikvold
erikvold / wsjRemoveHeader.user.js
Created March 13, 2010 04:49
This userscript will remove the header of the Wall Street Journal.
// ==UserScript==
// @name Wall Street Journal Remove Header
// @namespace wsjRemoveHeader
// @include http://online.wsj.com/*
// @include https://online.wsj.com/*
// @match http://online.wsj.com/*
// @match https://online.wsj.com/*
// @datecreated 2010-03-12
// @lastupdated 2010-03-15
// @version 0.1.1
@erikvold
erikvold / wsjRemoveEditorsPicks.user.js
Created March 13, 2010 05:04
This userscript will remove the editors' picks panel on the Wall Street Journal.
// ==UserScript==
// @name Wall Street Journal Remove Editors' Picks
// @namespace wsjRemoveEditorsPicks
// @include http://*.wsj.com/*
// @include http://wsj.com/*
// @include https://*.wsj.com/*
// @include https://wsj.com/*
// @match http://*.wsj.com/*
// @match http://wsj.com/*
// @match https://*.wsj.com/*
@erikvold
erikvold / wsjRemoveRelatedStories.user.js
Created March 13, 2010 05:17
This userscript will remove the related stories sections on the Wall Street Journal.
// ==UserScript==
// @name Wall Street Journal Remove Related Stories
// @namespace wsjRemoveRelatedStories
// @include http://*.wsj.com/*
// @include http://wsj.com/*
// @include https://*.wsj.com/*
// @include https://wsj.com/*
// @match http://*.wsj.com/*
// @match http://wsj.com/*
// @match https://*.wsj.com/*
@erikvold
erikvold / wsjFullWidthArticles.user.js
Created March 13, 2010 05:36
This userscript will remove the junk from the right side of articles on the Wall Street Journal and make the articles full width.
// ==UserScript==
// @name Wall Street Journal Full Width Articles
// @namespace wsjFullWidthArticles
// @include http://*.wsj.com/article/*
// @include http://wsj.com/article/*
// @include https://*.wsj.com/article/*
// @include https://wsj.com/article/*
// @match http://*.wsj.com/article/*
// @match http://wsj.com/article/*
// @match https://*.wsj.com/article/*
@erikvold
erikvold / wsjRemoveSocialToolsFromArticles.user.js
Created March 13, 2010 08:02
This userscript will remove the social tools from articles at the Wall Street Journal.
// ==UserScript==
// @name Wall Street Journal Remove Social Tools From Articles
// @namespace wsjRemoveSocialToolsFromArticles
// @include http://*.wsj.com/article/*
// @include http://wsj.com/article/*
// @include https://*.wsj.com/article/*
// @include https://wsj.com/article/*
// @match http://*.wsj.com/article/*
// @match http://wsj.com/article/*
// @match https://*.wsj.com/article/*
@erikvold
erikvold / fpSinglePageArticles.user.js
Created March 15, 2010 13:44
This userscript automatically redirects you to the single page version of any Foreign Policy article you read.
// ==UserScript==
// @name Foreign Policy Single Page Articles
// @namespace fpSinglePageArticles
// @include http://www.foreignpolicy.com/articles/*
// @include https://www.foreignpolicy.com/articles/*
// @match http://www.foreignpolicy.com/articles/*
// @match https://www.foreignpolicy.com/articles/*
// @datecreated 2010-03-15
// @lastupdated 2010-03-15
// @version 0.1
@erikvold
erikvold / fpRemoveShareBox.user.js
Created March 15, 2010 14:11
This userscript will remove the share box from Foreign Policy articles.
// ==UserScript==
// @name Foreign Policy Remove Share Boxes
// @namespace fpRemoveShareBox
// @include http://www.foreignpolicy.com/articles/*
// @include https://www.foreignpolicy.com/articles/*
// @match http://www.foreignpolicy.com/articles/*
// @match https://www.foreignpolicy.com/articles/*
// @datecreated 2010-03-15
// @lastupdated 2010-03-15
// @version 0.1
@erikvold
erikvold / fpRemoveFeaturedToday.user.js
Created March 15, 2010 14:34
This userscript will remove the 'Featured Today' Box on the Foreign Policy website.
// ==UserScript==
// @name Foreign Policy Remove Featured Today Box
// @namespace fpRemoveFeaturedToday
// @include http://www.foreignpolicy.com/*
// @include https://www.foreignpolicy.com/*
// @match http://www.foreignpolicy.com/*
// @match https://www.foreignpolicy.com/*
// @datecreated 2010-03-15
// @lastupdated 2010-03-15
// @version 0.1
@erikvold
erikvold / gwoABValidationSkip.user.js
Created March 20, 2010 12:17
This userscript will allow you to skip the validation of GWO A/B tests.
// ==UserScript==
// @name Skip GWO A/B Validation
// @namespace gwoABValidationSkip
// @include https://www.google.com/analytics/siteopt/ab_installation_instructions?*
// @match https://www.google.com/analytics/siteopt/ab_installation_instructions?*
// @datecreated 2010-03-20
// @lastupdated 2010-03-20
// @version 0.1.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
@erikvold
erikvold / gwoLinkifiedLogo.user.js
Created March 20, 2010 15:21
This userscript will linkify the GWO logo.
// ==UserScript==
// @name GWO Linkified Logo
// @namespace gwoLinkifiedLogo
// @include https://www.google.com/analytics/siteopt/*
// @match https://www.google.com/analytics/siteopt/*
// @datecreated 2010-03-20
// @lastupdated 2010-03-20
// @version 0.1.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html