diff --git a/CHANGELOG.md b/CHANGELOG.md
index 432ea1a27..fc62c6e35 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+### v1.4.2
+*2014-04-02*
+
**MayhemYDG**:
- Fix captcha not refreshing.
- Fix captcha submission:
diff --git a/LICENSE b/LICENSE
index 160826428..405035a07 100755
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,8 @@
/*
-* 4chan X - Version 1.4.1 - 2014-04-02
+* 4chan X - Version 1.4.2 - 2014-04-02
*
* Licensed under the MIT license.
-* https://github.com/Spittie/4chan-x/blob/master/LICENSE
+* https://github.com/ccd0/4chan-x/blob/master/LICENSE
*
* Appchan X Copyright © 2013-2013 Zixaphir
* http://zixaphir.github.io/appchan-x/
diff --git a/README.md b/README.md
index eeaee6494..f62fa29d4 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-Personal fork of Seaweed's 4chan X.
+Personal fork of Spittie's 4chan X.
-#### [Why 4chan X needs to access data on every site?](https://github.com/Spittie/4chan-x/wiki/Why-4chan-X-needs-to-access-data-from-every-website%3F)
+#### [Why 4chan X needs to access data on every site?](https://github.com/ccd0/4chan-x/wiki/Why-4chan-X-needs-to-access-data-from-every-website%3F)
##[Install](../../raw/master/builds/4chan-X.user.js) (Firefox)
##[Install](../../raw/master/builds/crx.crx) (Chrom*)
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index c057f780d..412029ca6 100755
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,11 +1,11 @@
// ==UserScript==
// @name 4chan X
-// @version 1.4.1
+// @version 1.4.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan.
-// @license MIT; https://github.com/Spittie/4chan-x/blob/master/LICENSE
+// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @match *://boards.4chan.org/*
// @match *://sys.4chan.org/*
// @match *://a.4cdn.org/*
@@ -17,7 +17,7 @@
// @grant GM_openInTab
// @grant GM_xmlhttpRequest
// @run-at document-start
-// @updateURL https://github.com/Spittie/4chan-x/raw/stable/builds/4chan-X.meta.js
-// @downloadURL https://github.com/Spittie/4chan-x/raw/stable/builds/4chan-X.user.js
+// @updateURL https://github.com/ccd0/4chan-x/raw/stable/builds/4chan-X.meta.js
+// @downloadURL https://github.com/ccd0/4chan-x/raw/stable/builds/4chan-X.user.js
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAF5JREFUeNrtkTESABAQxPD/R6tsE2dUGYUtFJvLDKf93KevHJAjpBorAQWSBIKqFASC4G0pCAkm4GfaEvgYXl0T6HBaE97f0vmnfYHbZOMLZCx9ISdKWwjOWZSC8GYm4SUGwfYgqI4AAAAASUVORK5CYII=
// ==/UserScript==
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 24025db5f..ef587c094 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,12 +1,12 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.4.1
+// @version 1.4.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan.
-// @license MIT; https://github.com/Spittie/4chan-x/blob/master/LICENSE
+// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @match *://boards.4chan.org/*
// @match *://sys.4chan.org/*
// @match *://a.4cdn.org/*
@@ -18,16 +18,16 @@
// @grant GM_openInTab
// @grant GM_xmlhttpRequest
// @run-at document-start
-// @updateURL https://github.com/Spittie/4chan-x/raw/stable/builds/4chan-X.meta.js
-// @downloadURL https://github.com/Spittie/4chan-x/raw/stable/builds/4chan-X.user.js
+// @updateURL https://github.com/ccd0/4chan-x/raw/stable/builds/4chan-X.meta.js
+// @downloadURL https://github.com/ccd0/4chan-x/raw/stable/builds/4chan-X.user.js
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAF5JREFUeNrtkTESABAQxPD/R6tsE2dUGYUtFJvLDKf93KevHJAjpBorAQWSBIKqFASC4G0pCAkm4GfaEvgYXl0T6HBaE97f0vmnfYHbZOMLZCx9ISdKWwjOWZSC8GYm4SUGwfYgqI4AAAAASUVORK5CYII=
// ==/UserScript==
/*
-* 4chan X - Version 1.4.1 - 2014-04-02
+* 4chan X - Version 1.4.2 - 2014-04-02
*
* Licensed under the MIT license.
-* https://github.com/Spittie/4chan-x/blob/master/LICENSE
+* https://github.com/ccd0/4chan-x/blob/master/LICENSE
*
* Appchan X Copyright © 2013-2013 Zixaphir
* http://zixaphir.github.io/appchan-x/
@@ -295,7 +295,7 @@
'Shortcut Icons': true,
'Custom Board Navigation': true
},
- boardnav: "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/seaweedchan/4chan-x/wiki/Frequently-Asked-Questions\"]",
+ boardnav: "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions\"]",
QR: {
'QR.personas': "#email:\"sage\";boards:jp;always"
},
@@ -364,7 +364,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.4.1',
+ VERSION: '1.4.2',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -6330,7 +6330,7 @@
console.log(url);
console.log(line);
return QR.error($.el('span', {
- innerHTML: "4chan X encountered an error while posting. \n[Banned?] [More info]"
+ innerHTML: "4chan X encountered an error while posting. \n[Banned?] [More info]"
}));
}
};
@@ -12568,7 +12568,7 @@
return;
}
$.event('CloseMenu');
- html = "";
+ html = "";
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
});
@@ -13362,7 +13362,7 @@
return;
}
if (previousversion) {
- changelog = 'https://github.com/Spittie/4chan-x/blob/master/CHANGELOG.md';
+ changelog = 'https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md';
el = $.el('span', {
innerHTML: "4chan X has been updated to version " + g.VERSION + "."
});
diff --git a/builds/crx.crx b/builds/crx.crx
index a1dfc40c7..6296914f1 100644
Binary files a/builds/crx.crx and b/builds/crx.crx differ
diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json
index 7022ab53a..69d23a55b 100755
--- a/builds/crx/manifest.json
+++ b/builds/crx/manifest.json
@@ -1,6 +1,6 @@
{
"name": "4chan X",
- "version": "1.4.1",
+ "version": "1.4.2",
"manifest_version": 2,
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"icons": {
@@ -14,7 +14,7 @@
"all_frames": true,
"run_at": "document_start"
}],
- "homepage_url": "http://seaweedchan.github.io/4chan-x/",
+ "homepage_url": "https://github.com/ccd0/4chan-x",
"minimum_chrome_version": "31",
"permissions": [
"storage",
diff --git a/builds/crx/script.js b/builds/crx/script.js
index 24a3a3798..77f34d83e 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -1,9 +1,9 @@
// Generated by CoffeeScript
/*
-* 4chan X - Version 1.4.1 - 2014-04-02
+* 4chan X - Version 1.4.2 - 2014-04-02
*
* Licensed under the MIT license.
-* https://github.com/Spittie/4chan-x/blob/master/LICENSE
+* https://github.com/ccd0/4chan-x/blob/master/LICENSE
*
* Appchan X Copyright © 2013-2013 Zixaphir
* http://zixaphir.github.io/appchan-x/
@@ -271,7 +271,7 @@
'Shortcut Icons': true,
'Custom Board Navigation': true
},
- boardnav: "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/seaweedchan/4chan-x/wiki/Frequently-Asked-Questions\"]",
+ boardnav: "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions\"]",
QR: {
'QR.personas': "#email:\"sage\";boards:jp;always"
},
@@ -340,7 +340,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.4.1',
+ VERSION: '1.4.2',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -6355,7 +6355,7 @@
console.log(url);
console.log(line);
return QR.error($.el('span', {
- innerHTML: "4chan X encountered an error while posting. \n[Banned?] [More info]"
+ innerHTML: "4chan X encountered an error while posting. \n[Banned?] [More info]"
}));
}
};
@@ -12571,7 +12571,7 @@
return;
}
$.event('CloseMenu');
- html = "";
+ html = "";
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
});
@@ -13347,7 +13347,7 @@
return;
}
if (previousversion) {
- changelog = 'https://github.com/Spittie/4chan-x/blob/master/CHANGELOG.md';
+ changelog = 'https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md';
el = $.el('span', {
innerHTML: "4chan X has been updated to version " + g.VERSION + "."
});
diff --git a/latest.js b/latest.js
index 3b382428a..69e45d60e 100755
--- a/latest.js
+++ b/latest.js
@@ -1 +1 @@
-postMessage({version:'1.4.1'},'*')
+postMessage({version:'1.4.2'},'*')
diff --git a/package.json b/package.json
index 76416b1c4..921792a59 100755
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
"name": "4chan-X",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
- "repo": "https://github.com/Spittie/4chan-x/",
- "page": "http://seaweedchan.github.io/4chan-x/",
+ "repo": "https://github.com/ccd0/4chan-x/",
+ "page": "https://github.com/ccd0/4chan-x",
"buildsPath": "builds/",
"mainBranch": "master",
"matches": [
@@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/seaweedchan/4chan-x.git"
+ "url": "https://github.com/ccd0/4chan-x.git"
},
"author": "seaweedchan ",
"contributors": [
diff --git a/src/General/Config.coffee b/src/General/Config.coffee
index b59f82076..d753a1b54 100755
--- a/src/General/Config.coffee
+++ b/src/General/Config.coffee
@@ -543,7 +543,7 @@ mu-replace
sp-replace
tv-replace
vp-replace
-[external-text:"FAQ","https://github.com/seaweedchan/4chan-x/wiki/Frequently-Asked-Questions"]
+[external-text:"FAQ","https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions"]
"""
QR:
diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee
index de07b690c..9fd8318bd 100644
--- a/src/Posting/QR.coffee
+++ b/src/Posting/QR.coffee
@@ -675,7 +675,7 @@ QR =
QR.error $.el 'span',
innerHTML: """
4chan X encountered an error while posting.
- [Banned?] [More info]
+ [Banned?] [More info]
"""
extra =
form: $.formData formData