Download button does not work with new Youtube design
|
|
Download button just doesn't show up.
|
|
|
YouTube updated their site somehow to disable the "download" link. I hope the author updates his script to fix this, as I rely heavily on this tool. |
|
|
OK, I figured out a fix. The script inserts the download button before <div id="search-form">, which YouTube got rid of. You'll notice that the "Home - Video - Channels - Community" on YouTube video pages is now different; they are no longer tabs, but square shaped buttons which appear next to the search bar. So, we only need to update the Greasemonkey script to specify a new div id for inserting the download button. I found it looks best if inserted before "upload-menu", so, to update the Greasemonkey script, simply edit it and change the two getElementById("search-form") on line 37 to getElementById("upload-menu"). |
![]() ![]() |
guys you can use "yousabletubefix" script. This one is very good and author updates it regularly |

