Remove some aerosmit signatures, remove donate link.

This commit is contained in:
Nicolas Stepien 2011-11-24 00:59:58 +01:00
parent 2146358b19
commit 5ab9577fd7
3 changed files with 10 additions and 12 deletions

View File

@ -7,7 +7,7 @@
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include http://sys.4chan.org/* // @include http://sys.4chan.org/*
// @run-at document-start // @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== // ==/UserScript==
/* LICENSE /* LICENSE
@ -41,7 +41,7 @@
* 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://jashkenas.github.com/coffee-script/ * [1]: http://jashkenas.github.com/coffee-script/
* [2]: http://github.com/aeosynth/4chan-x * [2]: http://github.com/mayhemydg/4chan-x
*/ */
/* CONTRIBUTORS /* CONTRIBUTORS
@ -202,7 +202,7 @@
} }
})(null, config); })(null, config);
NAMESPACE = 'AEOS.4chan_x.'; NAMESPACE = '4chan_x.';
SECOND = 1000; SECOND = 1000;
@ -1218,9 +1218,8 @@
dialog = ui.dialog('options', '', '\ dialog = ui.dialog('options', '', '\
<div id=optionsbar>\ <div id=optionsbar>\
<div id=credits>\ <div id=credits>\
<a target=_blank href=http://aeosynth.github.com/4chan-x/>4chan X</a>\ <a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>\
| <a target=_blank href=https://github.com/aeosynth/4chan-x/issues>Issues</a>\ | <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>\
| <a target=_blank href=https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2DBVZBUAM4DHC&lc=US&item_name=Aeosynth&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted>Donate</a>\
</div>\ </div>\
<div>\ <div>\
<label for=main_tab>Main</label>\ <label for=main_tab>Main</label>\

View File

@ -12,7 +12,7 @@ HEADER = """
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include http://sys.4chan.org/* // @include http://sys.4chan.org/*
// @run-at document-start // @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== // ==/UserScript==
/* LICENSE /* LICENSE
@ -46,7 +46,7 @@ HEADER = """
* 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://jashkenas.github.com/coffee-script/ * [1]: http://jashkenas.github.com/coffee-script/
* [2]: http://github.com/aeosynth/4chan-x * [2]: http://github.com/mayhemydg/4chan-x
*/ */
/* CONTRIBUTORS /* CONTRIBUTORS

View File

@ -117,7 +117,7 @@ conf = {}
conf[parent] = obj conf[parent] = obj
) null, config ) null, config
NAMESPACE = 'AEOS.4chan_x.' NAMESPACE = '4chan_x.'
SECOND = 1000 SECOND = 1000
MINUTE = 60*SECOND MINUTE = 60*SECOND
HOUR = 60*MINUTE HOUR = 60*MINUTE
@ -874,9 +874,8 @@ options =
dialog = ui.dialog 'options', '', ' dialog = ui.dialog 'options', '', '
<div id=optionsbar> <div id=optionsbar>
<div id=credits> <div id=credits>
<a target=_blank href=http://aeosynth.github.com/4chan-x/>4chan X</a> <a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>
| <a target=_blank href=https://github.com/aeosynth/4chan-x/issues>Issues</a> | <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>
| <a target=_blank href=https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2DBVZBUAM4DHC&lc=US&item_name=Aeosynth&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted>Donate</a>
</div> </div>
<div> <div>
<label for=main_tab>Main</label> <label for=main_tab>Main</label>