Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zerodytrash/simple-youtube-age-restriction-bypass

A simple browser extension to bypass YouTube's age verification, disable content warnings and watch age restricted videos without having to sign in!
https://github.com/zerodytrash/simple-youtube-age-restriction-bypass

bypass hacktoberfest tampermonkey unblocker userscript youtube youtube-player

Last synced: about 1 month ago
JSON representation

A simple browser extension to bypass YouTube's age verification, disable content warnings and watch age restricted videos without having to sign in!

Awesome Lists containing this project

README

        



Simple YouTube Age Restriction Bypass


Getting started |
Privacy |
Development |
Contributors



Simple YouTube Age Restriction Bypass


A very simple to use browser extension to bypass YouTube's age verification 😎





GitHub release


downloads


license

---

## 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](/account-proxy) 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](https://en.wikipedia.org/wiki/Userscript)** in all popular browsers or as a **Browser Extension** in some supported browsers listed below.

#### Browser Extension

Unfortunately, our Firefox extension was removed from Mozilla add-ons and disabled on Edge add-ons due to a violation of their terms of service.

As a result, we can no longer provide updates for it. However, the extension can still be installed manually.

We're looking for ways to make this process easier.

#### Userscript

1. Install a [Userscript Manager](https://en.wikipedia.org/wiki/Userscript_manager) of your choice. We recommend [Tampermonkey](https://www.tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/).
> - [Tampermonkey for Chrome](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)

> - [Tampermonkey for Firefox](https://addons.mozilla.org/en/firefox/addon/tampermonkey/)

> - [Tampermonkey for Opera](https://addons.opera.com/en/extensions/details/tampermonkey-beta/)

> - [Tampermonkey for Edge](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)

> - [Userscripts for Safari (MacOS/iOS/iPadOS)](https://apps.apple.com/us/app/userscripts/id1463298887)

2. Install **Simple YouTube Age Restriction Bypass** by clicking **[this link](../../raw/main/dist/Simple-YouTube-Age-Restriction-Bypass.user.js)**.

Alternative mirrors:


GreasyFork


OpenUserJS

### 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](/account-proxy).

**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](https://youtube-proxy.zerody.one/getStats).

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](https://www.4everproxy.com/) is used for this. You can read the privacy policy [here](https://www.4everproxy.com/privacy).

## Compatibility

### Browser support

> **Warning**
> We are currently reevaluating the extension. See [here](#browser-extension).

The following browsers are supported:





Chrome

Chrome



Edge
Edge



Firefox
Firefox



Safari
Safari



Opera
Opera




Extension
🟠
🟠
🟠
🟠
🟠


Userscript
✅ Full support

And many more!

### Android

**Simple YouTube Age Restriction Bypass** works on Android with the browser version of YouTube [m.youtube.com](https://m.youtube.com) in combination with the [Userscript](#userscript).
> Only a few browsers such as [Firefox](https://play.google.com/store/apps/details?id=org.mozilla.firefox) and [Kiwi Browser](https://play.google.com/store/apps/details?id=com.kiwibrowser.browser) currently support extensions. Tampermonkey can be installed there.

> [Cromite](https://www.cromite.org/) 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](https://m.youtube.com) in combination with the [Userscript](#userscript).
> **Note**
> You need to install the free extension [Userscripts](https://apps.apple.com/us/app/userscripts/id1463298887) for Safari from the AppStore to install the [Userscript](#userscript).

## Development

### Prerequisites

- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org) with NPM

### Building

We use [Rollup](https://rollupjs.org) with [Babel](https://github.com/babel/babel) to transpile into a single userscript file and maintain support for older browsers.

**1. Clone the repository**
```sh
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:
```sh
npm install
```
**3. Run Build Script**

Build the userscript and extension:
```sh
npm run build
```

The userscript `Simple-YouTube-Age-Restriction-Bypass.user.js` and extension should now be located in the `dist` folder.
> **Note**
> The extension is compiled to both Manifest [V2](https://developer.chrome.com/docs/extensions/mv2) and [V3](https://developer.chrome.com/docs/extensions/mv3/intro).

## Contributors

Want to contribute to this project? Feel free to open an [issue](../../issues) or [pull request](../../pulls).