Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get rid of google preference script? [closed]

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

like image 639
weltschmerz Avatar asked Dec 06 '22 14:12

weltschmerz


1 Answers

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.

like image 79
dragon Avatar answered Dec 30 '22 19:12

dragon