Aesthetic changes.
This commit is contained in:
parent
dffd613a2c
commit
e5797d029d
@ -8,15 +8,15 @@
|
|||||||
// @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
|
||||||
// @updateURL https://raw.github.com/mayhemydg/4chan-x/stable/4chan_x.user.js
|
// @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
|
// @icon http://mayhemydg.github.com/4chan-x/favicon.gif
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/* LICENSE
|
/* LICENSE
|
||||||
*
|
*
|
||||||
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
|
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
|
||||||
* http://mayhemydg.github.com/4chan-x/
|
* 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
|
* Permission is hereby granted, free of charge, to any person
|
||||||
* obtaining a copy of this software and associated documentation
|
* obtaining a copy of this software and associated documentation
|
||||||
@ -40,10 +40,10 @@
|
|||||||
*
|
*
|
||||||
* HACKING
|
* 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/
|
* [1]: http://coffeescript.org/
|
||||||
* [2]: http://github.com/mayhemydg/4chan-x
|
* [2]: https://github.com/MayhemYDG/4chan-x
|
||||||
*
|
*
|
||||||
* CONTRIBUTORS
|
* CONTRIBUTORS
|
||||||
*
|
*
|
||||||
|
|||||||
10
Cakefile
10
Cakefile
@ -15,15 +15,15 @@ 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
|
||||||
// @updateURL https://raw.github.com/mayhemydg/4chan-x/stable/4chan_x.user.js
|
// @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
|
// @icon http://mayhemydg.github.com/4chan-x/favicon.gif
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/* LICENSE
|
/* LICENSE
|
||||||
*
|
*
|
||||||
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
|
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
|
||||||
* http://mayhemydg.github.com/4chan-x/
|
* http://mayhemydg.github.com/4chan-x/
|
||||||
* 4chan x #{VERSION}
|
* 4chan X #{VERSION}
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person
|
* Permission is hereby granted, free of charge, to any person
|
||||||
* obtaining a copy of this software and associated documentation
|
* obtaining a copy of this software and associated documentation
|
||||||
@ -47,10 +47,10 @@ HEADER = """
|
|||||||
*
|
*
|
||||||
* HACKING
|
* 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/
|
* [1]: http://coffeescript.org/
|
||||||
* [2]: http://github.com/mayhemydg/4chan-x
|
* [2]: https://github.com/MayhemYDG/4chan-x
|
||||||
*
|
*
|
||||||
* CONTRIBUTORS
|
* CONTRIBUTORS
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user