mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
const getSongMenu = () =>
|
|
document.querySelector("ytmusic-menu-popup-renderer tp-yt-paper-listbox");
|
|
|
|
module.exports = { getSongMenu };
|