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

Enhancement - lz-string Compression #71

Closed cyfung1031 closed 4 months ago

cyfung1031 commented 8 months ago

lz-string aims for store data in localStorage with compression which is fast and reliable. It is based on LZW and with the study of localStorage characteristics. I just found it recently and this is what we want.

Demo Here: https://raw.githack.com/cvzi/genius-lyrics-userscript/master/references/lz-string-demo.html