How to erase your effects on the web

Your effects on the web

Google/Slimjet/Chedot/Mozilla/Opera

When you visit sites through your favorite browser, all links and information of the pages you visit are recorded on your computer, in addition to the possibility of memorizing the passwords you entered in the sites on your computer, otherwise, files called cookies are created and recorded on the computer, which in turn contains information The site in addition to others may contain very sensitive information about you depends on some sites for spying on 

the first

More



The second

script.bat

@echo off

rem IE
start "" "C:\Windows\System32\rundll32.exe" InetCpl.cpl,ClearMyTracksByProcess 255

rem Chrome
start RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
set ChromeDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data

del /q /s /f "%ChromeDir%"
rd /s /q "%ChromeDir%"




rem Slimjet
set DataDir=C:\Users\3ali\AppData\Local\Slimjet\User Data

del /q /s /f "%DataDir%"
rd /s /q "%DataDir%"


rem Chedot
set DataDir=C:\Users\3ali\AppData\Local\Chedot\User Data

del /q /s /f "%DataDir%"
rd /s /q "%DataDir%"



rem Firefox
set DataDir=C:\Users\%USERNAME%\AppData\Local\Mozilla\Firefox\Profiles

del /q /s /f "%DataDir%"
rd /s /q "%DataDir%"

for /d %%x in (C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\Profiles\*) do del /q /s /f %%x\*sqlite



rem Opera
set DataDir=C:\Users\%USERNAME%\AppData\Local\Opera\Opera
set DataDir2=C:\Users\%USERNAME%\AppData\Roaming\Opera\Opera
set DataDir3=C:\Users\3ali\AppData\Local\Opera Software

del /q /s /f "%DataDir%"
rd /s /q "%DataDir%"

del /q /s /f "%DataDir2%"
rd /s /q "%DataDir2%"