We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9deb0f7 commit b1f6e6eCopy full SHA for b1f6e6e
log.js
@@ -1,4 +1,4 @@
1
-/* globals chrome, console, Base64 */
+/* globals chrome, console */
2
/**
3
* code for handling all the logging magic
4
*
manifest.json
@@ -4,7 +4,7 @@
"content_scripts": [
5
{
6
"matches": ["http://*/*", "https://*/*"],
7
- "js": ["base64.js", "log.js"],
+ "js": ["log.js"],
8
"run_at": "document_start"
9
}
10
],
0 commit comments