A very simple to use userscript to bypass YouTube's age verification.
When a YouTube video is detected as age-restricted, this userscript will retrieve the video and all other information from YouTube's unrestricted /youtubei/v1/player
endpoint. As a fallback (for some non-embeddable videos) 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!
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.
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.
-
Install a Userscript Manager of your choice. We recommend Tampermonkey.
-
Install Simple YouTube Age Restriction Bypass by clicking this link.
Alternative mirrors:
No further actions are necessary. All age restricted videos are automatically unlocked. Make sure you reload YouTube after installation.
The following browsers are supported:
Chrome Userscript |
Edge Extension |
Firefox Extension |
Safari Userscript |
Opera Userscript |
Brave Userscript |
And many more!
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.
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.
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. Install Dependencies
Run this command at the root folder to install the required dependencies:
npm install
3. Run Build Script
npm run build
The userscript Simple-YouTube-Age-Restriction-Bypass.js
should now be located in the dist
folder.
Want to contribute to this project? Feel free to open an issue or pull request.