mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +00:00
reenable lyrics footer
This commit is contained in:
@ -76,9 +76,10 @@ module.exports = () => {
|
|||||||
lyricsContainer.innerHTML = `<div id="contents" class="style-scope ytmusic-section-list-renderer description ytmusic-description-shelf-renderer genius-lyrics">
|
lyricsContainer.innerHTML = `<div id="contents" class="style-scope ytmusic-section-list-renderer description ytmusic-description-shelf-renderer genius-lyrics">
|
||||||
${lyrics}
|
${lyrics}
|
||||||
|
|
||||||
<yt-formatted-string class="footer style-scope ytmusic-description-shelf-renderer">Source : Genius</yt-formatted-string>
|
<yt-formatted-string class="footer style-scope ytmusic-description-shelf-renderer" style="text-align: initial"></yt-formatted-string>
|
||||||
</div>`;
|
</div>`;
|
||||||
enableLyricsTab()
|
lyricsContainer.querySelector('.footer').textContent = 'Source: Genius';
|
||||||
|
enableLyricsTab();
|
||||||
}
|
}
|
||||||
|
|
||||||
function enableLyricsTab() {
|
function enableLyricsTab() {
|
||||||
|
|||||||
Reference in New Issue
Block a user