diff --git a/4chan_x.user.js b/4chan_x.user.js index f0c0350a8..0d471ed0e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -6,7 +6,7 @@ // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* -// @icon https://github.com/aeosynth/4chan-x/raw/gh-pages/favicon.png +// @icon https://raw.github.com/aeosynth/4chan-x/gh-pages/favicon.png // ==/UserScript== /* LICENSE diff --git a/Cakefile b/Cakefile index b59ac74d5..6d5ac1eac 100644 --- a/Cakefile +++ b/Cakefile @@ -11,7 +11,7 @@ HEADER = """ // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* -// @icon https://github.com/aeosynth/4chan-x/raw/gh-pages/favicon.png +// @icon https://raw.github.com/aeosynth/4chan-x/gh-pages/favicon.png // ==/UserScript== /* LICENSE diff --git a/script.coffee b/script.coffee index 0779c6156..e61687339 100644 --- a/script.coffee +++ b/script.coffee @@ -86,7 +86,7 @@ config = # XXX chrome can't into `{log} = console` if console? # XXX scriptish - console.log.apply is not a function - # https://github.com/scriptish/scriptish/issues/499 + # https://github.com/scriptish/scriptish/issues/3 log = (arg) -> console.log arg