Release 4chan X v1.13.14.1.
This commit is contained in:
parent
a11b8cbc8b
commit
06e4d3a17f
@ -4,6 +4,9 @@
|
||||
|
||||
### v1.13.14
|
||||
|
||||
**v1.13.14.1** *(2017-10-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.1/builds/4chan-X-noupdate.crx)]
|
||||
- Bugfix: hide OP bottom backlinks in catalog mode.
|
||||
|
||||
**v1.13.14.0** *(2017-10-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.0/builds/4chan-X-noupdate.crx)]
|
||||
- Based on v1.13.13.1.
|
||||
- (saxamaphone69) Implement `Bottom Backlinks` option to place backlinks below the post content rather than above it. #101
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.13.14.0
|
||||
// @version 1.13.14.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.13.14.0
|
||||
// @version 1.13.14.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -159,7 +159,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.14.0',
|
||||
VERSION: '1.13.14.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -2098,6 +2098,7 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||
.catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime),\n\
|
||||
.catalog-post > * > * > .posteruid,\n\
|
||||
:root.bottom-backlinks .catalog-post > .container,\n\
|
||||
.post:not(.catalog-post) > .catalog-link,\n\
|
||||
.post:not(.catalog-post) > .catalog-stats,\n\
|
||||
.post:not(.catalog-post) > .catalog-replies {\n\
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.14.0
|
||||
// @version 1.13.14.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -159,7 +159,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.14.0',
|
||||
VERSION: '1.13.14.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -2098,6 +2098,7 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||
.catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime),\n\
|
||||
.catalog-post > * > * > .posteruid,\n\
|
||||
:root.bottom-backlinks .catalog-post > .container,\n\
|
||||
.post:not(.catalog-post) > .catalog-link,\n\
|
||||
.post:not(.catalog-post) > .catalog-stats,\n\
|
||||
.post:not(.catalog-post) > .catalog-replies {\n\
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.14.0
|
||||
// @version 1.13.14.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.14.0
|
||||
// @version 1.13.14.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -159,7 +159,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.14.0',
|
||||
VERSION: '1.13.14.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -2098,6 +2098,7 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||
.catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime),\n\
|
||||
.catalog-post > * > * > .posteruid,\n\
|
||||
:root.bottom-backlinks .catalog-post > .container,\n\
|
||||
.post:not(.catalog-post) > .catalog-link,\n\
|
||||
.post:not(.catalog-post) > .catalog-stats,\n\
|
||||
.post:not(.catalog-post) > .catalog-replies {\n\
|
||||
|
||||
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
"4chan-x@4chan-x.net": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.13.14.0",
|
||||
"version": "1.13.14.1",
|
||||
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
|
||||
}
|
||||
]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.14.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.14.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"4chan-x@4chan-x.net": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.13.14.0",
|
||||
"version": "1.13.14.1",
|
||||
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
|
||||
}
|
||||
]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.14.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.14.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.13.14.0",
|
||||
"date": "2017-10-23T05:34:40.367Z"
|
||||
"version": "1.13.14.1",
|
||||
"date": "2017-10-23T06:04:23.520Z"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user