Skip to content

Commit

Permalink
v0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Jan 20, 2021
1 parent 6202321 commit c46343b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @supportURL https://github.com/Xmader/musescore-downloader/issues
// @updateURL https://msdl.librescore.org/install.user.js
// @downloadURL https://msdl.librescore.org/install.user.js
// @version 0.23.4
// @version 0.23.5
// @description download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱
// @author Xmader
// @match https://musescore.com/*/*
Expand Down Expand Up @@ -26633,7 +26633,7 @@ Please pipe the document into a Node stream.\
// force to retrieve the MAGIC
switch (type) {
case 'midi': {
const el = document.querySelectorAll('.SD7H- > button')[3];
const el = document.querySelectorAll('.uPjTb > button')[3];
el.click();
break;
}
Expand Down Expand Up @@ -27340,7 +27340,7 @@ Please pipe the document into a Node stream.\
this.document = document;
}
get pageCount() {
return this.document.querySelectorAll('.gXB83').length;
return this.document.querySelectorAll('._2uWw4').length;
}
get thumbnailUrl() {
// url to the image of the first page
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c46343b

Please sign in to comment.