susithrupasinghe / Simple-YouTube-Age-Restriction-Bypass

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple YouTube Age Restriction Bypass

Getting started | Development | Contributors

Simple YouTube Age Restriction Bypass

A very simple to use userscript to bypass YouTube's age verification.

GitHub release downloads license

How it works

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!

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.

Mozilla Add-ons Edge Add-ons

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.

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

Alternative mirrors:

GreasyFork OpenUserJS

Usage

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

Compatibility

Browser support

The following browsers are supported:

Chrome
Chrome
Userscript
Edge
Edge
Extension
Firefox
Firefox
Extension
Safari
Safari
Userscript
Opera
Opera
Userscript
Brave
Brave
Userscript

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. 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.

Contributors

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

About

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

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 2.7%