1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-18 22:42:02 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@5ca93d5db4 🚀

This commit is contained in:
lifehackerhansol
2023-10-17 19:04:32 +00:00
parent caf58a0a8f
commit 8e5e5813d2
704 changed files with 4922 additions and 7031 deletions

View File

@@ -774,17 +774,14 @@ window.cookieconsent.initialise({
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'G-760Y60FQ3T']);
_gaq.push(['_trackPageview']);
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-760Y60FQ3T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
gtag('config', 'G-760Y60FQ3T', { 'anonymize_ip': false});
</script>