diff --git a/html/script.js b/html/script.js
index f1d49bf..9414c39 100644
--- a/html/script.js
+++ b/html/script.js
@@ -783,7 +783,7 @@ function initPage() {
if (loStore['debugPosFilter'] == "true")
debugPosFilter = true;
- if (loStore['noVanish'] == "true") {
+ if (loStore['noVanish'] == "true" || usp.has('noVanish')) {
noVanish = true;
//filterTracks = noVanish;
//loStore['noVanish'] = "false";