@@ -31,20 +31,20 @@ You can prevent Simple Analytics from collecting your visits by modifying your c
31311 . Launch the Terminal app. You can find it by searching for “Terminal” in Spotlight.
32322 . Run the following command to open the hosts file in a text editor:
3333
34- sudo nano /etc/hosts
34+ sudo nano /etc/hosts
3535
3636 Enter your password when prompted.
3737
38- 3. Scroll to the bottom of the file and add the following line:
38+ 3 . Scroll to the bottom of the file and add the following line:
3939
40- 0.0.0.0 scripts.simpleanalyticscdn.com
40+ 0.0.0.0 scripts.simpleanalyticscdn.com
4141
42- 4. Press Control + O to save the changes.
43- 5. Press Enter to confirm the filename.
44- 6. Press Control + X to exit the editor.
45- 7. Run the following command to apply the changes:
42+ 4 . Press Control + O to save the changes.
43+ 5 . Press Enter to confirm the filename.
44+ 6 . Press Control + X to exit the editor.
45+ 7 . Run the following command to apply the changes:
4646
47- sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
47+ sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
4848
4949Your computer will now block requests to Simple Analytics from your browser.
5050
@@ -53,18 +53,18 @@ Your computer will now block requests to Simple Analytics from your browser.
53532 . Right-click and select Run as administrator.
54543 . In Notepad, open the file located at:
5555
56- C:\Windows\System32\drivers\etc\hosts
56+ C:\Windows\System32\drivers\etc\hosts
5757
5858 If you don’t see the file, change the file type dropdown to All Files.
5959
60604 . Add the following line at the end of the file:
6161
62- 0.0.0.0 scripts.simpleanalyticscdn.com
62+ 0.0.0.0 scripts.simpleanalyticscdn.com
6363
64645 . Save the file by clicking File > Save or pressing Control + S.
65656 . Open Command Prompt as administrator and run:
6666
67- ipconfig /flushdns
67+ ipconfig /flushdns
6868
6969Your computer will now block requests to Simple Analytics from your browser.
7070
0 commit comments