Release 4chan X v1.2.24.

This commit is contained in:
seaweedchan 2013-07-24 02:12:15 -07:00
parent 2a23975646
commit 979694a973
10 changed files with 51 additions and 13 deletions

View File

@ -1,3 +1,9 @@
### v1.2.24
*2013-07-24*
**seaweedchan**:
- Update archives (warosu is back up, and with it, the option to use it).
### v1.2.23
*2013-07-23*

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.2.23 - 2013-07-23
* 4chan X - Version 1.2.24 - 2013-07-24
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.2.23
// @version 1.2.24
// @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan.
// @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -19,7 +19,7 @@
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
// ==/UserScript==
/*
* 4chan X - Version 1.2.23 - 2013-07-23
* 4chan X - Version 1.2.24 - 2013-07-24
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -323,7 +323,7 @@
doc = d.documentElement;
g = {
VERSION: '1.2.23',
VERSION: '1.2.24',
NAMESPACE: '4chan X.',
boards: {},
threads: {},
@ -7733,6 +7733,14 @@
'boards': ['diy', 'g', 'sci'],
'files': []
},
'warosu': {
'domain': 'fuuka.warosu.org',
'http': true,
'https': true,
'software': 'fuuka',
'boards': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr'],
'files': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr']
},
'Rebecca Black Tech': {
'domain': 'rbt.asia',
'http': true,

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.2.23
// @version 1.2.24
// @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan.
// @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.2.23
// @version 1.2.24
// @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan.
// @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -19,7 +19,7 @@
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
// ==/UserScript==
/*
* 4chan X - Version 1.2.23 - 2013-07-23
* 4chan X - Version 1.2.24 - 2013-07-24
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -320,7 +320,7 @@
doc = d.documentElement;
g = {
VERSION: '1.2.23',
VERSION: '1.2.24',
NAMESPACE: '4chan X.',
boards: {},
threads: {},
@ -7728,6 +7728,14 @@
'boards': ['diy', 'g', 'sci'],
'files': []
},
'warosu': {
'domain': 'fuuka.warosu.org',
'http': true,
'https': true,
'software': 'fuuka',
'boards': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr'],
'files': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr']
},
'Rebecca Black Tech': {
'domain': 'rbt.asia',
'http': true,

View File

@ -1,6 +1,6 @@
{
"name": "4chan X",
"version": "1.2.23",
"version": "1.2.24",
"manifest_version": 2,
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"icons": {

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
* 4chan X - Version 1.2.23 - 2013-07-23
* 4chan X - Version 1.2.24 - 2013-07-24
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -300,7 +300,7 @@
doc = d.documentElement;
g = {
VERSION: '1.2.23',
VERSION: '1.2.24',
NAMESPACE: '4chan X.',
boards: {},
threads: {},
@ -7715,6 +7715,14 @@
'boards': ['diy', 'g', 'sci'],
'files': []
},
'warosu': {
'domain': 'fuuka.warosu.org',
'http': true,
'https': true,
'software': 'fuuka',
'boards': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr'],
'files': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr']
},
'Rebecca Black Tech': {
'domain': 'rbt.asia',
'http': true,

View File

@ -1 +1 @@
postMessage({version:'1.2.23'},'*')
postMessage({version:'1.2.24'},'*')

View File

@ -1,6 +1,6 @@
{
"name": "4chan-X",
"version": "1.2.23",
"version": "1.2.24",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",

View File

@ -87,6 +87,14 @@ Redirect =
'boards': ['diy', 'g', 'sci']
'files': []
'warosu':
'domain': 'fuuka.warosu.org'
'http': true
'https': true
'software': 'fuuka'
'boards': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr']
'files': ['3', 'cgl', 'ck', 'fa', 'ic', 'jp', 'lit', 'q', 'tg', 'vr']
'Rebecca Black Tech':
'domain': 'rbt.asia'
'http': true