调试 Google 广告

This commit is contained in:
2026-02-09 11:23:01 -05:00
parent 9d78387fd5
commit a5183cfea8
2 changed files with 12 additions and 6 deletions
+2 -4
View File
@@ -34,11 +34,9 @@
scriptIns = document.createElement("ins");
scriptIns.className = `adsbygoogle`;
scriptIns.style = `display:block`;
scriptIns.style = 'display:inline-block;width:300px;height:150px';
scriptIns.setAttribute("data-ad-client", "ca-pub-4797644559430915");
scriptIns.setAttribute("data-ad-slot", "4417932244");
scriptIns.setAttribute("data-ad-format", "auto");
scriptIns.setAttribute("data-full-width-responsive", true);
scriptIns.setAttribute("data-ad-slot", "1781911644");
scriptAdPush = document.createElement("script");
scriptAdPush.text = "(adsbygoogle = window.adsbygoogle || []).push({});";