npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

simple-youtube-age-restriction-bypass

v2.5.2

Published

A simple userscript to bypass YouTube's age verification and watch age restricted videos without having to sign in.

Readme


How it works

This extension uses some API tricks to access age-restricted videos from YouTube anonymously. As a fallback (in case that the API bypass methods does not work) an open source Account Proxy Server is used. This allows you to watch all types of age-restricted videos on YouTube and YouTube Music without age verification and without the need to be signed in.

All videos will be unlocked automatically!

Getting started

Installation

You have two options depending on the browser you use. You can install the script as a Userscript in all popular browsers or as a Browser Extension in some supported browsers listed below.

Browser Extension

The Age Restriction Bypass for Youtube™ extension is currently available for Firefox and Edge.

If you use another browser (e.g. Google Chrome), install the Userscript below.

Userscript

  1. Install a Userscript Manager of your choice. We recommend Tampermonkey or Violentmonkey.

  2. Install Simple YouTube Age Restriction Bypass by clicking this link.

Alternative mirrors:

Usage

No further actions are necessary. All age restricted videos are automatically unlocked. Make sure you reload YouTube after installation.

Privacy

In order to unlock some video information, requests are handled through a proxy server. On the server side, the request will be authenticated with the credentials of an age-verified account at YouTube. The source code of the proxy server can be found here.

No credentials are sent from your YouTube account! The only info that the proxy server receives from you is the Video-ID and some non-user related information like the version of the YouTube website. The used proxy server at youtube-proxy.zerody.one does not log IP-Adresses or Video-IDs. If you have set a different proxy server instance, then the operator's log policies apply.

To have an overview of the number of requests and possible problems, anonymous usage statistics are collected. These statistics are also not user-related and can be found here.

For some videos it is necessary to route the video data files (hosted at googlevideo.com) through a proxy server as well. The third-party service 4everproxy.com is used for this. You can read the privacy policy here.

Compatibility

Browser support

The following browsers are supported:

And many more!

Android

Simple YouTube Age Restriction Bypass works on Android with the browser version of YouTube m.youtube.com in combination with the Userscript.

Only a few browsers such as Firefox and Kiwi Browser currently support extensions. Tampermonkey can be installed there.

Bromite supports userscripts natively. The script can be installed via Settings > User Scripts.

iOS/iPadOS

Simple YouTube Age Restriction Bypass also works on iOS/iPadOS Safari with the browser version of YouTube m.youtube.com in combination with the Userscript.

You need to install the free extension Userscripts for Safari from the AppStore to install the Userscript.

Development

Prerequisites

Building

We use Rollup with Babel to transpile into a single userscript file and maintain support for older browsers.

1. Clone the repository

git clone https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass.git

2. Run Build Script

Run this command at the root folder to install the required dependencies and build the userscript and extension:

npm run build

The userscript Simple-YouTube-Age-Restriction-Bypass.user.js and extension should now be located in the dist folder.

The extension is compiled to both Manifest V2 and V3.

Contributors

Want to contribute to this project? Feel free to open an issue or pull request.