We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c01ab commit 4d214a7Copy full SHA for 4d214a7
src/injected.js
@@ -2,6 +2,8 @@
2
3
const detectors = require('vue-telemetry-analyzer/src/detectors')
4
5
+window.$vueTelemetryExtension = true
6
+
7
async function analyze () {
8
if (isBlacklisted(document.location.href)) return
9
const originalHtml = await fetch(document.location.href).then(res => res.text())
src/manifest.json
@@ -10,7 +10,7 @@
10
},
11
"content_scripts": [
12
{
13
- "run_at": "document_idle",
+ "run_at": "document_start",
14
"matches": [
15
"<all_urls>"
16
],
0 commit comments