FIND CODE

.comments-area,
.comment-respond,
#comments {
     display: none !important;
}
www.youtube.com/channel/channel-ID?sub_confirmation=1
Or

www.youtube.com/@channel-handle?sub_confirmation=1
In php file

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 3000

In .htaccess file
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
In .htaccess file
php_value upload_max_filesize 64M
php_value post_max_size 64M;
php_value max_execution_time 300
php_value max_input_time 300
a:active, a:focus {
outline: 0 !important;
border: none !important;
-moz-outline-style: none !important;
}