diff --git a/CHANGELOG.md b/CHANGELOG.md
index e54241566..b22f95a0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index ddf6bf137..6741bd8fd 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 aa775a675..b286ab074 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.34.4
+// @version 1.11.34.5
// @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 7817e4c4b..0ad1e26d1 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -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();
}
});
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 454536f14..585693279 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 38b7cc6f1..2355ae596 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -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();
}
});
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 6ff7a10ff..f1932b45c 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 36f704224..b3abc4a38 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -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
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index c5cbfcf72..2d76e2d9c 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -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();
}
});
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 6108565fb..af039768f 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 2e39fa7e4..42620c1ce 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 fbe4817af..c22cba898 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 32a594f62..8467d439b 100644
--- a/version.json
+++ b/version.json
@@ -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"
}
\ No newline at end of file