diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7d91df6..eda6648 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -90,7 +90,7 @@
1716613044992
-
+
@@ -132,7 +132,15 @@
1770646708279
-
+
+
+ 1770653711582
+
+
+
+ 1770653711582
+
+
diff --git a/docs/docsify-plugin-ads.js b/docs/docsify-plugin-ads.js
index a081c87..298db21 100644
--- a/docs/docsify-plugin-ads.js
+++ b/docs/docsify-plugin-ads.js
@@ -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({});";