Post
Topic
Board Service Announcements
Re: [ANN] tumbler.to | Bitcoin Tumbler & Anonymizer |
by
Medyt
on 19/06/2020, 22:14:11 UTC
So i check your Tor mirror, view page source and surprised when i see this HTML script tag

Code:
    <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-158909121-1"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());

          gtag('config', 'UA-158909121-1');
        </script>

Uhm, what is that mean?
It's basically a JS script that allows google to log a bunch of data about your visitors. If you're a website which promotes privacy- it's a bit goofy to embed it.

Ughh okay. Thanks for answering  Wink