cvzi / genius-lyrics-userscript

A userscript library to show lyrics from genius.com on other websites
GNU General Public License v3.0
14 stars 5 forks source link

whether the songTitle should change if beLessSpecific is false? #26

Closed cyfung1031 closed 1 year ago

cyfung1031 commented 1 year ago
Screen Shot 2022-12-16 at 20 58 39

The line const simpleTitle = songTitle = songTitle.replace(/\s*-\s*.+?$/, '') shall be const simpleTitle = songTitle.replace(/\s*-\s*.+?$/, '') instead?

cvzi commented 1 year ago

yes you are right