how to get rid of google preference script?

javascript, preferences, safari

Solution

Here's the browser extension that will cause it.

https://tools.google.com/dlpage/gaoptout

To get rid of that line, make sure you don't have this extension installed.

Problem

I always see this in the source code of my Browser Safari, although it is not part of the page's source code - it's like Safari always places it in front of the rest. ``` <script type="text/javascript">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script> ``` I read somewhere that it is used to send preferences of browsing behavior to Google, but I don't whether any of that is true. In any case: how can I get rid of it? Thanks! Dennis

Original source