Get information from Greasy Fork镜像 and do actions in it.
I'm currently rewriting entire library because code right now really sucks, I'm almost done, I will publish code in 2–5 days.
I already published the code 2 days ago, you can try new version. (Method name - installScript
)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Here's a bug report.
GF.action
throws Error 'Argument 1 install is not defined' duringGF.action('install', {id: someGreasyforkScriptId})
Looking into the code, these
if
s are missingelse
statement orreturn
statement, which caused this bug:I'd really appreciate if you could fix this code. But no worries if you can't get to it - I can also make the changes myself and redistribute to greasyfork (under LGPL). Thanks!