greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.48k stars 445 forks source link

Source code synchronization problem #1229

Closed songbaicheng closed 10 months ago

songbaicheng commented 10 months ago

Source code synchronization cannot synchronize code from Gitee

JasonBarnabe commented 10 months ago

Can you provide an example URL you're using? As long as the URL returns a JS file, it should work.

songbaicheng commented 10 months ago

This is my using URL:https://gitee.com/songbaicheng/tampermonkey-script/raw/master/seer/SeerHelper.use.js,you can try it.

JasonBarnabe commented 10 months ago

I was able to import without issue - https://greasyfork.org/en/scripts/484947-seer-helper

songbaicheng commented 10 months ago

I have synced successfully because I used @updateURL and @downloadURL incorrectly. Thank you very much.