diff --git a/4chan_x.user.js b/4chan_x.user.js index 64746ad2a..c991164e6 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -7,7 +7,7 @@ // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* // @run-at document-start -// @icon https://raw.github.com/aeosynth/4chan-x/gh-pages/favicon.png +// @icon https://raw.github.com/mayhemydg/4chan-x/gh-pages/favicon.png // ==/UserScript== /* LICENSE @@ -41,7 +41,7 @@ * 4chan x is written in CoffeeScript[1], and developed on github[2]. * * [1]: http://jashkenas.github.com/coffee-script/ - * [2]: http://github.com/aeosynth/4chan-x + * [2]: http://github.com/mayhemydg/4chan-x */ /* CONTRIBUTORS @@ -202,7 +202,7 @@ } })(null, config); - NAMESPACE = 'AEOS.4chan_x.'; + NAMESPACE = '4chan_x.'; SECOND = 1000; @@ -1218,9 +1218,8 @@ dialog = ui.dialog('options', '', '\
\
\ - 4chan X\ - | Issues\ - | Donate\ + 4chan X\ + | Issues\
\
\ \ diff --git a/Cakefile b/Cakefile index e6c085f77..39b1b0117 100644 --- a/Cakefile +++ b/Cakefile @@ -12,7 +12,7 @@ HEADER = """ // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* // @run-at document-start -// @icon https://raw.github.com/aeosynth/4chan-x/gh-pages/favicon.png +// @icon https://raw.github.com/mayhemydg/4chan-x/gh-pages/favicon.png // ==/UserScript== /* LICENSE @@ -46,7 +46,7 @@ HEADER = """ * 4chan x is written in CoffeeScript[1], and developed on github[2]. * * [1]: http://jashkenas.github.com/coffee-script/ - * [2]: http://github.com/aeosynth/4chan-x + * [2]: http://github.com/mayhemydg/4chan-x */ /* CONTRIBUTORS diff --git a/script.coffee b/script.coffee index f448c1567..2f479cc37 100644 --- a/script.coffee +++ b/script.coffee @@ -117,7 +117,7 @@ conf = {} conf[parent] = obj ) null, config -NAMESPACE = 'AEOS.4chan_x.' +NAMESPACE = '4chan_x.' SECOND = 1000 MINUTE = 60*SECOND HOUR = 60*MINUTE @@ -874,9 +874,8 @@ options = dialog = ui.dialog 'options', '', '
- 4chan X - | Issues - | Donate + 4chan X + | Issues