Outline

Revision as of 2023-08-07 03:46

 
--- date: 2022-05-07 tags: noindex --- ``` <script>console.log('[common.html] loaded')</script> ``` # Google Analytics ```html <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-82386354-3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-82386354-3'); </script> ```
Retrieved from "https://www.contentsviewer.work/Master/.plugins/common/user-scripts?cmd=history&rev=1691347577"