Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 666 Bytes

Readme.md

File metadata and controls

21 lines (15 loc) · 666 Bytes

Leetcode Music Player

Turn Leetcode into a cool music visualizer

How To Run

  • open your profile page
  • open dev console after page is properly loaded [IMPORTANT]
  • copy script.js and paste on dev console

Thats it Enjoy 😀.

Changing Music

  • There's a little proxy server server.js that serves the music file enabling cors to any origin.
  • just spin up that server and change line 1 in script.js to point to the music file.

Warning

If in near future leetcode changes its layout this script would not work.