Pages

Monday 28 October 2013

Prevent FastestFox for Chrome From tracking your searches.

Open this File in Notepad (preferably Notepad++)>
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Extensions\mmffncokckfccddfenhkhnllmlobdahm\<version.no>\scripts\env_setup.js
Find the line with>
return "http://msgs.smarterfox.com/log_msg?" + params.join("&"); 
 
Change it to>
//return "http://msgs.smarterfox.com/log_msg?" + params.join("&"); 
And Voila. No more tracking when clicking popup of selected text.