|
46 | 46 | <body> |
47 | 47 | <div id="root"></div> |
48 | 48 | <script type="module" src="/src/main.tsx"></script> |
49 | | - |
| 49 | + |
50 | 50 | <!-- Google tag (gtag.js) --> |
51 | 51 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-RQQN0BK11M"></script> |
52 | 52 | <script> |
|
56 | 56 |
|
57 | 57 | gtag('config', 'G-RQQN0BK11M'); |
58 | 58 | </script> |
59 | | -<script> |
60 | | - var _paq = window._paq = window._paq || []; |
61 | | - _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); |
62 | | - _paq.push(["setRequestMethod", "POST"]); |
63 | | - _paq.push(["setDomains", [ |
64 | | - "showcase.monkeycode-ai.online", |
65 | | - "*.showcase.monkeycode-ai.online", |
66 | | - "monkeycode-ai.com", |
67 | | - "monkeycode-ai.net", |
68 | | - ]]); |
69 | | - _paq.push(["enableCrossDomainLinking"]); |
70 | | - _paq.push(["trackPageView"]); |
71 | | - _paq.push(["enableLinkTracking"]); |
72 | | - (function() { |
73 | | - var u = "//stats.monkeycode-ai.com/"; |
74 | | - _paq.push(["setTrackerUrl", u + "statcall.php"]); |
75 | | - _paq.push(["setSiteId", "2"]); |
76 | | - |
77 | | - var d = document; |
78 | | - var g = d.createElement("script"); |
79 | | - var s = d.getElementsByTagName("script")[0]; |
80 | | - g.async = true; |
81 | | - g.src = u + "statloader.js"; |
82 | | - s.parentNode.insertBefore(g, s); |
83 | | - })(); |
| 59 | + <script> |
| 60 | + var _paq = window._paq = window._paq || []; |
| 61 | + _paq.push(["setDocumentTitle", location.hostname + "/" + document.title]); |
| 62 | + _paq.push(["setRequestMethod", "POST"]); |
| 63 | + _paq.push(["setDomains", [ |
| 64 | + "showcase.monkeycode-ai.online", |
| 65 | + "*.showcase.monkeycode-ai.online", |
| 66 | + "monkeycode-ai.com", |
| 67 | + "monkeycode-ai.net", |
| 68 | + ]]); |
| 69 | + _paq.push(["enableCrossDomainLinking"]); |
| 70 | + _paq.push(["enableLinkTracking"]); |
| 71 | + (function() { |
| 72 | + var u = "https://stats.monkeycode-ai.com/"; |
| 73 | + _paq.push(["setTrackerUrl", u + "statcall.php"]); |
| 74 | + _paq.push(["setSiteId", "2"]); |
| 75 | + _paq.push(["trackPageView"]); |
84 | 76 |
|
85 | | -</script> |
| 77 | + var d = document; |
| 78 | + var g = d.createElement("script"); |
| 79 | + var s = d.getElementsByTagName("script")[0]; |
| 80 | + g.async = true; |
| 81 | + g.src = u + "statloader.js"; |
| 82 | + s.parentNode.insertBefore(g, s); |
| 83 | + })(); |
| 84 | + </script> |
86 | 85 | </body> |
87 | 86 | </html> |
0 commit comments