Skip to content

Commit 0d2eeb4

Browse files
Update index.html
1 parent 3f9ef59 commit 0d2eeb4

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

index.html

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -82,33 +82,7 @@
8282
</script>
8383

8484

85-
<script>
86-
(function(){
87-
try{
88-
// Share on X near Watch demo
89-
const demoBtn = document.getElementById('watchDemo');
90-
if(demoBtn){
91-
const share = document.createElement('a');
92-
const text = encodeURIComponent('Metridex QuickScan — 60s token risk snapshot');
93-
const url = encodeURIComponent('https://metridex.com');
94-
const hashtags = encodeURIComponent('MetridexQuickScan,DeFiSafety');
95-
share.href = `https://twitter.com/intent/tweet?text=${text}&url=${url}&hashtags=${hashtags}`;
96-
share.target = "_blank";
97-
share.rel = "noopener";
98-
share.className = "btn-ghost btn-sm";
99-
share.textContent = "Share on X";
100-
share.onclick = function(){ try{ plausible && plausible('X_Share_Click'); }catch(e){} };
101-
demoBtn.insertAdjacentElement('afterend', share);
102-
}
10385

104-
catch(e){} };
105-
// Try to append to a right-aligned container if exists
106-
const right = footer.querySelector('.footer-right, .container, .wrap, .inner') || footer;
107-
right.appendChild(follow);
108-
}
109-
}catch(err){ /* no-op */ }
110-
})();
111-
</script>
11286

11387

11488
<script>

0 commit comments

Comments
 (0)