Discussions » Greasy Fork Feedback
Fail to require Library script from this site.
Thanks :3
Sorry for the late reply...
It did happen to me, and it's weird to reproduce the bug..
1. Install the script "https://greasyfork.org/scripts/103"
2. Add // @require https://greasyfork.org/scripts/216/code.user.js?06
3. Visit any site matches the rule.
4. Script replaced by the lib file.
I don't know what's going on :<
Maybe I should try remove the directory it completely and they paste the script back... ? Because the testing script did workout and the file auto renamed to code.user-0.js and so.
Thanks for the reply anyway :>
and it's weird to reproduce the bug..
Yeah, I used the same method (editing a script and add @require).
I closed the issue, for now.
Thanks ^^
Fail to require Library script from this site.
The problem is, Grease Monkey [1.15; Firefox 28] OVERWRITES the script file with the library JS downloaded, because they all have the same name:
code.user.js
My suggestion is, maybe for the library files, have an alternative url such as //greasyfork.org/lib/lib.<ID>.js ?
Thanks :3