Release 4chan X v1.10.12.2.
This commit is contained in:
parent
066c86464c
commit
81677f0797
@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
|
||||
|
||||
### v1.10.12
|
||||
|
||||
**v1.10.12.2** *(2015-05-08)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.12.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.12.2/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix sandboxed HTTP sauce links not loading from HTTPS pages.
|
||||
|
||||
**v1.10.12.1** *(2015-05-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.12.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.12.1/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Give paste area cursor pointer like the other QR buttons.
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.10.12.1
|
||||
// @version 1.10.12.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.10.12.1
|
||||
// @version 1.10.12.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -396,7 +396,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.10.12.1',
|
||||
VERSION: '1.10.12.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -10612,6 +10612,13 @@
|
||||
innerHTML: "<html><head><title>[sb] " + E(url) + "</title><style>iframe {width: 100vw;height: 100vh;border: 0;}body {margin: 0;overflow: hidden;}</style></head><body><iframe sandbox=\"allow-forms\" src=\"" + E(url) + "\"></iframe></body></html>"
|
||||
});
|
||||
},
|
||||
rmOrigin: function(e) {
|
||||
if (e.shiftKey || e.altKey || e.ctrlKey || e.metaKey || e.button !== 0) {
|
||||
return;
|
||||
}
|
||||
$.open(this.href);
|
||||
return e.preventDefault();
|
||||
},
|
||||
createSauceLink: function(link, post) {
|
||||
var a, ext, i, k, key, len1, m, part, parts, ref, ref1, ref2, skip, url;
|
||||
if (!(link = link.trim())) {
|
||||
@ -10676,6 +10683,9 @@
|
||||
if (/^javascript:/i.test(parts['url'])) {
|
||||
a.removeAttribute('target');
|
||||
}
|
||||
if (parts['sandbox'] != null) {
|
||||
$.on(a, 'click', Sauce.rmOrigin);
|
||||
}
|
||||
return a;
|
||||
},
|
||||
node: function() {
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.10.12.1
|
||||
// @version 1.10.12.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -395,7 +395,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.10.12.1',
|
||||
VERSION: '1.10.12.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -10611,6 +10611,13 @@
|
||||
innerHTML: "<html><head><title>[sb] " + E(url) + "</title><style>iframe {width: 100vw;height: 100vh;border: 0;}body {margin: 0;overflow: hidden;}</style></head><body><iframe sandbox=\"allow-forms\" src=\"" + E(url) + "\"></iframe></body></html>"
|
||||
});
|
||||
},
|
||||
rmOrigin: function(e) {
|
||||
if (e.shiftKey || e.altKey || e.ctrlKey || e.metaKey || e.button !== 0) {
|
||||
return;
|
||||
}
|
||||
$.open(this.href);
|
||||
return e.preventDefault();
|
||||
},
|
||||
createSauceLink: function(link, post) {
|
||||
var a, ext, i, k, key, len1, m, part, parts, ref, ref1, ref2, skip, url;
|
||||
if (!(link = link.trim())) {
|
||||
@ -10675,6 +10682,9 @@
|
||||
if (/^javascript:/i.test(parts['url'])) {
|
||||
a.removeAttribute('target');
|
||||
}
|
||||
if (parts['sandbox'] != null) {
|
||||
$.on(a, 'click', Sauce.rmOrigin);
|
||||
}
|
||||
return a;
|
||||
},
|
||||
node: function() {
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.10.12.1
|
||||
// @version 1.10.12.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.10.12.1
|
||||
// @version 1.10.12.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -396,7 +396,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.10.12.1',
|
||||
VERSION: '1.10.12.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -10612,6 +10612,13 @@
|
||||
innerHTML: "<html><head><title>[sb] " + E(url) + "</title><style>iframe {width: 100vw;height: 100vh;border: 0;}body {margin: 0;overflow: hidden;}</style></head><body><iframe sandbox=\"allow-forms\" src=\"" + E(url) + "\"></iframe></body></html>"
|
||||
});
|
||||
},
|
||||
rmOrigin: function(e) {
|
||||
if (e.shiftKey || e.altKey || e.ctrlKey || e.metaKey || e.button !== 0) {
|
||||
return;
|
||||
}
|
||||
$.open(this.href);
|
||||
return e.preventDefault();
|
||||
},
|
||||
createSauceLink: function(link, post) {
|
||||
var a, ext, i, k, key, len1, m, part, parts, ref, ref1, ref2, skip, url;
|
||||
if (!(link = link.trim())) {
|
||||
@ -10676,6 +10683,9 @@
|
||||
if (/^javascript:/i.test(parts['url'])) {
|
||||
a.removeAttribute('target');
|
||||
}
|
||||
if (parts['sandbox'] != null) {
|
||||
$.on(a, 'click', Sauce.rmOrigin);
|
||||
}
|
||||
return a;
|
||||
},
|
||||
node: function() {
|
||||
|
||||
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://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.12.1' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.12.2' />
|
||||
</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://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.12.1' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.12.2' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||
"meta": {
|
||||
"name": "4chan X",
|
||||
"version": "1.10.12.1",
|
||||
"date": "2015-05-05T03:45:36.466Z",
|
||||
"version": "1.10.12.2",
|
||||
"date": "2015-05-09T02:24:39.395Z",
|
||||
"repo": "https://github.com/ccd0/4chan-x/",
|
||||
"page": "https://github.com/ccd0/4chan-x",
|
||||
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user