Skip to content

Commit 4bc3d9c

Browse files
authored
chore: check if non-feildmaster domain
1 parent 086ad73 commit 4bc3d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/zz.loaded.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function done() {
2020
eventManager.singleton.emit(`:load:${page}`);
2121
}
2222

23-
if (location.host.includes('undercards.net')) {
23+
if (!location.host.includes('feildmaster')) {
2424
console.log(`UnderScript(v${scriptVersion}): Loaded`); // eslint-disable-line no-console
2525
if (document.title.includes('Undercards')) {
2626
register();

0 commit comments

Comments
 (0)