diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16ba9e6fd..399a42b24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
## v1.13.0
+**v1.13.0.11** *(2016-10-13)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.11/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.11/builds/4chan-X-noupdate.crx)]
+- Merge v1.12.3.8: Don't run 4chan X on the donation or advertisement purchase pages (it already didn't run on the pass purchase page).
+
**v1.13.0.10** *(2016-10-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.10/builds/4chan-X-noupdate.crx)]
- Merge v1.12.3.7: Workaround for problem on 4chan's end with images not loading.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 8fcb62fc5..249ed9d6b 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 cf1ede113..459cb327c 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.13.0.10
+// @version 1.13.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -22,6 +22,14 @@
// @exclude https://www.4chan.org/pass
// @exclude http://www.4chan.org/pass?*
// @exclude https://www.4chan.org/pass?*
+// @exclude http://www.4chan.org/advertise
+// @exclude https://www.4chan.org/advertise
+// @exclude http://www.4chan.org/advertise?*
+// @exclude https://www.4chan.org/advertise?*
+// @exclude http://www.4chan.org/donate
+// @exclude https://www.4chan.org/donate
+// @exclude http://www.4chan.org/donate?*
+// @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect *
// @grant GM_getValue
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index d3f22feb9..caa8acf68 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.13.0.10
+// @version 1.13.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -22,6 +22,14 @@
// @exclude https://www.4chan.org/pass
// @exclude http://www.4chan.org/pass?*
// @exclude https://www.4chan.org/pass?*
+// @exclude http://www.4chan.org/advertise
+// @exclude https://www.4chan.org/advertise
+// @exclude http://www.4chan.org/advertise?*
+// @exclude https://www.4chan.org/advertise?*
+// @exclude http://www.4chan.org/donate
+// @exclude https://www.4chan.org/donate
+// @exclude http://www.4chan.org/donate?*
+// @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect *
// @grant GM_getValue
@@ -136,7 +144,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.0.10',
+ VERSION: '1.13.0.11',
NAMESPACE: '4chan X.',
boards: {}
};
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 8949f05a4..84e148e9d 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 e6bbdbb20..32054a84e 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.13.0.10
+// @version 1.13.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -22,6 +22,14 @@
// @exclude https://www.4chan.org/pass
// @exclude http://www.4chan.org/pass?*
// @exclude https://www.4chan.org/pass?*
+// @exclude http://www.4chan.org/advertise
+// @exclude https://www.4chan.org/advertise
+// @exclude http://www.4chan.org/advertise?*
+// @exclude https://www.4chan.org/advertise?*
+// @exclude http://www.4chan.org/donate
+// @exclude https://www.4chan.org/donate
+// @exclude http://www.4chan.org/donate?*
+// @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect *
// @grant GM_getValue
@@ -136,7 +144,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.0.10',
+ VERSION: '1.13.0.11',
NAMESPACE: '4chan X.',
boards: {}
};
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 3892a3307..7377adedd 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 a95baf3cf..473531b15 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.0.10
+// @version 1.13.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -22,6 +22,14 @@
// @exclude https://www.4chan.org/pass
// @exclude http://www.4chan.org/pass?*
// @exclude https://www.4chan.org/pass?*
+// @exclude http://www.4chan.org/advertise
+// @exclude https://www.4chan.org/advertise
+// @exclude http://www.4chan.org/advertise?*
+// @exclude https://www.4chan.org/advertise?*
+// @exclude http://www.4chan.org/donate
+// @exclude https://www.4chan.org/donate
+// @exclude http://www.4chan.org/donate?*
+// @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect *
// @grant GM_getValue
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index b8517fdd1..e0da57271 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.0.10
+// @version 1.13.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -22,6 +22,14 @@
// @exclude https://www.4chan.org/pass
// @exclude http://www.4chan.org/pass?*
// @exclude https://www.4chan.org/pass?*
+// @exclude http://www.4chan.org/advertise
+// @exclude https://www.4chan.org/advertise
+// @exclude http://www.4chan.org/advertise?*
+// @exclude https://www.4chan.org/advertise?*
+// @exclude http://www.4chan.org/donate
+// @exclude https://www.4chan.org/donate
+// @exclude http://www.4chan.org/donate?*
+// @exclude https://www.4chan.org/donate?*
// @connect i.4cdn.org
// @connect *
// @grant GM_getValue
@@ -136,7 +144,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.0.10',
+ VERSION: '1.13.0.11',
NAMESPACE: '4chan X.',
boards: {}
};
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 70c80dd8b..7db2ac6c4 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 6a5c89162..52814668b 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 1aa79a1c7..8fc3f57eb 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index d368dd9a9..2a8e3d4a3 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.13.0.10",
- "date": "2016-10-09T19:18:36.105Z"
+ "version": "1.13.0.11",
+ "date": "2016-10-13T06:45:13.086Z"
}
\ No newline at end of file