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.

1 comment:

  1. Thank a lot.
    This extension is mark as violates on Chrome Web Store policy. The developer totally abandon it. And Fastestfox search bubbles no longer work.
    With your trick now i can use Fastestfox search bubbles again.

    ReplyDelete