Bypass YouTube age verification

Bypass YouTube age verification without logging in.

< 脚本Bypass YouTube age verification的反馈

提问/评论

§
发表于:2015-06-03
编辑于:2015-06-05

Great script. Small issues ( player-api )

There is a small issue of compatibility with player resizers add-ons or scripts that make the player-api div element be displaced and show below the video as a black square covering the comments. Also on the part where the related videos should go there are no related videos.

§
发表于:2015-06-05

I realized a way on how to fix it.

Add this line after line 21 document.getElementById("player-api").remove();

so like this

var videoid = window.location.search.substr(window.location.search.indexOf("v=") + 2);
document.getElementById("player-api").remove();

It will fix it and it works well with in combination with other scripts and alone and it works well on normal watchpages with non restricted videos.

But still there are no related videos on the page idk if that's fixable though.

tfr作者
§
发表于:2015-06-05


document.getElementById("player-api").remove();

It will fix it and it works well with in combination with other scripts and alone

OK. I inserted it.


and it works well on normal watchpages with non restricted videos.

On normal watchpages, this script does not make any action, so it shouldn't make any problems in this case.


But still there are no related videos on the page idk if that's fixable though.

I will look at that. Another bypass script has this functionality. But I would create a separate script for "Show Related Videos".

§
发表于:2015-06-06

Thanks.

tfr作者
§
发表于:2015-08-15

I have written the script today: Youtube: Show related videos if missing.

Please note: You have to install both scripts for full functionality.

It works with Firefox+Greasemonkey, but not with Chrome+Tampermonkey.

§
发表于:2015-08-26

Great thanks a lot. I noticed that they only appear at the end of the video would it be possible to also add them to the page? (the column of related videos at the right or bottom of the video)

tfr作者
§
发表于:2015-08-26
Great thanks a lot. I noticed that they only appear at the end of the video would it be possible to also add them to the page? (the column of related videos at the right or bottom of the video)

Have you both scripts installed? Open Greasemonkey Menu on a Youtube video. You should see at least two entries with a tick next to it:

  • Bypass YouTube age verification
  • Youtube: Show related videos if missing

If that doesn't work: Do you have any other scripts installed which run on YouTube video pages? Dou you use Firefox and Greasemonkey?

§
发表于:2015-08-27

Now it's working idk what happened yesterday maybe was the cache or something like that. Thanks.

发表回复

登录以发表回复。