Skip to content

Commit 979c695

Browse files
Remove ad injection block from m1.js
1 parent 2619f5f commit 979c695

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

static/assets/js/m1.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ try {
1313

1414
document.addEventListener("DOMContentLoaded", () => {
1515
// Blocked Hostnames Check
16-
const blockedHostnames = ["gointerstellar.app", "computers-science.com", "roundrockisd.online", "algebraxyz.info", "thegalleryofart.info"];
17-
18-
if (!blockedHostnames.includes(window.location.hostname)) {
19-
const script = document.createElement("script");
20-
script.type = "text/javascript";
21-
script.src = "//angelabedsautopsy.com/1c/c3/8a/1cc38a6899fdf8ba4dfe779bcc54627b.js";
22-
document.body.appendChild(script);
2316
}
2417

2518
const nav = document.querySelector(".f-nav");

0 commit comments

Comments
 (0)