GeniusLyrics

Downloads and shows genius lyrics for Tampermonkey scripts

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v5.9.11 22 Juli 2023

    Fix Promise

  • v5.9.10 22 Juli 2023

    version bump & reset cache

  • v5.9.9 22 Juli 2023

    Revised Coding for Network Request (#60)

    • No Content-Type for GET request

    • request header Accept: application/json for json request

    • force overrideMimeType for json request

    • added responseType: json for annotations API

  • v5.9.9 22 Juli 2023

    version bump

  • v5.9.8 22 Juli 2023

    Native APIs (#66)

  • v5.9.8 01 Juli 2023

    code format

  • v5.9.8 01 Juli 2023

    version bump

  • v5.9.7 01 Juli 2023

    Show "you are blocked" if the response from geniusSearch is html

    https://github.com/cvzi/Spotify-Genius-Lyrics-userscript/issues/22 https://github.com/cvzi/Youtube-Genius-Lyrics-userscript/issues/56

  • v5.9.7 29 Juni 2023

    Revert "clear cache before retry (#62)"

  • v5.9.6 29 Juni 2023

    Version bump

  • v5.9.5 29 Juni 2023

    clear cache before retry (#62)

  • v5.9.5 27 Juni 2023

    log the error into console window

  • v5.9.4 27 Juni 2023

    log the error into console window

  • v5.9.3 09 Juni 2023 @copyright Resolves #59
  • v5.9.3 08 Juni 2023 minor fix
  • v5.9.2 08 Juni 2023 bug fix
  • v5.9.1 08 Juni 2023 fix and new feature (#58) 1. fixed translation detection for 2nd type translation (https://genius.com/Queen-bee-genius-russian-translations-queen-bee-mephisto-lyrics); example: https://www.youtube.com/watch?v=A48bcNyi1VM 2. added romajiPriority option 3. code fix to event handler (avoid cache the DOM) 4. added compoundTitle to genius.current (for code clearance)
  • v5.9.0 19 Mei 2023 CSS revision for new Genius Desktop Layout (#55) * amend css to adapt new layout `.genius-lyrics-header-container` and `.genius-lyrics-header-content` are no longer available. `.LSongHeader__Outer_Container` and `.LSongHeader__Outer` are the replacements. fixed various issue due to new Genius Desktop Layout `.LSongHeader__CenterInfo` is no longer available, thus `.genius-lyrics-header-content` cannot be detected. `[class*="MetadataStats__Stats"]` is no longer available. `[class*="MetadataStats__Container"]` is similar but different. `[class*="SongHeaderdesktop__PrimisContainer"]` and `[class*="SongHeaderdesktop__PrimisContainer"] > [class*="PrimisPlayer__Container"]` are (new) empty block elements. `HeaderArtistAndTracklistdesktop__Container` is similar to `HeaderArtistAndTracklistPrimis__Container` `HeaderArtistAndTracklistdesktop__Tracklist` is similar to `HeaderArtistAndTracklistPrimis__Tracklist`
  • v5.8.8 19 Mei 2023 update css
  • v5.8.7 19 Mei 2023 css update
  • v5.8.6 19 Mei 2023 fix typo
  • v5.8.5 19 Mei 2023 fix song title color (#54)
  • v5.8.4 04 Mei 2023 merely adding comments; format issue
  • v5.8.4 04 Mei 2023 merely adding comments
  • v5.8.4 28 April 2023 Annotation style
  • v5.8.4 28 April 2023 Misc fixes: * Add missing svg * Fix config window is not visible * Fix elmSongHeaderContainer error message on `WithPrimis`
  • v5.8.3 25 April 2023 fix getTrueWindow() error in YouTube Music (#50) * fix getTrueWindow() error in YouTube Music
  • v5.8.2 08 April 2023 Fix annotations
  • v5.8.1 08 April 2023 * Improve display of metadata (release date, lyric views, contributors) * Remove edit buttons (only appear if you're logged into a genius.com acocunt)
  • v5.8.0 31 Maret 2023 Hide about section and comments
  • v5.7.5 28 Januari 2023 fix contentStyling's lyrics clickable text color issue
  • v5.7.4 28 Januari 2023 fix contentStyling's lyrics clickable text color issue
  • v5.7.3 29 Desember 2022 scrollLyricsGeneric() and fixInstrumentalBridge() `scrollLyricsFunction` is omitted `force` omitted. just `scrollLyricsGeneric(position)` bug fixing for scrollLyricsGeneric. fixInstrumentalBridge: [Instrumental Bridge] shall give larger vertical space for scrolling
  • v5.7.2 28 Desember 2022 version bump
  • v5.7.1 28 Desember 2022 config(): no action if config already shown (#46)
  • v5.7.1 28 Desember 2022 fix loading cancelled by user (#45)
  • v5.7.1 27 Desember 2022 Format fix
  • v5.7.1 27 Desember 2022 Filter "unreleased", ignore `lyrics_updated_at` There are `"unreleased"` songs that have a valid timestamp in `lyrics_updated_at` and still don't have any song text Ref #41
  • v5.7.1 27 Desember 2022 minor code change for scrollToBegining(), fix isPageAbleForAutoScroll issue fix isPageAbleForAutoScroll was set to true before finishing scrollToBegining(), add css for scroll-behavior
  • v5.7.1 26 Desember 2022 Scroll to top of lyrics text if auto scrolling is disabled
  • v5.7.0 26 Desember 2022 Version bump
  • v5.6.5 26 Desember 2022 Introduce CompoundTitle as artist(s) could be unknown Introduce CompoundTitle as artist(s) could be unknown
  • v5.6.5 24 Desember 2022 Fix autoscroll related issues (#42)
  • v5.6.5 23 Desember 2022 Filter results without `lyrics_updated_at` Resolve #41, version bump
  • v5.6.4 22 Desember 2022 Remove `display:inline-block` from annotations `inline-block` breaks multi-line annotations that don't span the whole line Example: https://www.youtube.com/watch?v=hI8A14Qcv68 at `Of pain`
  • v5.6.4 22 Desember 2022 Patch autoscroll (#40)
  • v5.6.3 22 Desember 2022 modified content styles (#38) * modified content styles for both dekstop * format fix * format fix
  • v5.6.3 22 Desember 2022 Remove logging
  • v5.6.3 22 Desember 2022 Make fonts work again in White and Spotify theme. Remove some unused code
  • v5.6.3 21 Desember 2022 Remove unused code Move duplicated code to themeCommon #18, Move annotation css to iframeCSSCommon #18, Fix some styling errors in Clean White and Spotify

Tampilkan semua versi skrip