diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f43ae34f..ada06e9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.26 +**v1.11.26.1** *(2016-02-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.1/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix fullscreen in Dailymotion embeds. + **v1.11.26.0** *(2016-02-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.0/builds/4chan-X-noupdate.crx "Chromium version")] - Based on v1.11.25.4. - (Matěj Grabovský) Add keybind for refreshing thread watcher (default: `Shift+r`). diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 8fecb843b..37742faa5 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 3daa7a37b..5dc728cda 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.11.26.0 +// @version 1.11.26.1 // @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 9404b41b0..ded256c66 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X beta -// @version 1.11.26.0 +// @version 1.11.26.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -439,7 +439,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.26.0', + VERSION: '1.11.26.1', NAMESPACE: '4chan X.', boards: {} }; @@ -12150,11 +12150,13 @@ key: 'Dailymotion', regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/, el: function(a) { - var options, start; + var el, options, start; options = (start = a.dataset.options.match(/[?&](start=\d+)/)) ? "?" + start[1] : ''; - return $.el('iframe', { + el = $.el('iframe', { src: "//www.dailymotion.com/embed/video/" + a.dataset.uid + options }); + el.setAttribute("allowfullscreen", "true"); + return el; }, title: { api: function(uid) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index cce56094d..2fa0f6a34 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 e7d9808e2..59415f62b 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.26.0 +// @version 1.11.26.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -439,7 +439,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.26.0', + VERSION: '1.11.26.1', NAMESPACE: '4chan X.', boards: {} }; @@ -12150,11 +12150,13 @@ key: 'Dailymotion', regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/, el: function(a) { - var options, start; + var el, options, start; options = (start = a.dataset.options.match(/[?&](start=\d+)/)) ? "?" + start[1] : ''; - return $.el('iframe', { + el = $.el('iframe', { src: "//www.dailymotion.com/embed/video/" + a.dataset.uid + options }); + el.setAttribute("allowfullscreen", "true"); + return el; }, title: { api: function(uid) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 2d67b17ef..f64cea46c 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 8d8fba307..60290c899 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.26.0 +// @version 1.11.26.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 42bf3a960..d89128ec3 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.26.0 +// @version 1.11.26.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -439,7 +439,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.26.0', + VERSION: '1.11.26.1', NAMESPACE: '4chan X.', boards: {} }; @@ -12150,11 +12150,13 @@ key: 'Dailymotion', regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/, el: function(a) { - var options, start; + var el, options, start; options = (start = a.dataset.options.match(/[?&](start=\d+)/)) ? "?" + start[1] : ''; - return $.el('iframe', { + el = $.el('iframe', { src: "//www.dailymotion.com/embed/video/" + a.dataset.uid + options }); + el.setAttribute("allowfullscreen", "true"); + return el; }, title: { api: function(uid) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 56ad44c19..121252143 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index b4ae28754..219f3e11a 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index 57037cc76..02e09cd88 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 2d82292fc..af3adb61a 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.26.0", - "date": "2016-02-14T23:40:09.379Z" + "version": "1.11.26.1", + "date": "2016-02-14T23:56:53.806Z" }