Backloggery integration with game library websites
Violentmonkey have their own version of API which is mostly incompatible with API of other userscript managers (and no settings support either). It's not really supported by this script.
…If you don't use PSN you can try commenting out the line containing text GM_info.script.options
(#93 in the current version) by adding #
at the beginning; that should deal with this error at least.
Violentmonkey have their own version of API which is mostly incompatible with API of other userscript managers (and no settings support either)
Correction: mixed it up with Greasemonkey 😅
However, Violentmonkey still doesn't appear to support script settings, which this script relies on for Steam and PSN, so it doesn't seem like you'd be able to use this version without editing it either way 😔
Note: included a fix for this specific error in the latest release (…no idea if the script will work with Violentmonkey though).
Also, only PSN requires adjusting script settings to use now.
…This should no longer be an issue.
(The code causing an error got removed, and the PSN ID value is now loaded from the script storage; you can set it by ‘claiming’ a user profile on PSNProfiles.)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
I’m getting a
TypeError
that “GM_info.script.options is undefined”, so the script is doing nothing. :\Firefox 120, Violentmonkey 2.16.0