We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cc8a1 commit 659a059Copy full SHA for 659a059
cn/index.html
@@ -2,8 +2,14 @@
2
<html lang="zh">
3
4
<head>
5
-<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6319048218480690"
6
- crossorigin="anonymous"></script>
+ <script async src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" >
+ </script>
7
+ <script>
8
+ (adsbygoogle = window.adsbygoogle || []).push({
9
+ google_ad_client: "ca-pub-6319048218480690",
10
+ enable_page_level_ads: true
11
+ });
12
13
<script>
14
var _hmt = _hmt || [];
15
(function() {
0 commit comments