this post was submitted on 23 Jun 2026
473 points (99.2% liked)

Privacy

50695 readers
633 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

I made an extension that bypasses online age verification

To show my stance towards online age verification, I made a small (literally, less than 10 kilobytes) add-on that will completely skip ageverif.net's verification prompt. (Only that site (for now?))

With more and more data breaches going on it's important to protect yourself by not sharing unnecessary data, and to show how broken some age verification platforms are!

It's #opensource too! https://github.com/helloyanis/agechecker.net-bypass (more info on why I do it is in the readme)

@privacy

#ageverification #firefox #hacking #web #cybersecurity

you are viewing a single comment's thread
view the rest of the comments
[–] kutt@lemmy.world 10 points 2 months ago* (last edited 2 months ago) (1 children)

I don’t get it. The block is only a front end thing? No server side check?

[–] helloyanis@furries.club 6 points 2 months ago (1 children)

@kutt The block is a front-end popup that sends ID data to the back-end, and when the back-end completes verification, the front-end dispatches an event and closes the popup window.

So if, let's say, an extension replaced the popup script by something that would fire the event immediately, then sites would work!

[–] kutt@lemmy.world 1 points 2 months ago

That’s surprising. Thank you for the explanation!