diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 94f73f24..929316e5 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -180,6 +180,9 @@ function vis_exh(msg, url, lineNo, columnNo, error) { if (!/\.js($|\?)/.exec(url)) return; // chrome debugger + if (url.indexOf('extension://') + 1) + return; + if (url.indexOf(' > eval') + 1 && !evalex_fatal) return; // md timer