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
|
||||||
|
|
||||||
|
**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")]
|
**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.
|
- Based on v1.11.25.4.
|
||||||
- (Matěj Grabovský) Add keybind for refreshing thread watcher (default: `Shift+r`).
|
- (Matěj Grabovský) Add keybind for refreshing thread watcher (default: `Shift+r`).
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.26.0
|
// @version 1.11.26.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.11.26.0
|
// @version 1.11.26.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -439,7 +439,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.26.0',
|
VERSION: '1.11.26.1',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -12150,11 +12150,13 @@
|
|||||||
key: 'Dailymotion',
|
key: 'Dailymotion',
|
||||||
regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/,
|
regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/,
|
||||||
el: function(a) {
|
el: function(a) {
|
||||||
var options, start;
|
var el, options, start;
|
||||||
options = (start = a.dataset.options.match(/[?&](start=\d+)/)) ? "?" + start[1] : '';
|
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
|
src: "//www.dailymotion.com/embed/video/" + a.dataset.uid + options
|
||||||
});
|
});
|
||||||
|
el.setAttribute("allowfullscreen", "true");
|
||||||
|
return el;
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
api: function(uid) {
|
api: function(uid) {
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.26.0
|
// @version 1.11.26.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -439,7 +439,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.26.0',
|
VERSION: '1.11.26.1',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -12150,11 +12150,13 @@
|
|||||||
key: 'Dailymotion',
|
key: 'Dailymotion',
|
||||||
regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/,
|
regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/,
|
||||||
el: function(a) {
|
el: function(a) {
|
||||||
var options, start;
|
var el, options, start;
|
||||||
options = (start = a.dataset.options.match(/[?&](start=\d+)/)) ? "?" + start[1] : '';
|
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
|
src: "//www.dailymotion.com/embed/video/" + a.dataset.uid + options
|
||||||
});
|
});
|
||||||
|
el.setAttribute("allowfullscreen", "true");
|
||||||
|
return el;
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
api: function(uid) {
|
api: function(uid) {
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.26.0
|
// @version 1.11.26.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.11.26.0
|
// @version 1.11.26.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -439,7 +439,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.11.26.0',
|
VERSION: '1.11.26.1',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -12150,11 +12150,13 @@
|
|||||||
key: 'Dailymotion',
|
key: 'Dailymotion',
|
||||||
regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/,
|
regExp: /^\w+:\/\/(?:(?:www\.)?dailymotion\.com\/(?:embed\/)?video|dai\.ly)\/([A-Za-z0-9]+)[^?]*(.*)/,
|
||||||
el: function(a) {
|
el: function(a) {
|
||||||
var options, start;
|
var el, options, start;
|
||||||
options = (start = a.dataset.options.match(/[?&](start=\d+)/)) ? "?" + start[1] : '';
|
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
|
src: "//www.dailymotion.com/embed/video/" + a.dataset.uid + options
|
||||||
});
|
});
|
||||||
|
el.setAttribute("allowfullscreen", "true");
|
||||||
|
return el;
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
api: function(uid) {
|
api: function(uid) {
|
||||||
|
|||||||
Binary file not shown.
@ -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.11.26.0' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.26.1' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -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.11.26.0' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.26.1' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.11.26.0",
|
"version": "1.11.26.1",
|
||||||
"date": "2016-02-14T23:40:09.379Z"
|
"date": "2016-02-14T23:56:53.806Z"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user