Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Google Disable Auto Focus
// @namespace googleDisableAutoFocus
// @include /^http:\/\/(www\.)?google\.c(a|om)\/?$/i
// @include http://www.google.tld/
// @match http://www.google.com/
// @match http://www.google.ca/
// @run-at document-start
// @datecreated 2010-02-21
// @lastupdated 2010-02-21
// ==UserScript==
// @name Display GWO Experiment Number
// @namespace gwoExperimentNumber
// @include https://www.google.com/analytics/siteopt/settings?*
// @datecreated 2010-03-05
// @lastupdated 2010-03-05
// @version 0.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @description This userscript displays the experiment number on the experiment settings page to help users identify the scripts used for the test.
// ==UserScript==
// @name Github Improved Disk Space Meter
// @namespace githubImprovedDiskSpaceMeter
// @include /https:\/\/github\.com\/account([\?#].*)?/i
// @include https://github.com/account*
// @match https://github.com/account*
// @datecreated 2010-03-08
// @lastupdated 2010-03-08
// @version 0.1
// @author Erik Vergobbi Vold
@erikvold
erikvold / ggroupsLinkCleaner.user.js
Created March 9, 2010 23:44
This userscript will change links in google group threads so that the 'target' attribute is removed and the 'href' attribute goes directly to the desired link and not google's redirection url.
// ==UserScript==
// @name Google Groups Link Cleaner
// @namespace ggroupsLinkCleaner
// @include https://groups.google.com/group/*
// @match https://groups.google.com/group/*
// @datecreated 2010-03-09
// @lastupdated 2010-03-09
// @version 0.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
@erikvold
erikvold / gmTest-issue1065.user.js
Created March 10, 2010 13:46
This userscript is meant to be a test for GM issue 1065.
// ==UserScript==
// @name GM issue 1065 test
// @namespace gmTest
// @include *
// @match *
// @datecreated 2010-03-10
// @lastupdated 2010-03-10
// @version 0.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
@erikvold
erikvold / githubUnAJAXIssueLinks.user.js
Created March 11, 2010 11:51
This userscript unajaxifys issue links in a Github project's issue tracker.
@erikvold
erikvold / stackoverflowHideJobAds.user.js
Created March 12, 2010 08:03
This userscript will hide job ads at Stack Overflow.
// ==UserScript==
// @name Stack Overflow Hide Job Ads
// @namespace stackoverflowHideJobAds
// @include http://stackoverflow.com/*
// @match http://stackoverflow.com/*
// @datecreated 2010-03-12
// @lastupdated 2010-03-12
// @version 0.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
@erikvold
erikvold / usoBetterFeedbackBtn.user.js
Created March 13, 2010 02:12
This userscript adds the 'Feedback' link to the navigation at userscripts.org on pages where it is missing and it will make the link go directly to userscripts.uservoice.com in a new tab.
// ==UserScript==
// @name UserScripts.org Better Feedback Link
// @author Erik Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @datecreated 2009-10-25
// @lastupdated 2010-03-12
// @namespace usoBetterFeedbackBtn
// @include http://userscripts.org/*
// @match http://userscripts.org/*
// @version 0.1.2
@erikvold
erikvold / wsjAdRemover.user.js
Created March 13, 2010 03:39
This userscript removes ads from the Wall Street Journal, if it misses any let me know.
// ==UserScript==
// @name Wall Street Journal Ad Remover
// @namespace wsjAdRemover
// @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 / wsjRemoveNewsReel.user.js
Created March 13, 2010 04:08
This userscript removes the news reel from the Wall Street Journal.
// ==UserScript==
// @name Wall Street Journal Remove News Reel
// @namespace wsjRemoveNewsReel
// @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/*