Skip to content

Commit

Permalink
Replace @include with @match
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Dec 18, 2022
1 parent 41c00b9 commit b5e54fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YoutubeMusicGeniusLyrics.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
// @author cuzi
// @icon https://music.youtube.com/img/favicon_144.png
// @supportURL https://github.com/cvzi/Youtube-Music-Genius-Lyrics-userscript/issues
// @version 4.0.8
// @version 4.0.9
// @require https://greasyfork.org/scripts/406698-geniuslyrics/code/GeniusLyrics.js
// @grant GM.xmlHttpRequest
// @grant GM.setValue
// @grant GM.getValue
// @grant GM.registerMenuCommand
// @grant unsafeWindow
// @connect genius.com
// @include https://music.youtube.com/*
// @match https://music.youtube.com/*
// ==/UserScript==

/*
Expand Down

0 comments on commit b5e54fa

Please sign in to comment.