I just use custom CSS to block this. Install stylish extension for you browser and use following css:
#downAppModWrap, .m-library-toast {
display: none;
}
.g_mod_wrap.m-preference-mod._on {
display: none !Important;
}
html {
overflow: visible !important;
border-right: inherit !important;
}