After one of YouTube's redesigns, on a user's profile, this script now removes the entire top bar of the profile including the user's subscribe button. In all other cases, it works exactly as advertised :)
I solved it for now by commenting out the /*$("#header").remove();*/, though I don't know if that will show ads on some other pages. I'm mostly interested in blocking the video ads in the middle of a video.
(My system, if needed: macOS 10.13.2 Beta, Safari 10.0.1)
Works too well ;) removes too much
After one of YouTube's redesigns, on a user's profile, this script now removes the entire top bar of the profile including the user's subscribe button.
In all other cases, it works exactly as advertised :)
I solved it for now by commenting out the /*$("#header").remove();*/, though I don't know if that will show ads on some other pages. I'm mostly interested in blocking the video ads in the middle of a video.
(My system, if needed: macOS 10.13.2 Beta, Safari 10.0.1)