Live data from Hacker News

Make Firefox Private Again

make-firefox-private-again.com

1–10 of 348 posts

Re: Make Firefox Private Again

#2
A bash script to set a config value…?

I’ve been blocking ads in Firefox since you used CSS to do it [0] but let’s face it, advertising isn’t going away.

Advertising is annoying, but tracking is evil and I hope initiatives like this can pave the way to having ads while not compromising user privacy.

I’ll still block them, though.

[0] https://www.gozer.org/mozilla/ad_blocking/css/ad_blocking.cs... (love it that site is still up!)

Re: Make Firefox Private Again

#4
wasn't aware that 'anonym' existed. I don't care if PII is stripped or not. the answer to 'helping advertisers' or anything with advertisement metrics in any fashion is always 'No.' - training things so that there's better data on how to best manipulate our psyche / give people data to psychologically manipulate us in to buying/doing things is a hard 'No.'

> Asked whether Mozilla has any concerns that its user base, many ardent ad-blockers among them, will oppose Anonym, a spokesperson for the Firefox house told The Register advertising as a business model is what allows the internet to be free and open to everyone, though there's still room for improvement.

No, the internet being free and open is what allows advertisers to exploit us. They can find other business models other than advertisement. It's not our problem. They need to stop making it our problem.

I turned it off in about:config

Re: Make Firefox Private Again

#5
post #2

A bash script to set a config value…? I’ve been blocking ads in Firefox since you used CSS to do it [0] but let’s face it, advertising isn’t going away. Advertising is annoying, but tracking is evil and I hope initiatives like this can pave the way to having ads while not compromising user privacy. I’ll still block them, though. [0] https://www.gozer.org/mozilla/ad_blocking/css/ad_blocking.cs... (love it that site is…

The actual change-commands aren't actually that much longer than its worrisome instructions telling you to download unpredictable arbitrary data from an internet URL and blindly execute it.

Re: Make Firefox Private Again

#6
post #5
post #2

A bash script to set a config value…? I’ve been blocking ads in Firefox since you used CSS to do it [0] but let’s face it, advertising isn’t going away. Advertising is annoying, but tracking is evil and I hope initiatives like this can pave the way to having ads while not compromising user privacy. I’ll still block them, though. [0] https://www.gozer.org/mozilla/ad_blocking/css/ad_blocking.cs... (love it that site is…

The actual change-commands aren't actually that much longer than its worrisome instructions telling you to download unpredictable arbitrary data from an internet URL and blindly execute it.

"Concerned about your privacy? Don't worry, just pipe this code right to your shell"

:\

Setting the flag in about:config is simple enough, I don't understand why anyone would do anything else. Who's seeing this page who is also unable to make an about:config change?

Re: Make Firefox Private Again

#7

wasn't aware that 'anonym' existed. I don't care if PII is stripped or not. the answer to 'helping advertisers' or anything with advertisement metrics in any fashion is always 'No.' - training things so that there's better data on how to best manipulate our psyche / give people data to psychologically manipulate us in to buying/doing things is a hard 'No.' > Asked whether Mozilla has any concerns that its user base,…

Without advertisements, the internet would only have content worth paying for and content people want to share for reasons other than financial gain. How awful (/s).

Re: Make Firefox Private Again

#8
Here is the actual script, if you prefer copy-pasting a one-liner over curl|sh...

    echo 'user_pref("dom.private-attribution.submission.enabled", false);' | tee -a  $HOME/.mozilla/firefox/$(grep "Default=.*\.default*" "$HOME/.mozilla/firefox/profiles.ini" | cut -d"=" -f2)/user.js

Re: Make Firefox Private Again

#9

wasn't aware that 'anonym' existed. I don't care if PII is stripped or not. the answer to 'helping advertisers' or anything with advertisement metrics in any fashion is always 'No.' - training things so that there's better data on how to best manipulate our psyche / give people data to psychologically manipulate us in to buying/doing things is a hard 'No.' > Asked whether Mozilla has any concerns that its user base,…

Without advertisements, the internet would only have content worth paying for and content people want to share for reasons other than financial gain. How awful (/s).

[deleted]

Re: Make Firefox Private Again

#10
Really sad to see Firefox’s direction but also not sure how they should be funded to avoid these things. I’m also not sure that the web can be made into something different unless web standards aren’t freed of influence by giants like Google
Post reply on HN