Greasy Fork is available in English.
Removes unneeded parameters and redirection pages from YouTube links.
< Обсуждения YouTube Link Cleaner
Time parameter gets removed along with other parametersOne problem is with links where there is a time parameter (desirable) that comes after an undesirable parameter, such as https://www.youtube.com/watch?v=8YdQBkxf4kU&feature=youtu.be&t=22sThis script removes the desirable time parameter.Also, the feature=youtu.be parameter gets removed incorrectly if you move the t=22s parameter before it, because of the period.
I have updated my script so this bug is fixed. (The problem was that the parameter contains a dot.)
Войдите, чтобы ответить.
Time parameter gets removed along with other parameters
One problem is with links where there is a time parameter (desirable) that comes after an undesirable parameter, such as https://www.youtube.com/watch?v=8YdQBkxf4kU&feature=youtu.be&t=22s
This script removes the desirable time parameter.
Also, the feature=youtu.be parameter gets removed incorrectly if you move the t=22s parameter before it, because of the period.