diff --git a/CHANGELOG.md b/CHANGELOG.md index 7988b1620..5bd600174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.14.11 +**v1.14.11.4** *(2019-08-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.4/builds/4chan-X-noupdate.crx)] +- Assume Chrome is broken by default. #2378 + **v1.14.11.3** *(2019-08-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.3/builds/4chan-X-noupdate.crx)] - Reduce default thread updater interval from 30 seconds to 5 seconds. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index a9aec9378..35de64e48 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 25329aece..2016ae8e7 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.11.3 +// @version 1.14.11.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 70cd6c997..acda41b6f 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.11.3 +// @version 1.14.11.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -199,7 +199,7 @@ docSet = function() { }; g = { - VERSION: '1.14.11.3', + VERSION: '1.14.11.4', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -270,6 +270,7 @@ Config = (function() { 'Remove Spoilers': [false, 'Remove all spoilers in text.'], 'Reveal Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'], 'Normalize URL': [true, 'Rewrite the URL of the current page, removing slugs and excess slashes, and changing /res/ to /thread/.'], + 'Work around CORB Bug': [true, 'Leave this checked until your garbage browser is fixed.'], 'Disable Autoplaying Sounds': [false, 'Prevent sounds on the page from autoplaying.'], 'Disable Native Extension': [true, '4chan X is NOT designed to work with the native extension.'], 'Enable Native Flash Embedding': [true, 'Activate the native extension\'s Flash embedding if the native extension is disabled.'] @@ -558,7 +559,6 @@ Config = (function() { 'Thread Quotes': false, 'Max Replies': 1000, 'Autohiding Scrollbar': false, - 'Chromium CORB Bug': false, position: { 'embedding.position': 'top: 50px; right: 0px;', 'thread-stats.position': 'bottom: 0px; right: 0px;', @@ -12781,6 +12781,9 @@ Settings = (function() { if ($.perProtocolSettings || location.protocol !== 'https:') { $('div[data-name="Redirect to HTTPS"]', section).hidden = true; } + if ($.platform !== 'crx') { + $('div[data-name="Work around CORB Bug"]', section).hidden = true; + } $.get(items, function(items) { var val; for (key in items) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 07b7f1170..b3a0f8d92 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 39a604f1e..6957a828e 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.11.3 +// @version 1.14.11.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -199,7 +199,7 @@ docSet = function() { }; g = { - VERSION: '1.14.11.3', + VERSION: '1.14.11.4', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -270,6 +270,7 @@ Config = (function() { 'Remove Spoilers': [false, 'Remove all spoilers in text.'], 'Reveal Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'], 'Normalize URL': [true, 'Rewrite the URL of the current page, removing slugs and excess slashes, and changing /res/ to /thread/.'], + 'Work around CORB Bug': [true, 'Leave this checked until your garbage browser is fixed.'], 'Disable Autoplaying Sounds': [false, 'Prevent sounds on the page from autoplaying.'], 'Disable Native Extension': [true, '4chan X is NOT designed to work with the native extension.'], 'Enable Native Flash Embedding': [true, 'Activate the native extension\'s Flash embedding if the native extension is disabled.'] @@ -558,7 +559,6 @@ Config = (function() { 'Thread Quotes': false, 'Max Replies': 1000, 'Autohiding Scrollbar': false, - 'Chromium CORB Bug': false, position: { 'embedding.position': 'top: 50px; right: 0px;', 'thread-stats.position': 'bottom: 0px; right: 0px;', @@ -12781,6 +12781,9 @@ Settings = (function() { if ($.perProtocolSettings || location.protocol !== 'https:') { $('div[data-name="Redirect to HTTPS"]', section).hidden = true; } + if ($.platform !== 'crx') { + $('div[data-name="Work around CORB Bug"]', section).hidden = true; + } $.get(items, function(items) { var val; for (key in items) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 37d23ab5a..67ca12b47 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 7e4b8410a..cef4bd8b9 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.11.3 +// @version 1.14.11.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 75573c59d..00805634a 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.11.3 +// @version 1.14.11.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -199,7 +199,7 @@ docSet = function() { }; g = { - VERSION: '1.14.11.3', + VERSION: '1.14.11.4', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -270,6 +270,7 @@ Config = (function() { 'Remove Spoilers': [false, 'Remove all spoilers in text.'], 'Reveal Spoilers': [false, 'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'], 'Normalize URL': [true, 'Rewrite the URL of the current page, removing slugs and excess slashes, and changing /res/ to /thread/.'], + 'Work around CORB Bug': [true, 'Leave this checked until your garbage browser is fixed.'], 'Disable Autoplaying Sounds': [false, 'Prevent sounds on the page from autoplaying.'], 'Disable Native Extension': [true, '4chan X is NOT designed to work with the native extension.'], 'Enable Native Flash Embedding': [true, 'Activate the native extension\'s Flash embedding if the native extension is disabled.'] @@ -558,7 +559,6 @@ Config = (function() { 'Thread Quotes': false, 'Max Replies': 1000, 'Autohiding Scrollbar': false, - 'Chromium CORB Bug': false, position: { 'embedding.position': 'top: 50px; right: 0px;', 'thread-stats.position': 'bottom: 0px; right: 0px;', @@ -12781,6 +12781,9 @@ Settings = (function() { if ($.perProtocolSettings || location.protocol !== 'https:') { $('div[data-name="Redirect to HTTPS"]', section).hidden = true; } + if ($.platform !== 'crx') { + $('div[data-name="Work around CORB Bug"]', section).hidden = true; + } $.get(items, function(items) { var val; for (key in items) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index b13d8ad75..faa6efd73 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 89409e617..070d3d5df 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.11.3", + "version": "1.14.11.4", "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 805ab281f..8ff2b11a6 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 ad47379d1..a091efbf0 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.11.3", + "version": "1.14.11.4", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index 8407caebf..334ba916e 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index c8f15b8d7..2153e64d2 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.11.3", - "date": "2019-08-09T02:33:55.150Z" + "version": "1.14.11.4", + "date": "2019-08-09T14:57:58.064Z" } \ No newline at end of file