Remove YouTube Shorts

on the Subscription page. Desktop & Mobile.

< Opinie na Remove YouTube Shorts

Ocena: Dobry - skrypt działa

§
Napisano: 14-04-2022

Perfect, does exactly what I wanted it to. Remove shorts and remove the thumbnails for them.

Is there a way to have this without having the button present?
I commented out line 42 and made line 44 as 'blank' for a temp solution.

Ed FreesAutor
§
Napisano: 16-04-2022

Thanks for your feedback. If you wish to remove the button you can do it in 2 different methods.

1)
-Make sure the button is green.
-On line 29 change "red" to "green".
-Remove line 36 to 63.

2)
-Make sure the button is green.
-On line 29 change "red" to "green".
-On line 41 (empty line) add the code below.
div.style.display = 'none';

If you use method 2 you can get the button back by making line 41 a comment.
Line 29 says what is the default setting, in case you remove all browser data.

If you encounter a problem please let me know.

Ed FreesAutor
§
Napisano: 17-04-2022

Method 3:

-Remove line 28 to 63.
-On line 27 (empty line) add the code below.

setInterval(delShorts, 1000);

Ed FreesAutor
§
Napisano: 04-04-2023

To remove the button in 1.4

-Remove line 16 to 50.
-On line 15 (empty line) add the code below.

setInterval(delShorts, 1000);

Odpowiedz

Zaloguj się, by odpowiedzieć.