Skip to content

Commit e31df8a

Browse files
committed
Removed un used scripts
1 parent dbb7980 commit e31df8a

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

Ads.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

_includes/scripts.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
22
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
33
crossorigin="anonymous"></script>
4-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G3KMCYPPL3"></script>
5-
<script>
6-
window.dataLayer = window.dataLayer || [];
7-
function gtag(){dataLayer.push(arguments);}
8-
gtag('js', new Date());
9-
gtag('config', 'G-G3KMCYPPL3');
10-
</script>
11-
<script type="text/javascript">
12-
(function(c,l,a,r,i,t,y){
13-
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
14-
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
15-
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
16-
})(window, document, "clarity", "script", "kej56zdl1c");
17-
</script>
18-
{% if jekyll.environment != "development" %}
19-
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/d78e24c7014f859f0f5b23c8/script.js"></script>
20-
{% endif %}
214

225
<script>
236
const getStoredTheme = () => localStorage.getItem('theme');

_layouts/default.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
{% endif %}
2626
<meta name="google-adsense-account" content="ca-pub-2446392180502199">
2727
{% seo %}
28-
{% if page.layout == "post" %}
29-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2446392180502199"
30-
crossorigin="anonymous"></script>
31-
32-
<script async src="https://fundingchoicesmessages.google.com/i/pub-2446392180502199?ers=1" nonce="DxabJS24ArNJEFQYt4sQEw"></script><script nonce="DxabJS24ArNJEFQYt4sQEw">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
33-
{% endif %}
3428
</head>
3529

3630
<body>

0 commit comments

Comments
 (0)