diff --git a/src/index.html b/src/index.html
index 8a8ee4d..5ceec56 100644
--- a/src/index.html
+++ b/src/index.html
@@ -364,7 +364,7 @@ c5.953,0,10.779,4.826,10.779,10.779v64.674H503.916z">
-
+
diff --git a/src/manifest.json b/src/manifest.json
index d6ac7f8..a386631 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -8,7 +8,7 @@
"storage",
"tabs"
],
- "content_security_policy": "script-src 'self' https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
+ "content_security_policy": "script-src 'self' https://togetherjs.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options.html",
"chrome_style": true
diff --git a/src/script.js b/src/script.js
index 76eec13..84b70e6 100644
--- a/src/script.js
+++ b/src/script.js
@@ -528,6 +528,7 @@ settingsBtn, onboardModal, notificationsBtn */
} catch (e) {
showErrors('js', [ { lineNumber: e.lineNumber - 1, message: e.description } ]);
} finally {
+ console.log(code)
if (shouldPreventInfiniteLoops !== false) {
// utils.addInfiniteLoopProtection(ast);
}
@@ -992,6 +993,7 @@ settingsBtn, onboardModal, notificationsBtn */
hasSeenNotifications = false;
}
});
+ TowTruck(this);
requestAnimationFrame(compileNodes);
}