Fix download/speed menu item

This commit is contained in:
TC
2021-03-04 21:29:37 +01:00
parent 5641c3fc87
commit 796a7aaaf1
4 changed files with 30 additions and 39 deletions

View File

@ -17,4 +17,7 @@ const watchDOMElement = (name, selectorFn, cb) => {
});
};
module.exports = { watchDOMElement };
const getSongMenu = () =>
document.querySelector("ytmusic-menu-popup-renderer tp-yt-paper-listbox");
module.exports = { getSongMenu, watchDOMElement };