Release 4chan X v1.14.16.5.

This commit is contained in:
ccd0 2020-03-06 12:24:02 -08:00
parent 7c2c635f4a
commit fffa1795fe
15 changed files with 51 additions and 22 deletions

View File

@ -4,6 +4,9 @@
### v1.14.16 ### v1.14.16
**v1.14.16.5** *(2020-03-06)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.5/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.5/builds/4chan-X-noupdate.crx)]
- Enable 4chan X by default on more sites.
**v1.14.16.4** *(2020-02-05)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.4/builds/4chan-X-noupdate.crx)] **v1.14.16.4** *(2020-02-05)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.4/builds/4chan-X-noupdate.crx)]
- Fix for unclosed link in https://sushigirl.us/ announcement. - Fix for unclosed link in https://sushigirl.us/ announcement.

Binary file not shown.

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.14.16.4 // @version 1.14.16.5
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it.
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include https://boards.4chan.org/* // @include https://boards.4chan.org/*
@ -51,6 +51,7 @@
// @include https://www.sportschan.org/* // @include https://www.sportschan.org/*
// @include https://sushigirl.us/* // @include https://sushigirl.us/*
// @include https://www.sushigirl.us/* // @include https://www.sushigirl.us/*
// @include https://tvch.moe/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&*

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.14.16.4 // @version 1.14.16.5
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it.
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include https://boards.4chan.org/* // @include https://boards.4chan.org/*
@ -51,6 +51,7 @@
// @include https://www.sportschan.org/* // @include https://www.sportschan.org/*
// @include https://sushigirl.us/* // @include https://sushigirl.us/*
// @include https://www.sushigirl.us/* // @include https://www.sushigirl.us/*
// @include https://tvch.moe/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&*
@ -214,7 +215,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.14.16.4', VERSION: '1.14.16.5',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
sites: Object.create(null), sites: Object.create(null),
boards: Object.create(null) boards: Object.create(null)
@ -1514,12 +1515,19 @@ body.hasDropDownNav{\n\
:root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {\n\ :root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {\n\
position: static;\n\ position: static;\n\
}\n\ }\n\
:root.sw-tinyboard.fixed.top-header:not(.autohide) div.pages.top {\n\
top: auto;\n\
bottom: 0;\n\
}\n\
:root.sw-tinyboard.fixed.top-header.autohide .boardlist,\n\ :root.sw-tinyboard.fixed.top-header.autohide .boardlist,\n\
:root.sw-tinyboard.fixed.top-header.autohide .bar.top {\n\ :root.sw-tinyboard.fixed.top-header.autohide .bar.top {\n\
z-index: 3;\n\ z-index: 3;\n\
}\n\ }\n\
/* Tinyboard site style conflicts */\n\ /* Tinyboard site style conflicts */\n\
:root[data-host=\"fufufu.moe\"].fixed.top-header:not(.autohide) div.pages.top,\n\ :root[data-host=\"fufufu.moe\"].fixed.top-header:not(.autohide) div.pages.top {\n\
top: 26px;\n\
bottom: auto;\n\
}\n\
:root[data-host=\"merorin.com\"].fixed.top-header:not(.autohide) span.settings {\n\ :root[data-host=\"merorin.com\"].fixed.top-header:not(.autohide) span.settings {\n\
top: 26px;\n\ top: 26px;\n\
}\n\ }\n\

Binary file not shown.

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.14.16.4 // @version 1.14.16.5
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it.
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include https://boards.4chan.org/* // @include https://boards.4chan.org/*
@ -51,6 +51,7 @@
// @include https://www.sportschan.org/* // @include https://www.sportschan.org/*
// @include https://sushigirl.us/* // @include https://sushigirl.us/*
// @include https://www.sushigirl.us/* // @include https://www.sushigirl.us/*
// @include https://tvch.moe/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&*
@ -214,7 +215,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.14.16.4', VERSION: '1.14.16.5',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
sites: Object.create(null), sites: Object.create(null),
boards: Object.create(null) boards: Object.create(null)
@ -1514,12 +1515,19 @@ body.hasDropDownNav{\n\
:root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {\n\ :root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {\n\
position: static;\n\ position: static;\n\
}\n\ }\n\
:root.sw-tinyboard.fixed.top-header:not(.autohide) div.pages.top {\n\
top: auto;\n\
bottom: 0;\n\
}\n\
:root.sw-tinyboard.fixed.top-header.autohide .boardlist,\n\ :root.sw-tinyboard.fixed.top-header.autohide .boardlist,\n\
:root.sw-tinyboard.fixed.top-header.autohide .bar.top {\n\ :root.sw-tinyboard.fixed.top-header.autohide .bar.top {\n\
z-index: 3;\n\ z-index: 3;\n\
}\n\ }\n\
/* Tinyboard site style conflicts */\n\ /* Tinyboard site style conflicts */\n\
:root[data-host=\"fufufu.moe\"].fixed.top-header:not(.autohide) div.pages.top,\n\ :root[data-host=\"fufufu.moe\"].fixed.top-header:not(.autohide) div.pages.top {\n\
top: 26px;\n\
bottom: auto;\n\
}\n\
:root[data-host=\"merorin.com\"].fixed.top-header:not(.autohide) span.settings {\n\ :root[data-host=\"merorin.com\"].fixed.top-header:not(.autohide) span.settings {\n\
top: 26px;\n\ top: 26px;\n\
}\n\ }\n\

Binary file not shown.

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.14.16.4 // @version 1.14.16.5
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it.
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include https://boards.4chan.org/* // @include https://boards.4chan.org/*
@ -51,6 +51,7 @@
// @include https://www.sportschan.org/* // @include https://www.sportschan.org/*
// @include https://sushigirl.us/* // @include https://sushigirl.us/*
// @include https://www.sushigirl.us/* // @include https://www.sushigirl.us/*
// @include https://tvch.moe/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&*

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.14.16.4 // @version 1.14.16.5
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it.
// @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include https://boards.4chan.org/* // @include https://boards.4chan.org/*
@ -51,6 +51,7 @@
// @include https://www.sportschan.org/* // @include https://www.sportschan.org/*
// @include https://sushigirl.us/* // @include https://sushigirl.us/*
// @include https://www.sushigirl.us/* // @include https://www.sushigirl.us/*
// @include https://tvch.moe/*
// @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*
// @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&*
@ -214,7 +215,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.14.16.4', VERSION: '1.14.16.5',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
sites: Object.create(null), sites: Object.create(null),
boards: Object.create(null) boards: Object.create(null)
@ -1514,12 +1515,19 @@ body.hasDropDownNav{\n\
:root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {\n\ :root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {\n\
position: static;\n\ position: static;\n\
}\n\ }\n\
:root.sw-tinyboard.fixed.top-header:not(.autohide) div.pages.top {\n\
top: auto;\n\
bottom: 0;\n\
}\n\
:root.sw-tinyboard.fixed.top-header.autohide .boardlist,\n\ :root.sw-tinyboard.fixed.top-header.autohide .boardlist,\n\
:root.sw-tinyboard.fixed.top-header.autohide .bar.top {\n\ :root.sw-tinyboard.fixed.top-header.autohide .bar.top {\n\
z-index: 3;\n\ z-index: 3;\n\
}\n\ }\n\
/* Tinyboard site style conflicts */\n\ /* Tinyboard site style conflicts */\n\
:root[data-host=\"fufufu.moe\"].fixed.top-header:not(.autohide) div.pages.top,\n\ :root[data-host=\"fufufu.moe\"].fixed.top-header:not(.autohide) div.pages.top {\n\
top: 26px;\n\
bottom: auto;\n\
}\n\
:root[data-host=\"merorin.com\"].fixed.top-header:not(.autohide) span.settings {\n\ :root[data-host=\"merorin.com\"].fixed.top-header:not(.autohide) span.settings {\n\
top: 26px;\n\ top: 26px;\n\
}\n\ }\n\

Binary file not shown.

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": { "4chan-x@4chan-x.net": {
"updates": [ "updates": [
{ {
"version": "1.14.16.4", "version": "1.14.16.5",
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx" "update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
} }
] ]

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'> <app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.16.4' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.16.5' />
</app> </app>
</gupdate> </gupdate>

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": { "4chan-x@4chan-x.net": {
"updates": [ "updates": [
{ {
"version": "1.14.16.4", "version": "1.14.16.5",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx" "update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
} }
] ]

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'> <app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.16.4' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.16.5' />
</app> </app>
</gupdate> </gupdate>

View File

@ -1,4 +1,4 @@
{ {
"version": "1.14.16.4", "version": "1.14.16.5",
"date": "2020-02-05T06:41:46.412Z" "date": "2020-03-06T20:16:06.958Z"
} }