[TS] Youtube Load More Channel Videos

Auto loads more videos in channel

< Feedback on [TS] Youtube Load More Channel Videos

Question/comment

§
Posted: 2017-07-11
Edited: 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

TimidScriptAuthor
§
Posted: 2017-07-15

Thank you. I will make a release later today.

TimidScriptAuthor
§
Posted: 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:

§
Posted: 2017-07-15
Edited: 2017-07-15

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

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

TimidScriptAuthor
§
Posted: 2017-07-15

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

§
Posted: 2017-07-16
Edited: 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.

TimidScriptAuthor
§
Posted: 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.

TimidScriptAuthor
§
Posted: 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.

Post reply

Sign in to post a reply.