diff --git a/CHANGELOG.md b/CHANGELOG.md index c60d30179..7cc916599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### 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)] - Fix for unclosed link in https://sushigirl.us/ announcement. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index d84f6a6e0..4dbe17fcb 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 1ddb95ab3..f80821d42 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.16.4 +// @version 1.14.16.5 // @minGMVer 1.14 // @minFFVer 26 // @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 // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -51,6 +51,7 @@ // @include https://www.sportschan.org/* // @include https://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/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 86d3f80e8..4861fc83e 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.16.4 +// @version 1.14.16.5 // @minGMVer 1.14 // @minFFVer 26 // @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 // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -51,6 +51,7 @@ // @include https://www.sportschan.org/* // @include https://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/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* @@ -214,7 +215,7 @@ docSet = function() { }; g = { - VERSION: '1.14.16.4', + VERSION: '1.14.16.5', NAMESPACE: '4chan X.', sites: 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\ position: static;\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 .bar.top {\n\ z-index: 3;\n\ }\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\ top: 26px;\n\ }\n\ diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 1b629b5c5..e041ebe94 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index c092cbc3a..589a94d6e 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X -// @version 1.14.16.4 +// @version 1.14.16.5 // @minGMVer 1.14 // @minFFVer 26 // @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 // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -51,6 +51,7 @@ // @include https://www.sportschan.org/* // @include https://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/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* @@ -214,7 +215,7 @@ docSet = function() { }; g = { - VERSION: '1.14.16.4', + VERSION: '1.14.16.5', NAMESPACE: '4chan X.', sites: 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\ position: static;\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 .bar.top {\n\ z-index: 3;\n\ }\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\ top: 26px;\n\ }\n\ diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 6933d6104..ddb8424d2 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 99c417bee..414fc72da 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X -// @version 1.14.16.4 +// @version 1.14.16.5 // @minGMVer 1.14 // @minFFVer 26 // @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 // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -51,6 +51,7 @@ // @include https://www.sportschan.org/* // @include https://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/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 936367c36..75ed2bb0c 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X -// @version 1.14.16.4 +// @version 1.14.16.5 // @minGMVer 1.14 // @minFFVer 26 // @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 // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -51,6 +51,7 @@ // @include https://www.sportschan.org/* // @include https://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/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc* // @include https://www.google.com/recaptcha/api2/frame?*&k=887877714&* @@ -214,7 +215,7 @@ docSet = function() { }; g = { - VERSION: '1.14.16.4', + VERSION: '1.14.16.5', NAMESPACE: '4chan X.', sites: 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\ position: static;\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 .bar.top {\n\ z-index: 3;\n\ }\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\ top: 26px;\n\ }\n\ diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index cc8ca7e17..386337772 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.json b/builds/updates-beta.json index 91b5ccb22..569edc867 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.16.4", + "version": "1.14.16.5", "update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx" } ] diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index 8976cd85d..e2dcce20c 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.json b/builds/updates.json index 8a24f06d3..e1d144f7c 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.16.4", + "version": "1.14.16.5", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index 01694bc84..be26e5680 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index b2f4a1259..1ec75e38c 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.16.4", - "date": "2020-02-05T06:41:46.412Z" + "version": "1.14.16.5", + "date": "2020-03-06T20:16:06.958Z" } \ No newline at end of file