下线cookie相关内容,新增google广告代码

webht/payment
candice 2 years ago
parent e8d3d61187
commit 49d3d160f3

@ -54,6 +54,7 @@
w.gh_template_name = w.gh_template_name || 'desktop'; w.gh_template_name = w.gh_template_name || 'desktop';
})(window); })(window);
</script> </script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366" crossorigin="anonymous"></script>
</head> </head>
<body> <body>
@ -450,7 +451,8 @@
</div> </div>
</div> </div>
</div> </div>
<div class="web_cookie" style='display: none;' id='gotIdArea'>
<!-- <div class="web_cookie" style='display: none;' id='gotIdArea'>
<p>Global Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to <p>Global Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to
the use of cookies. More details can be found in our <a href="/privacy.htm">privacy policy</a>.</p> the use of cookies. More details can be found in our <a href="/privacy.htm">privacy policy</a>.</p>
<div class="cookie_close" id="gotItBtn" style="float: right; <div class="cookie_close" id="gotItBtn" style="float: right;
@ -460,6 +462,7 @@
font-weight: 600; font-weight: 600;
font-size: 16px;">X</div> font-size: 16px;">X</div>
</div> </div>
<script> <script>
var GOT_IT_KEY = '__global_highlights_you_agree_to_use_of_cookies__'; var GOT_IT_KEY = '__global_highlights_you_agree_to_use_of_cookies__';
if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) { if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
@ -480,6 +483,8 @@
}, 10000); }, 10000);
} }
</script> </script>
-->
<script> <script>
(function (w, d, i) { (function (w, d, i) {
var navbar = d.getElementById(i); var navbar = d.getElementById(i);

@ -60,6 +60,7 @@
w.gh_template_name = w.gh_template_name || 'mobile'; w.gh_template_name = w.gh_template_name || 'mobile';
})(window); })(window);
</script> </script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366" crossorigin="anonymous"></script>
</head> </head>
<body> <body>
@ -381,6 +382,7 @@
© 2018-2024 Global Highlights <br>— Discovery Your Way! © 2018-2024 Global Highlights <br>— Discovery Your Way!
</div> </div>
</footer> </footer>
<!--
<div class="web_cookie" style='display: none;' id='gotIdArea'> <div class="web_cookie" style='display: none;' id='gotIdArea'>
<p>Global Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the <p>Global Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the
use of cookies. More details can be found in our <a href="/privacy.htm">privacy policy</a>.</p> use of cookies. More details can be found in our <a href="/privacy.htm">privacy policy</a>.</p>
@ -411,6 +413,8 @@
}, 10000); }, 10000);
} }
</script> </script>
-->
<script> <script>
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {

Loading…
Cancel
Save