[TS] Youtube Load More Channel Videos

Auto loads more videos in channel

< [TS] Youtube Load More Channel Videosについてのフィードバック

質問/コメント

§
投稿日: 2017/07/11
編集日: 2017/07/11

New url

https://www.youtube.com/user/(username)/videos is a valid url for channel videos I think you should include it because otherwise the script wont work there. I edited the script myself to test and it works by just adding // @include https://www.youtube.com/user/*/videos

TimidScript作者
§
投稿日: 2017/07/15

Thank you. I will make a release later today.

TimidScript作者
§
投稿日: 2017/07/15

I just looked at the script and I have this: // @include https://www.youtube.*/*/Videos* which means that it should already be picked up.

There is no need to add // @include https://www.youtube.com/user/*/videos :smile:

§
投稿日: 2017/07/15
編集日: 2017/07/15

Well it's not picked up for me. Have you tested?

Ex https://www.youtube.com/user/Checkpointpodcast/videos

TimidScript作者
§
投稿日: 2017/07/15

It works fine. What broswer and plugin are you using to run the script?

§
投稿日: 2017/07/16
編集日: 2017/07/16

firefox 55 beta x64 on windows 7 x64 and violentmonkey. It works properly on "normal" pages but it does not work on the pages I mentioned before unless I add the line I mentioned.

TimidScript作者
§
投稿日: 2017/07/19

Then it is an issue with ViolentMonkey. You should raise it in their feedback.

The asterisk in "@include", implies anything can come afterwards. If it was @match that would be a different case. It works fine in TamperMonkey and GreaseMonkey.

More information on it here:
https://wiki.greasespot.net/Include_and_exclude_rules

This is the expected result. If it fails in VM, then the issue is with VM.

I tried to install the script on VM + FF 54.0.1 but it wouldn't download the dependencies. Messed around with it but failed to install. Not sure why.

TimidScript作者
§
投稿日: 2017/07/19

Then it is an issue with ViolentMonkey. You should raise it in their feedback.

The asterisk in "@include", implies anything can come afterwards. If it was @match that would be a different case. It works fine in TamperMonkey and GreaseMonkey.

More information on it here:
https://wiki.greasespot.net/Include_and_exclude_rules

This is the expected result. If it fails in VM, then the issue is with VM.

I tried to install the script on VM + FF 54.0.1 but it wouldn't download the dependencies. Messed around with it but failed to install. Not sure why.

返信を投稿

返信を投稿するにはログインしてください

长期地址
遇到问题?请前往 GitHub 提 Issues。