remove pixel

This commit is contained in:
MuslemRahimi 2024-07-06 16:11:40 +02:00
parent e69c8f387d
commit ee854a61a7
2 changed files with 2 additions and 25 deletions

View File

@ -355,29 +355,6 @@ $: {
<svelte:window bind:innerWidth/>
<svelte:head>
<!-- Meta Pixel Code -->
<script>
if (typeof window !== 'undefined') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1170112523654647');
fbq('track', 'PageView');
}
</script>
<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1170112523654647&ev=PageView&noscript=1"
/>
</noscript>
<!-- End Meta Pixel Code -->
</svelte:head>
<div class="app">

View File

@ -98,8 +98,8 @@
<div class="text-white text-lg mt-3 text-center pl-10 pr-10">
Stocknear does not use third-party ads, affiliate marketing, or tracking. We only utilize Meta Pixel to improve our ad campaigns. Your attention and data are never monetized on our platform.
If you're skeptical, just look at our code <a href="https://github.com/stocknear" rel="noopener noreferrer" target="_blank" class="text-blue-400 sm:hover:text-white sm:hover:underline" >here</a>.
Stocknear has no ads or affiliate marketing, or tracking.
Your attention and data are never monetized. If you're skeptical, just look at our code <a href="https://github.com/stocknear" rel="noopener noreferrer" target="_blank" class="text-blue-400 sm:hover:text-white sm:hover:underline" >here</a>.
</div>
</div>
<!--End Section-->