Release 4chan X v1.11.34.5.
This commit is contained in:
parent
843de6cac6
commit
1bb4caf3e0
@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.34
|
||||
|
||||
**v1.11.34.5** *(2016-05-19)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.5/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Merge v1.11.33.5: Update ad server blacklist.
|
||||
- Change link on report form to 4chan IRC.
|
||||
|
||||
**v1.11.34.4** *(2016-05-18)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.34.4/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Add search by flag to archive link menu.
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.34.4
|
||||
// @version 1.11.34.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.34.4
|
||||
// @version 1.11.34.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -134,7 +134,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.34.4',
|
||||
VERSION: '1.11.34.5',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -16222,8 +16222,8 @@ Report = (function() {
|
||||
}
|
||||
$.after(passAd, [
|
||||
$.tn('] ['), $.el('a', {
|
||||
href: 'mailto:4chanpass@4chan.org?subject=4chan%20Pass%20-%20Purchase%20Support',
|
||||
textContent: 'Email 4chan',
|
||||
href: 'irc://irc.rizon.net/4chan',
|
||||
textContent: '4chan IRC',
|
||||
target: '_blank',
|
||||
tabIndex: -1
|
||||
})
|
||||
@ -22462,7 +22462,7 @@ Main = (function() {
|
||||
});
|
||||
} catch (_error) {}
|
||||
};
|
||||
ref = ['atOptions', 'adsterra_key', 'EpmadsConfig', 'epmads_key', 'EpomConfig', 'epom_key', 'exoDocumentProtocol'];
|
||||
ref = ['atOptions', 'adsterra_key', 'EpmadsConfig', 'epmads_key', 'EpomConfig', 'epom_key', 'exoDocumentProtocol', 'supp_key'];
|
||||
for (j = 0, len = ref.length; j < len; j++) {
|
||||
prop = ref[j];
|
||||
nuke(window, prop);
|
||||
@ -22471,7 +22471,7 @@ Main = (function() {
|
||||
$.on(window, 'beforescriptexecute', function(e) {
|
||||
var host, ref, ref1;
|
||||
host = (ref = e.target.src.split('/')[2]) != null ? (ref1 = ref.match(/[^.]+\.[^.]+$/)) != null ? ref1[0] : void 0 : void 0;
|
||||
if (host === 'bnhtml.com' || host === 'ecpmrocks.com' || host === 'advertisation.com' || host === 'exoclick.com') {
|
||||
if (host === 'bnhtml.com' || host === 'ecpmrocks.com' || host === 'advertisation.com' || host === 'exoclick.com' || host === 'n298adserv.com') {
|
||||
return e.preventDefault();
|
||||
}
|
||||
});
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.34.4
|
||||
// @version 1.11.34.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -134,7 +134,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.34.4',
|
||||
VERSION: '1.11.34.5',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -16222,8 +16222,8 @@ Report = (function() {
|
||||
}
|
||||
$.after(passAd, [
|
||||
$.tn('] ['), $.el('a', {
|
||||
href: 'mailto:4chanpass@4chan.org?subject=4chan%20Pass%20-%20Purchase%20Support',
|
||||
textContent: 'Email 4chan',
|
||||
href: 'irc://irc.rizon.net/4chan',
|
||||
textContent: '4chan IRC',
|
||||
target: '_blank',
|
||||
tabIndex: -1
|
||||
})
|
||||
@ -22462,7 +22462,7 @@ Main = (function() {
|
||||
});
|
||||
} catch (_error) {}
|
||||
};
|
||||
ref = ['atOptions', 'adsterra_key', 'EpmadsConfig', 'epmads_key', 'EpomConfig', 'epom_key', 'exoDocumentProtocol'];
|
||||
ref = ['atOptions', 'adsterra_key', 'EpmadsConfig', 'epmads_key', 'EpomConfig', 'epom_key', 'exoDocumentProtocol', 'supp_key'];
|
||||
for (j = 0, len = ref.length; j < len; j++) {
|
||||
prop = ref[j];
|
||||
nuke(window, prop);
|
||||
@ -22471,7 +22471,7 @@ Main = (function() {
|
||||
$.on(window, 'beforescriptexecute', function(e) {
|
||||
var host, ref, ref1;
|
||||
host = (ref = e.target.src.split('/')[2]) != null ? (ref1 = ref.match(/[^.]+\.[^.]+$/)) != null ? ref1[0] : void 0 : void 0;
|
||||
if (host === 'bnhtml.com' || host === 'ecpmrocks.com' || host === 'advertisation.com' || host === 'exoclick.com') {
|
||||
if (host === 'bnhtml.com' || host === 'ecpmrocks.com' || host === 'advertisation.com' || host === 'exoclick.com' || host === 'n298adserv.com') {
|
||||
return e.preventDefault();
|
||||
}
|
||||
});
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.34.4
|
||||
// @version 1.11.34.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.34.4
|
||||
// @version 1.11.34.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -134,7 +134,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.34.4',
|
||||
VERSION: '1.11.34.5',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -16222,8 +16222,8 @@ Report = (function() {
|
||||
}
|
||||
$.after(passAd, [
|
||||
$.tn('] ['), $.el('a', {
|
||||
href: 'mailto:4chanpass@4chan.org?subject=4chan%20Pass%20-%20Purchase%20Support',
|
||||
textContent: 'Email 4chan',
|
||||
href: 'irc://irc.rizon.net/4chan',
|
||||
textContent: '4chan IRC',
|
||||
target: '_blank',
|
||||
tabIndex: -1
|
||||
})
|
||||
@ -22462,7 +22462,7 @@ Main = (function() {
|
||||
});
|
||||
} catch (_error) {}
|
||||
};
|
||||
ref = ['atOptions', 'adsterra_key', 'EpmadsConfig', 'epmads_key', 'EpomConfig', 'epom_key', 'exoDocumentProtocol'];
|
||||
ref = ['atOptions', 'adsterra_key', 'EpmadsConfig', 'epmads_key', 'EpomConfig', 'epom_key', 'exoDocumentProtocol', 'supp_key'];
|
||||
for (j = 0, len = ref.length; j < len; j++) {
|
||||
prop = ref[j];
|
||||
nuke(window, prop);
|
||||
@ -22471,7 +22471,7 @@ Main = (function() {
|
||||
$.on(window, 'beforescriptexecute', function(e) {
|
||||
var host, ref, ref1;
|
||||
host = (ref = e.target.src.split('/')[2]) != null ? (ref1 = ref.match(/[^.]+\.[^.]+$/)) != null ? ref1[0] : void 0 : void 0;
|
||||
if (host === 'bnhtml.com' || host === 'ecpmrocks.com' || host === 'advertisation.com' || host === 'exoclick.com') {
|
||||
if (host === 'bnhtml.com' || host === 'ecpmrocks.com' || host === 'advertisation.com' || host === 'exoclick.com' || host === 'n298adserv.com') {
|
||||
return e.preventDefault();
|
||||
}
|
||||
});
|
||||
|
||||
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.34.4' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.34.5' />
|
||||
</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.34.4' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.34.5' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.11.34.4",
|
||||
"date": "2016-05-18T09:06:34.953Z"
|
||||
"version": "1.11.34.5",
|
||||
"date": "2016-05-19T22:53:27.414Z"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user