Greasy Fork is available in English.

YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)

Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts

< Feedback on YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)

Review: Good - script works

§
Posted: 06/09/2023

the script work great, please add option to remove redirect short becouse i can't watch short continuously

thanks you

§
Posted: 06/09/2023
Edited: 06/09/2023

i command this script for remove redirect short, maybe add option to disable or enable maybe will good

/*var oldHref = document.location.href;
if (window.location.href.match(/shorts\/.+/)) {
window.location.replace(window.location.toString().replace('/shorts/', '/watch?v='));
}
window.onload = function() {
var bodyList = document.querySelector('body')
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function() {
if (oldHref != document.location.href) {
oldHref = document.location.href;
console.log('location changed!');
if (window.location.href.match(/shorts\/.+/)) {
window.location.replace(window.location.toString().replace('/shorts/', '/watch?v='));
}
}
});
});
var config = {
childList: true,
subtree: true
};
observer.observe(bodyList, config);
};*/

the script work great, please add option to remove redirect short becouse i can't watch short continuously

thanks you

adamluiAuthor
§
Posted: 06/09/2023

Yo @Admin-kun I added the option check it out

§
Posted: 06/09/2023

woahh, thank you so much sir

but youtube UI back like this now

adamluiAuthor
§
Posted: 06/09/2023

Ok I fixed it now @Admin-kun

§
Posted: 06/09/2023

thanks you so much, you really great @adamlui

adamluiAuthor
§
Posted: 06/09/2023

you're welcome @Admin-kun

§
Posted: 06/09/2023

maybe it needs a little more fix sir

adamluiAuthor
§
Posted: 06/09/2023

Ok @Admin-kun I will do it tomorrow beacue I have to rest from covid

§
Posted: 06/09/2023

sure, I hope you recover quickly

Post reply

Sign in to post a reply.