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

Coding Change #32

Closed cyfung1031 closed 1 year ago

cyfung1031 commented 1 year ago

Feature Added: a. Size Reduction of HTML Request Text Cache (normally half reduced; 1/4 size only if style substitute is used.) -> 1. Remove unnecessary html coding -> 2. Pre-stored SVGs in the script instead of caching (up to 50% reduction) -> 3. Style Substitute as the iframe content styling is modified by custom settings / functions (up to 75% reduction) b. Strengthen loading cancel checking c. SpinnerDOM (SpinnerHolder + Spinner) is now customizable d. Fuzzy Matching (Implemented in YouTube Genius Lyrics) e. CancelLoading to remove spinnerDOM + interrupt the loading

Feature Changed: a. AutoScroll Button CSS b. Annotation Styling

cyfung1031 commented 1 year ago

The Format Fixing to be continued afterwards