Greasy Fork

GeniusLyrics

Downloads and shows genius lyrics for Tampermonkey scripts

这些是代码更新过的版本。 显示所有版本

  • v5.10.0 2023-08-28

    improve order of search results increase cache versions to force cache update

  • v5.9.12 2023-08-28

    Strip - 2023 Remaster and similar from song title

  • v5.9.12 2023-08-27

    Fix some issues with White Theme and Spotify Theme https://github.com/cvzi/Spotify-Genius-Lyrics-userscript/issues/27

  • v5.9.11 2023-07-22

    Fix Promise

  • v5.9.10 2023-07-22

    version bump & reset cache

  • v5.9.9 2023-07-22

    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 2023-07-22

    version bump

  • v5.9.8 2023-07-22

    Native APIs (#66)

  • v5.9.8 2023-07-01

    code format

  • v5.9.8 2023-07-01

    version bump

  • v5.9.7 2023-07-01

    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 2023-06-29

    Revert "clear cache before retry (#62)"

  • v5.9.6 2023-06-29

    Version bump

  • v5.9.5 2023-06-29

    clear cache before retry (#62)

  • v5.9.5 2023-06-27

    log the error into console window

  • v5.9.4 2023-06-27

    log the error into console window

  • v5.9.3 2023-06-09 @copyright Resolves #59
  • v5.9.3 2023-06-08 minor fix
  • v5.9.2 2023-06-08 bug fix
  • v5.9.1 2023-06-08 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 2023-05-19 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 2023-05-19 update css
  • v5.8.7 2023-05-19 css update
  • v5.8.6 2023-05-19 fix typo
  • v5.8.5 2023-05-19 fix song title color (#54)
  • v5.8.4 2023-05-04 merely adding comments; format issue
  • v5.8.4 2023-05-04 merely adding comments
  • v5.8.4 2023-04-28 Annotation style
  • v5.8.4 2023-04-28 Misc fixes: * Add missing svg * Fix config window is not visible * Fix elmSongHeaderContainer error message on `WithPrimis`
  • v5.8.3 2023-04-25 fix getTrueWindow() error in YouTube Music (#50) * fix getTrueWindow() error in YouTube Music
  • v5.8.2 2023-04-08 Fix annotations
  • v5.8.1 2023-04-08 * 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 2023-03-31 Hide about section and comments
  • v5.7.5 2023-01-28 fix contentStyling's lyrics clickable text color issue
  • v5.7.4 2023-01-28 fix contentStyling's lyrics clickable text color issue
  • v5.7.3 2022-12-29 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 2022-12-28 version bump
  • v5.7.1 2022-12-28 config(): no action if config already shown (#46)
  • v5.7.1 2022-12-28 fix loading cancelled by user (#45)
  • v5.7.1 2022-12-27 Format fix
  • v5.7.1 2022-12-27 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 2022-12-27 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 2022-12-26 Scroll to top of lyrics text if auto scrolling is disabled
  • v5.7.0 2022-12-26 Version bump
  • v5.6.5 2022-12-26 Introduce CompoundTitle as artist(s) could be unknown Introduce CompoundTitle as artist(s) could be unknown
  • v5.6.5 2022-12-24 Fix autoscroll related issues (#42)
  • v5.6.5 2022-12-23 Filter results without `lyrics_updated_at` Resolve #41, version bump
  • v5.6.4 2022-12-22 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 2022-12-22 Patch autoscroll (#40)
  • v5.6.3 2022-12-22 modified content styles (#38) * modified content styles for both dekstop * format fix * format fix

显示脚本的所有版本