From e5797d029db58161b39758a4452f0ee0be9fb9a3 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 20 Dec 2011 06:24:58 +0100 Subject: [PATCH] Aesthetic changes. --- 4chan_x.user.js | 10 +++++----- Cakefile | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 09a88d908..c6ce54597 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -8,15 +8,15 @@ // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* // @run-at document-start -// @updateURL https://raw.github.com/mayhemydg/4chan-x/stable/4chan_x.user.js -// @icon https://raw.github.com/mayhemydg/4chan-x/gh-pages/favicon.gif +// @updateURL https://raw.github.com/MayhemYDG/4chan-x/stable/4chan_x.user.js +// @icon http://mayhemydg.github.com/4chan-x/favicon.gif // ==/UserScript== /* LICENSE * * Copyright (c) 2009-2011 James Campos * http://mayhemydg.github.com/4chan-x/ - * 4chan x 2.23.6 + * 4chan X 2.23.6 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -40,10 +40,10 @@ * * HACKING * - * 4chan x is written in CoffeeScript[1], and developed on GitHub[2]. + * 4chan X is written in CoffeeScript[1], and developed on GitHub[2]. * * [1]: http://coffeescript.org/ - * [2]: http://github.com/mayhemydg/4chan-x + * [2]: https://github.com/MayhemYDG/4chan-x * * CONTRIBUTORS * diff --git a/Cakefile b/Cakefile index 6d79bca48..036784ec0 100644 --- a/Cakefile +++ b/Cakefile @@ -15,15 +15,15 @@ HEADER = """ // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* // @run-at document-start -// @updateURL https://raw.github.com/mayhemydg/4chan-x/stable/4chan_x.user.js -// @icon https://raw.github.com/mayhemydg/4chan-x/gh-pages/favicon.gif +// @updateURL https://raw.github.com/MayhemYDG/4chan-x/stable/4chan_x.user.js +// @icon http://mayhemydg.github.com/4chan-x/favicon.gif // ==/UserScript== /* LICENSE * * Copyright (c) 2009-2011 James Campos * http://mayhemydg.github.com/4chan-x/ - * 4chan x #{VERSION} + * 4chan X #{VERSION} * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -47,10 +47,10 @@ HEADER = """ * * HACKING * - * 4chan x is written in CoffeeScript[1], and developed on GitHub[2]. + * 4chan X is written in CoffeeScript[1], and developed on GitHub[2]. * * [1]: http://coffeescript.org/ - * [2]: http://github.com/mayhemydg/4chan-x + * [2]: https://github.com/MayhemYDG/4chan-x * * CONTRIBUTORS *