Skip to content

Commit b1d1864

Browse files
committed
V1.9.7
1 parent 269b626 commit b1d1864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Steam Web Integration.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ function init() {
610610
unsafeWindow.scriptInfo = GM_info.script;
611611
unsafeWindow.settings = settings;
612612
$(document).ready(displaySettings);
613-
} else if (!settings.blackList.split(`\n`).find((url) => unsafeWindow.location.href.contains(url.trim()))) {
613+
} else if (!settings.blackList.split(`\n`).find((url) => unsafeWindow.location.href.includes(url.trim()))) {
614614
boxNode = createBoxNode();
615615
GM_addStyle(stylesheet);
616616
GM_registerMenuCommand(`Change settings`, () => unsafeWindow.open(settingsuri, `_blank`));

0 commit comments

Comments
 (0)