Release 4chan X v1.11.26.1.
This commit is contained in:
parent
ac9ffccbe0
commit
635178c39f
@ -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`).
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Binary file not shown.
@ -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) {
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Binary file not shown.
@ -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.11.26.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.26.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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.11.26.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.26.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user