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 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 |
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 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/* |
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 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/* |
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 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 |
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 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 |
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 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 |
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 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 |