Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Remove updater require's.
Browse files Browse the repository at this point in the history
Greasemonkey and other userscript managers generally all have their own
script updaters now.

Signed-off-by: Tim Smart <tim@fostle.com>
  • Loading branch information
tim-smart committed Jun 9, 2012
1 parent 66b460a commit de7b808
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 46 deletions.
1 change: 0 additions & 1 deletion download_youtube_caption/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// @namespace http://userscripts.org/users/tim
// @include http://*youtube.com/watch*
// @include https://*youtube.com/watch*
// @require http://updater.usotools.co.cc/50003.js
// @author Tim Smart
// @copyright 2009 Tim Smart; 2011 gw111zz
// @license GNU GPL v3.0 or later. http://www.gnu.org/copyleft/gpl.html
Expand Down
1 change: 0 additions & 1 deletion gmail_auto_expand/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// @description Expand conversations automatically
// @include http://mail.google.com*
// @include https://mail.google.com*
// @require http://updater.usotools.co.cc/37943.js
// @require http://userscripts.org/scripts/source/56812.user.js
// ==/UserScript==

Expand Down
1 change: 0 additions & 1 deletion gmail_inbox_reply/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// @namespace http://userscripts.org/users/63868
// @include http://mail.google.com*
// @include https://mail.google.com*
// @require http://updater.usotools.co.cc/38212.js
// @require http://userscripts.org/scripts/source/56812.user.js
// ==/UserScript==

Expand Down
1 change: 0 additions & 1 deletion gmail_next_conv/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// @description Instead of returning to the Inbox after archiving or deleting a conversation, you switch to the next one in line.
// @include http://mail.google.com*
// @include https://mail.google.com*
// @require http://updater.usotools.co.cc/37986.js
// @require http://userscripts.org/scripts/source/56812.user.js
// ==/UserScript==

Expand Down
1 change: 0 additions & 1 deletion gmail_show_details/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// @include http://mail.google.com/*
// @include https://mail.google.com/*
// @require http://userscripts.org/scripts/source/56812.user.js
// @require http://updater.usotools.co.cc/57495.js
// ==/UserScript==

// Initialise the GMailAPI
Expand Down
1 change: 0 additions & 1 deletion gmail_show_images/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// @namespace http://userscripts.org/users/tim
// @include https://mail.google.com*
// @include http://mail.google.com*
// @require http://updater.usotools.co.cc/51694.js
// @require http://userscripts.org/scripts/source/56812.user.js
// ==/UserScript==

Expand Down
1 change: 0 additions & 1 deletion uso_custom_search/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// @author Tim Smart
// @copyright 2010 (c) Tim Smart. All rights reserved.
// @license Creative Commons BY-NC-SA http://creativecommons.org/licenses/by-nc-sa/3.0/
// @require http://updater.usotools.co.cc/88396.js
// ==/UserScript==

var CONFIG = {
Expand Down
1 change: 0 additions & 1 deletion uso_links/script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// @description Add's shortcuts links to the login status bar.
// @include http://userscripts.org/*
// @include https://userscripts.org/*
// @require http://updater.usotools.co.cc/105289.js
// @license MIT (See file header)
// @copyright (c) 2011 Tim Smart
// ==/UserScript==
Expand Down
1 change: 0 additions & 1 deletion uso_meet_markdown/script.user.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# @namespace http://userscripts.org/users/tim
# @description Markdown gets married to Userscript.org
# @include http://userscripts.org/topics/*
# @require http://updater.usotools.co.cc/70901.js
# @require http://userscripts.org/scripts/source/70908.user.js
# @require http://userscripts.org/scripts/source/104570.user.js
# ==/UserScript==
Expand Down
53 changes: 16 additions & 37 deletions uso_meet_markdown/script.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de7b808

Please sign in to comment.