Opt out and exclude your visits from the analytics
To prevent counting your visits, you can set a special localStorage
flag in the browser. Here's how.
To exclude your visits from being counted
Visit the website you'd like to exclude your visits from and open the developer tools in your browser. Right-click anywhere on your page and click "Inspect" (the wording may vary depending on your web browser) to open the developer tools. Alternatively, press the key F12
on Firefox or Chrome or Option+Command+i
on Safari. Then click the "Console" tab.
Then paste the following command and hit enter:
localStorage.datafast_ignore=true
Note that you have to follow this process for every domain and subdomain you'd like to exclude your visits from. If you use multiple browsers, you also need to follow the same process on every browser you'd like not to be counted.
To re-enable counting of your visits
To re-enable counting of your visits, you need to visit the website you'd like to enable the counting of your visits for. Open the web console in your browser and then click the "Console" tab.
Then paste the following command and hit enter:
delete localStorage.datafast_ignore