greasyfork-org / greasyfork

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

Source code synchronization problem #1229

Closed songbaicheng closed 5 months ago

songbaicheng commented 5 months ago

Source code synchronization cannot synchronize code from Gitee

JasonBarnabe commented 5 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 5 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 5 months ago

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

songbaicheng commented 5 months ago

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