Skip to content

Commit 5f49078

Browse files
Merge pull request #2 from bitesinbyte/bug/amp-ad
fix: removed amp ads
2 parents 0be5038 + f1df7b3 commit 5f49078

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

src/wwwroot/index.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -131,31 +131,12 @@
131131
gtag("config", "G-F9EC1KWJNY");
132132
</script>
133133

134-
<script type="text/javascript">
135-
(function (c, l, a, r, i, t, y) {
136-
c[a] =
137-
c[a] ||
138-
function () {
139-
(c[a].q = c[a].q || []).push(arguments);
140-
};
141-
t = l.createElement(r);
142-
t.async = 1;
143-
t.src = "https://www.clarity.ms/tag/" + i;
144-
y = l.getElementsByTagName(r)[0];
145-
y.parentNode.insertBefore(t, y);
146-
})(window, document, "clarity", "script", "gc5y5k0u1t");
147-
</script>
148-
149134
<script
150135
async
151136
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2889277787752693"
152137
crossorigin="anonymous"
153138
></script>
154-
<script
155-
async
156-
custom-element="amp-auto-ads"
157-
src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"
158-
></script>
139+
159140
<script
160141
async
161142
src="https://fundingchoicesmessages.google.com/i/pub-2889277787752693?ers=1"

0 commit comments

Comments
 (0)