on the Subscription page. Desktop & Mobile.
< Feedback op Remove YouTube Shorts
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.
Method 3:
-Remove line 28 to 63.
-On line 27 (empty line) add the code below.
setInterval(delShorts, 1000);
To remove the button in 1.4
-Remove line 16 to 50.
-On line 15 (empty line) add the code below.
setInterval(delShorts, 1000);
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.