diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index baa0031d5..000000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: node_js -node_js: - - 0.8 diff --git a/4chan_x.meta.js b/4chan_x.meta.js index 5fce480bc..2faa993c5 100644 --- a/4chan_x.meta.js +++ b/4chan_x.meta.js @@ -9,7 +9,6 @@ // @match *://images.4chan.org/* // @match *://sys.4chan.org/* // @match *://api.4chan.org/* -// @match *://*.foolz.us/api/* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue diff --git a/4chan_x.user.js b/4chan_x.user.js index b8cd616d0..696a5dd70 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -9,7 +9,6 @@ // @match *://images.4chan.org/* // @match *://sys.4chan.org/* // @match *://api.4chan.org/* -// @match *://*.foolz.us/api/* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -2614,11 +2613,8 @@ case 'v': case 'vg': case 'wsg': - case 'dev': - case 'foolz': return "//archive.foolz.us/_/api/chan/post/?board=" + board + "&num=" + postID; case 'u': - case 'kuku': return "//nsfw.foolz.us/_/api/chan/post/?board=" + board + "&num=" + postID; case 'c': case 'int': diff --git a/README.md b/README.md index 48ed0dc46..d377b6372 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 4chan X [![Build Status](https://secure.travis-ci.org/MayhemYDG/4chan-x.png?branch=v3)](https://travis-ci.org/MayhemYDG/4chan-x) +# 4chan X Get it [here](http://mayhemydg.github.com/4chan-x/). diff --git a/src/features.coffee b/src/features.coffee index 9cb2f6bbb..272f7bb6b 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -1285,9 +1285,9 @@ Redirect = "//archive.nyafuu.org/#{board}/full_image/#{filename}" post: (board, postID) -> switch "#{board}" - when 'a', 'co', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'wsg', 'dev', 'foolz' + when 'a', 'co', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'wsg' "//archive.foolz.us/_/api/chan/post/?board=#{board}&num=#{postID}" - when 'u', 'kuku' + when 'u' "//nsfw.foolz.us/_/api/chan/post/?board=#{board}&num=#{postID}" when 'c', 'int', 'po' "//archive.thedarkcave.org/_/api/chan/post/?board=#{board}&num=#{postID}" diff --git a/src/metadata.js b/src/metadata.js index 82f1b8dfa..59bd32676 100644 --- a/src/metadata.js +++ b/src/metadata.js @@ -9,7 +9,6 @@ // @match *://images.4chan.org/* // @match *://sys.4chan.org/* // @match *://api.4chan.org/* -// @match *://*.foolz.us/api/* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue