We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086ad73 commit 4bc3d9cCopy full SHA for 4bc3d9c
1 file changed
src/hooks/zz.loaded.js
@@ -20,7 +20,7 @@ function done() {
20
eventManager.singleton.emit(`:load:${page}`);
21
}
22
23
-if (location.host.includes('undercards.net')) {
+if (!location.host.includes('feildmaster')) {
24
console.log(`UnderScript(v${scriptVersion}): Loaded`); // eslint-disable-line no-console
25
if (document.title.includes('Undercards')) {
26
register();
0 commit comments