Merge branch 'master' of github.com:aeosynth/4chan-x
This commit is contained in:
commit
8164deab6a
@ -6,7 +6,7 @@
|
|||||||
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
||||||
// @include http://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @include http://sys.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==
|
// ==/UserScript==
|
||||||
|
|
||||||
/* LICENSE
|
/* LICENSE
|
||||||
|
|||||||
2
Cakefile
2
Cakefile
@ -11,7 +11,7 @@ HEADER = """
|
|||||||
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
||||||
// @include http://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
// @include http://sys.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==
|
// ==/UserScript==
|
||||||
|
|
||||||
/* LICENSE
|
/* LICENSE
|
||||||
|
|||||||
@ -86,7 +86,7 @@ config =
|
|||||||
# XXX chrome can't into `{log} = console`
|
# XXX chrome can't into `{log} = console`
|
||||||
if console?
|
if console?
|
||||||
# XXX scriptish - console.log.apply is not a function
|
# 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) ->
|
log = (arg) ->
|
||||||
console.log arg
|
console.log arg
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user