diff options
-rw-r--r-- | src/content/staticNS.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/staticNS.js b/src/content/staticNS.js index c1dbfa4..e5aaf3c 100644 --- a/src/content/staticNS.js +++ b/src/content/staticNS.js @@ -5,7 +5,7 @@ let stopAndReload = beforeReloading => { debug("Should I reload? %o, now: %s", performance.now()) - if (performance.now() > 10000) { + if (location.href === "about:blank" || performance.now() > 10000 ) { debug("Won't reload."); return; } |