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