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 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 |
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 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. |
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 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 |
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 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 |
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 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 |
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 Github UnAJAX Issue Links | |
// @namespace githubUnAJAXIssueLinks | |
// @include /https?:\/\/github\.com\/[^\/]*\/[^\/]*\/(issues|unreads|closed)/i | |
// @include http://github.com/*/*/issues | |
// @include http://github.com/*/*/unreads | |
// @include http://github.com/*/*/closed | |
// @match http://github.com/*/*/issues | |
// @match http://github.com/*/*/unreads | |
// @match http://github.com/*/*/closed |
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 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 |
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 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 |
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 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/* |
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 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/* |