Audible feedback on just how much your browsing feeds into Google
1–10 of 210 posts
Re: Audible feedback on just how much your browsing feeds into Google
#2 U=https://raw.githubusercontent.com/berthubert\
/googerteller/main/goog-prefixes.txt
for i in $(wget -qO - $U); do
ip route add unreach $i
done
...but you'd be surprised how many of seemingly unrelated places on the Internet would break without google.Re: Audible feedback on just how much your browsing feeds into Google
#3Re: Audible feedback on just how much your browsing feeds into Google
#4Would've probably piqued more interest if it were a browser plug-in.
Re: Audible feedback on just how much your browsing feeds into Google
#5Or alternatively, you can send all the traffic destined to google, into dev-null instead: U=https://raw.githubusercontent.com/berthubert\ /googerteller/main/goog-prefixes.txt for i in $(wget -qO - $U); do ip route add unreach $i done ...but you'd be surprised how many of seemingly unrelated places on the Internet would break without google.
Re: Audible feedback on just how much your browsing feeds into Google
#6I always find it amazing when speaker is utilized to 'visualize' occasional events.
Re: Audible feedback on just how much your browsing feeds into Google
#7Re: Audible feedback on just how much your browsing feeds into Google
#8Would've probably piqued more interest if it were a browser plug-in.
I prefer it how it is, very simple and effective, also I can actually gauge how much brave vs chrome etc. Obviously browser in my case will be heavier on google calls. But interesting to remember I have google drive floating around which I havent used in years.
Re: Audible feedback on just how much your browsing feeds into Google
#9Like, I've been working on a web project that doesn't contain any analytics, but which stores and retrieves JSON data in Google Firebase. I imagine if I opened my website with this tool, I would hear lots of noise.
But, I just can't imagine how Google could do anything useful (to them) with my random JSON blobs.
Re: Audible feedback on just how much your browsing feeds into Google
#10I have sent the kids in my house logs for their devices from the DNS blocker I have running on our network, but it was too much for them to digest. Perhaps I should work on a visualization tool of all the data that shows impacts of their data leakage and puts it in a video format they can consume. It sounds like a lot of work to build.