How to make the browser anonymous !

Vlad2012

Elite Member
Joined
Dec 28, 2012
Messages
1,824
Reaction score
725
Using Firefox portable as an example, i will show how to become more anonymous.
To get to the settings, you can enter "about:config" in the address bar or do it through the settings file "prefs.js":

1. preferred languages > Remove all languages except English from the list - the browser will become less unique.
2. Fonts > By default, the browser sends a list of installed fonts. Change browser.display.use_document_fonts to 0.
3. local storage > By default, the browser has a unique ID and sites can write information to local storage, so change the dom.storage.enabled value to false.
4. cache > You can hide the fact that you have already visited this page by disabling the cache in your browser. For this change browser.cache.disk.enable and browser.cache.memory.enable to false.
5. DNS queries > Configure your browser to make requests through a SOCKS5 proxy. To do this, change network.proxy.socks_remote_dns to true.
6. Information about visited sites > Set browser.safebrowsing.enabled and browser.safebrowsing.malware.enabled to falsew to disable data transfer.
7. user agent > You don't even need to use special extensions to change this setting. Just go to general.useragent.over and set it to the most common value.
8. Cookies for third party sites > Disable third party cookies. To do this, set network.cookie.cookieBehavior to 1.
9. HTTP referrer > Set the HTTP reffer header to not be passed. For network.http.sendRefererHeader we prescribe zero.
10. java > Disable Java by setting security.enable_java to false.

You can also use various add-ons for anonymity:

01.png
02.png

Also try not to use various rare plugins as this makes your fingerprint unique like CanvasBlocker :

https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
 
Tor Browser is quite good for anonymous web browsing and the regular web can also be browsed and used by using Tor browser.
 
Thanks. let me hack some websites to find out if I'm completely anonymous
 
Why not just use an anti-detect browser? Is there any advantage to doing it like that over an anti-detect browser?
 
Why not just use an anti-detect browser? Is there any advantage to doing it like that over an anti-detect browser?
Anti-detect browser is not free if you add what the plugins can do !
 
Thanks. let me hack some websites to find out if I'm completely anonymous
I don't recommend that since it's illegal to hack websites also that tutorial won't make you anonymous so you may face some troubles.
 
If you want true anonymity just get the Tor Browser. And a decent Linux build as well... Hard to be "anonymous" using Windows.
 
Using Firefox portable as an example, i will show how to become more anonymous.
To get to the settings, you can enter "about:config" in the address bar or do it through the settings file "prefs.js":

1. preferred languages > Remove all languages except English from the list - the browser will become less unique.
2. Fonts > By default, the browser sends a list of installed fonts. Change browser.display.use_document_fonts to 0.
3. local storage > By default, the browser has a unique ID and sites can write information to local storage, so change the dom.storage.enabled value to false.
4. cache > You can hide the fact that you have already visited this page by disabling the cache in your browser. For this change browser.cache.disk.enable and browser.cache.memory.enable to false.
5. DNS queries > Configure your browser to make requests through a SOCKS5 proxy. To do this, change network.proxy.socks_remote_dns to true.
6. Information about visited sites > Set browser.safebrowsing.enabled and browser.safebrowsing.malware.enabled to falsew to disable data transfer.
7. user agent > You don't even need to use special extensions to change this setting. Just go to general.useragent.over and set it to the most common value.
8. Cookies for third party sites > Disable third party cookies. To do this, set network.cookie.cookieBehavior to 1.
9. HTTP referrer > Set the HTTP reffer header to not be passed. For network.http.sendRefererHeader we prescribe zero.
10. java > Disable Java by setting security.enable_java to false.

You can also use various add-ons for anonymity:

View attachment 235305
View attachment 235306

Also try not to use various rare plugins as this makes your fingerprint unique like CanvasBlocker :

https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
Does this work for multiple social media accounts?
 
Back
Top