Well, look at that. Ads disguised as posts.
Haven’t they had ads disguised as posts for years now?
I dunno, uBlock never showed any.
fuck spez, fuck Reddit
I remember them showing up in the mobile apps, before I discovered third party apps.
Removed by mod
Steve doesn’t care as long as he can extract money before the repercussions hit. That’s why he didn’t care about alienating so many people that volunteered their time and energy, he’s counting on their being enough momentum to get through the IPO so he can
stealtake the money he thinks he’s entitled to… he doesn’t give a single shit what happens after because he won’t be there and will just blame everyone else.They’re clearly marked as such kind of like promoted tweets.
Removed by mod
Removed by mod
I thought this was illegal in most countries
Which is whythey’re now under investigation from the FTC.edit: FTC not FCC edit 2: looks like they’re being investigated about AI, not ads.
More of their bullshitery. I had the audacity to use my browser to click a reddit link.
Yup, they’re forcing people towards the app because it allows them to collect telemetry data. Your browser walls them off so they can’t data mine your device, but the app gives them full control. It’s why so many services and companies have switched to apps instead of mobile sites; An app allows them to collect and sell your data.
Also all the things they (reddit) claim in this article i call BS. Specially so close to the ipo.
Here is what one of these ads looks like:
https://www.reddit.com/u/PhillyCanada/s/O52X2oGf5V
It does not appear to be labeled as an ad on the Reddit mobile app.
Wtf is up with the comments… They’re all congratulating the marketing to for a good campaign? Saying they’re buying the shit.
100% Reddit astroturfing. It’s so unnatural
It’s gone now, on www. and old. via browser. “Page not found” with a pic of that snoo crying under a hot sun because he bought the pre-IPO shares, lol.
Gotta juice up those numbers before IPO so executives can sell their stock and leave others to hold the bag
This has been the case for ages so it’s not anything new.
Half the mods in the big communities work for ad agencies. Fact…
if you replace the www.reddit part of the link with farside.link/libreddit it will send you to a random frontend instance.
this means no ads, no js, no trackers, and probably none of this.
to do this you’ll need a browser extension. try this one: https://addons.mozilla.org/en-US/firefox/addon/redirector/ (couldn’t find this one for chrome but you can choose another)
if you used the extension i gave you you can import below as a plaintext in the settings.
redirect.txt
{ "redirects": [ { "description": "", "exampleUrl": "https://www.reddit.com/r/example", "exampleResult": "https://farside.link/libreddit/r/example", "error": null, "includePattern": "https://www.reddit.com*", "excludePattern": "", "patternDesc": "", "redirectUrl": "https://farside.link/libreddit$1", "patternType": "W", "processMatches": "noProcessing", "disabled": false, "grouped": false, "appliesTo": [ "main_frame", "sub_frame" ] }, { "description": "", "exampleUrl": "https://old.reddit.com/r/example", "exampleResult": "https://farside.link/libreddit/r/example", "error": null, "includePattern": "https://old.reddit.com*", "excludePattern": "", "patternDesc": "", "redirectUrl": "https://farside.link/libreddit$1", "patternType": "W", "processMatches": "noProcessing", "disabled": false, "grouped": false, "appliesTo": [ "main_frame", "sub_frame" ] } ] }