Skip to content

Fix url match youtube channel videos userscript #3

@IL2P

Description

@IL2P

I use your scripts. Thank you for making them! Here is a minor edit suggestion for YouTubeChannelRedirector.user.js to fix matching on channel urls that come as "c" instead of "channel".

Example: https://www.youtube.com/c/Freecodecamp/featured

From:
// @include /^https?://(www.)?youtube.com/(channel|user)/([a-zA-Z0-9_-]+)/?(featured)?$/

To:
// @include /^https?://(www.)?youtube.com/(c|channel|user)/([a-zA-Z0-9_-]+)/?(featured)?$/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions