OvalQuilter / lyrics-status

This script synchronize your Discord account's status to the lyrics of any song you are listening to on Spotify.
GNU General Public License v2.0
31 stars 17 forks source link

eslint error #12

Closed badbeing closed 8 months ago

badbeing commented 9 months ago

On Tampermonkey v5.0.1 (Chrome) it reported 2 errors of eslint on Line 13 eslint: no-undef - "$" is not defined. eslint: no-eval - eval can be harmful.

image

Due to these errors the script cannot be enabled and thus no lyrics are shown on Discord status.

badbeing commented 8 months ago

After several attempts of reloading Spotify Web Player, it is working as intended again. I will now close this issue.