diff --git a/src/index.html b/src/index.html
index cbcf1f2..ffb7635 100644
--- a/src/index.html
+++ b/src/index.html
@@ -180,6 +180,7 @@
Add Library
JavaScript
+
Note: You can load external scripts from following domains: localhost, https://ajax.googleapis.com, https://code.jquery.com, https://cdnjs.cloudflare.com, https://unpkg.com, https://maxcdn.com, https://cdn77.com, https://maxcdn.bootstrapcdn.com, https://cdn.jsdelivr.net/
CSS
diff --git a/src/manifest.json b/src/manifest.json
index cf69353..4d320db 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -10,7 +10,7 @@
"
",
"downloads"
],
- "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
+ "content_security_policy": "script-src 'self' http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options.html",
"chrome_style": true
diff --git a/src/style.css b/src/style.css
index d799229..d8a5455 100644
--- a/src/style.css
+++ b/src/style.css
@@ -373,8 +373,8 @@ li.CodeMirror-hint-active {
position: fixed;
top: 5vh;
left: 50%;
- width: 60vw;
- margin-left: -30vw;
+ width: 68vw;
+ margin-left: -34vw;
max-width: 90vw;
height: auto;
z-index: 2000;