Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.26 KB

bypass.md

File metadata and controls

22 lines (20 loc) · 1.26 KB

Bypass Age-restriction (YouTube Platform)

This is optional, but if you want to access further content such as restricted content, you need to use your own YouTube cookies.

And, of course, you have to sign in to Google first.

  • Open a new tab.
  • Open inspect element first by doing CTRL + SHIFT + I, or F12
  • Visit https://youtube.com

image

  • Wait until it fully loaded.
  • Open your inspect element again.
  • Find network tab.

image

  • Find youtube.com, you can sort Waterfall from up

image

  • Click youtube.com
  • Scroll down and find Request Headers
  • Inside the Request Headers, copy the cookie value.

image

  • Paste the cookie value to YOUTUBE_COOKIE= on your .env file.

image

  • Restart the app.