diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1476c1137..94882eb41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.14.18
+**v1.14.18.1** *(2020-04-30)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.18.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.18.1/builds/4chan-X-noupdate.crx)]
+- Support smuglo.li fallback domains.
+
**v1.14.18.0** *(2020-04-28)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.18.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.18.0/builds/4chan-X-noupdate.crx)]
- Based on v1.14.17.3.
- Switch to noembed.com for Youtube titles. This should fix most Youtube titles not loading. #2327
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index f6a7340ad..47ec21c86 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 4c569fbaa..08bb0f249 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.14.18.0
+// @version 1.14.18.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -47,6 +47,9 @@
// @include https://www.ponyville.us/*
// @include https://samachan.org/*
// @include https://smuglo.li/*
+// @include https://notso.smuglo.li/*
+// @include https://smugloli.net/*
+// @include https://smug.nepu.moe/*
// @include https://sportschan.org/*
// @include https://www.sportschan.org/*
// @include https://sushigirl.us/*
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index dc3154494..c1646e932 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.14.18.0
+// @version 1.14.18.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -47,6 +47,9 @@
// @include https://www.ponyville.us/*
// @include https://samachan.org/*
// @include https://smuglo.li/*
+// @include https://notso.smuglo.li/*
+// @include https://smugloli.net/*
+// @include https://smug.nepu.moe/*
// @include https://sportschan.org/*
// @include https://www.sportschan.org/*
// @include https://sushigirl.us/*
@@ -215,7 +218,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.18.0',
+ VERSION: '1.14.18.1',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -8806,6 +8809,15 @@ Site = (function() {
},
'4cdn.org': {
canonical: '4chan.org'
+ },
+ 'notso.smuglo.li': {
+ canonical: 'smuglo.li'
+ },
+ 'smugloli.net': {
+ canonical: 'smuglo.li'
+ },
+ 'smug.nepu.moe': {
+ canonical: 'smuglo.li'
}
},
init: function(cb) {
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 263236945..9edcb0353 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 6d3f4b984..58e8ff207 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.14.18.0
+// @version 1.14.18.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -47,6 +47,9 @@
// @include https://www.ponyville.us/*
// @include https://samachan.org/*
// @include https://smuglo.li/*
+// @include https://notso.smuglo.li/*
+// @include https://smugloli.net/*
+// @include https://smug.nepu.moe/*
// @include https://sportschan.org/*
// @include https://www.sportschan.org/*
// @include https://sushigirl.us/*
@@ -215,7 +218,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.18.0',
+ VERSION: '1.14.18.1',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -8806,6 +8809,15 @@ Site = (function() {
},
'4cdn.org': {
canonical: '4chan.org'
+ },
+ 'notso.smuglo.li': {
+ canonical: 'smuglo.li'
+ },
+ 'smugloli.net': {
+ canonical: 'smuglo.li'
+ },
+ 'smug.nepu.moe': {
+ canonical: 'smuglo.li'
}
},
init: function(cb) {
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 5d8689b7c..23d24ffb5 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 2f5259a04..624919bff 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.18.0
+// @version 1.14.18.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -47,6 +47,9 @@
// @include https://www.ponyville.us/*
// @include https://samachan.org/*
// @include https://smuglo.li/*
+// @include https://notso.smuglo.li/*
+// @include https://smugloli.net/*
+// @include https://smug.nepu.moe/*
// @include https://sportschan.org/*
// @include https://www.sportschan.org/*
// @include https://sushigirl.us/*
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 6bb3f3699..58568063d 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.18.0
+// @version 1.14.18.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -47,6 +47,9 @@
// @include https://www.ponyville.us/*
// @include https://samachan.org/*
// @include https://smuglo.li/*
+// @include https://notso.smuglo.li/*
+// @include https://smugloli.net/*
+// @include https://smug.nepu.moe/*
// @include https://sportschan.org/*
// @include https://www.sportschan.org/*
// @include https://sushigirl.us/*
@@ -215,7 +218,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.18.0',
+ VERSION: '1.14.18.1',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -8806,6 +8809,15 @@ Site = (function() {
},
'4cdn.org': {
canonical: '4chan.org'
+ },
+ 'notso.smuglo.li': {
+ canonical: 'smuglo.li'
+ },
+ 'smugloli.net': {
+ canonical: 'smuglo.li'
+ },
+ 'smug.nepu.moe': {
+ canonical: 'smuglo.li'
}
},
init: function(cb) {
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index b983d85b8..bc78cd8c3 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.json b/builds/updates-beta.json
index 82cc099ef..644d2f943 100644
--- a/builds/updates-beta.json
+++ b/builds/updates-beta.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.18.0",
+ "version": "1.14.18.1",
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
}
]
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index 92752ddbb..a865d93f6 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.json b/builds/updates.json
index da238111e..2753e80e5 100644
--- a/builds/updates.json
+++ b/builds/updates.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.18.0",
+ "version": "1.14.18.1",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]
diff --git a/builds/updates.xml b/builds/updates.xml
index 9971e74e1..770965e57 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 908af7fe4..da6e5891d 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.14.18.0",
- "date": "2020-04-28T20:35:56.435Z"
+ "version": "1.14.18.1",
+ "date": "2020-04-30T03:22:19.243Z"
}
\ No newline at end of file