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

< YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)についてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2023/09/06

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

thanks you

§
投稿日: 2023/09/06
編集日: 2023/09/06

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

adamluiアクセス禁止済み
§
投稿日: 2023/09/06

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

§
投稿日: 2023/09/06

woahh, thank you so much sir

but youtube UI back like this now

adamluiアクセス禁止済み
§
投稿日: 2023/09/06

Ok I fixed it now @Admin-kun

§
投稿日: 2023/09/06

thanks you so much, you really great @adamlui

adamluiアクセス禁止済み
§
投稿日: 2023/09/06

you're welcome @Admin-kun

§
投稿日: 2023/09/06

maybe it needs a little more fix sir

adamluiアクセス禁止済み
§
投稿日: 2023/09/06

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

§
投稿日: 2023/09/06

sure, I hope you recover quickly

返信を投稿

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