We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449f45f commit 9315254Copy full SHA for 9315254
1 file changed
Assets/MainFunctions.js
@@ -2,7 +2,7 @@
2
3
// Public Variables (Without slash because replace issue):
4
var websiteURL = "https://catwithcode.moe";
5
-var websiteURLdnsFix = "https://catwithcode.github.io/";
+var websiteURLdnsFix = "https://catwithcode.github.io";
6
7
// Wallpapers:
8
const wallpaperOptions = [
@@ -216,7 +216,6 @@ function checkViewerType() {
216
// NOTE: Breaks rehosting
217
// if (!document.location.origin.includes(websiteURL) &&
218
// !(location.hostname === "localhost" || location.hostname === "127.0.0.1")) {
219
- console.log(document.location.origin)
220
if (document.location.origin.includes(websiteURLdnsFix)) {
221
222
// Variables (toString because else it would work on the internel Refernece):
0 commit comments