this post was submitted on 17 Aug 2026
107 points (93.5% liked)

Reddit

23346 readers
84 users here now

News and Discussions about Reddit

Welcome to !reddit. This is a community for all news and discussions about Reddit.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


Rule 1- No brigading.

**You may not encourage brigading any communities or subreddits in any way. **

YSKs are about self-improvement on how to do things.



Rule 2- No illegal or NSFW or gore content.

**No illegal or NSFW or gore content. **



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Posts and comments which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts.

Provided it is about the community itself, you may post non-Reddit posts using the [META] tag on your post title.



Rule 7- You can't harass or disturb other members.

If you vocally harass or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.


founded 3 years ago
MODERATORS
 

As I write this I literally have a script ( https://github.com/j0be/PowerDeleteSuite ) running deleting all posts and comments I made so I can delete my accounts and leave them with nothing. The last couple of days they have been prompting people to provide identification documents to access their accounts. This is going to start becoming more prevalent on platforms. I always hated the site but that's crossed the line for me. So purpose of this post is just to give people a heads up while they still have access if they want to remove their data and / or delete the peice of shit from their life once and for all.

you are viewing a single comment's thread
view the rest of the comments
[–] Aqivex@fedinsfw.app 1 points 1 day ago

It's stupidly common and easy. Practically any text field can be made to capture and cache "unsent" data, because it's not actually a standard text field that only does POST when you submit, but rather something that is continuously polled (usually AJAX) and the data saved to whatever database tables they got set up for it.

Wonders of scripting.

NoScript will stop it, but then the platforms that rely on this bullshittery for ill, usually are the kind to try to force you into having JavaScript or worse enabled.

Some examples of this I've seen/used in the wild:

When I worked at a credit union, the last upgrade to the "online banking" towards Lumin(link to their marketing site in case you want to see their screenshots, almost no CU/Bank who uses them bothers to customize it) the then "hot and new" vendor platform that was hot then amongst digital banking solutions for small to midsize institutions, uses it on every text field.

E.g. the search omnibar input from atop the accounts where you can search help topics, and the input from the fields around the FAQ sections (input meaning both sent queries and anything typed but not submitted) were all visible to the call center folks, with strings like "user typed 'how do I hide my 10k deposit through mobile banking' into [field name] but did not submit", as these were expected to be data for the reps to use in their servicing or whatever.

Another (much bigger) example: The omni bar at Google.com specifically (and I have no idea how many in their Android apps, but given that they have more control there than over your browser I'd just assume every single one...Google Keyboard included).

If you get yourself through all the trouble and effort to somehow arrive at search site unknown (your customized FF privacy fork is really fucking good or something) and for some reason need or allow scripting on their page and type ad targetty helpful info but never search...it's still gonna make it into whatever shadow profile they're prepping for linkage to the real you ASAP, and eagerly wants to personalize those ads with your unsent data.

My own community writing website:

It came bundled with a Xenforo add-on I used for some stupid feature I wasn't smart enough to do myself 5-7 years ago. I don't run any sort of ads or tracking whatsoever on my site, so it's pretty much useless.