Skip to content

Commit d2f86b5

Browse files
committed
[no ci] website telemetry
1 parent 2cb4671 commit d2f86b5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

web/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>ffsubsync — sync subtitles in your browser</title>
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-285Y3SG2VM"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-285Y3SG2VM');
15+
</script>
716
<style>
817
:root {
918
color-scheme: light dark;

0 commit comments

Comments
 (0)