-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vagrant
committed
Apr 28, 2020
1 parent
aac4b18
commit d4cb0d9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ const configration = { | |
// ==UserScript== | ||
// @name Better etoro UI for Taiwan | ||
// @description 提供你更好的 etoro 新台幣介面增強懶人包 | ||
// @version 0.7.1 | ||
// @version 0.7.2 | ||
// @author hilezir | ||
// @grant GM_xmlhttpRequest | ||
// @grant GM_addStyle | ||
|
@@ -114,7 +114,7 @@ const configration = { | |
window.GM_xmlhttpRequest({ | ||
// url: 'http://127.0.0.1:8080/etoro.bundle.js', // 開發模式 | ||
url: 'https://cdn.jsdelivr.net/gh/hilezir/[email protected].1/src_dist/etoro.bundle.js', | ||
url: 'https://cdn.jsdelivr.net/gh/hilezir/[email protected].2/src_dist/etoro.bundle.js', | ||
onload: event => { | ||
eval(event.responseText) | ||
}, | ||
|