v0.6.2 - make recaptcha work in China
This commit is contained in:
parent
1bb2a0683d
commit
f6c07ebceb
3 changed files with 4 additions and 4 deletions
4
dist/main.js
vendored
4
dist/main.js
vendored
|
@ -3,7 +3,7 @@
|
|||
// @namespace https://www.xmader.com/
|
||||
// @homepageURL https://github.com/Xmader/musescore-downloader/
|
||||
// @supportURL https://github.com/Xmader/musescore-downloader/issues
|
||||
// @version 0.6.1
|
||||
// @version 0.6.2
|
||||
// @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/*/*
|
||||
|
@ -50,7 +50,7 @@
|
|||
const load = () => {
|
||||
// load script
|
||||
const script = document.createElement("script");
|
||||
script.src = `https://www.google.com/recaptcha/api.js?render=${SITE_KEY}`;
|
||||
script.src = `https://www.recaptcha.net/recaptcha/api.js?render=${SITE_KEY}`;
|
||||
script.async = true;
|
||||
document.body.appendChild(script);
|
||||
// add css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue