I added a new section:

It’s a little skewed by the fact that the app store does not detect all of the scripts (I’m unclear as to which it can and can’t detect).
In fact, if you’re reading this and a script you have installed does not show up in your installed list, then please let me know (e.g. “It doesn’t detect WaniKani Real Numbers!”)
The more scripts app store can detect then the close it gets to being able to make meaningful recommendations, e.g.: “People who use script X also use script Y”.
Of course this is all much easier to achieve if script authors add this javascript snippet to their scripts:
// Hook into App Store
try { $('.app-store-menu-item').remove(); $('<li class="app-store-menu-item"><a href="https://community.wanikani.com/t/there-are-so-many-user-scripts-now-that-discovering-them-is-hard/20709">App Store</a></li>').insertBefore($('.navbar .dropdown-menu .nav-header:contains("Account")')); window.appStoreRegistry = window.appStoreRegistry || {}; window.appStoreRegistry[GM_info.script.uuid] = GM_info; localStorage.appStoreRegistry = JSON.stringify(appStoreRegistry); } catch (e) {}
Please do encourage the author of your favourite script to make this change! Thanks, enjoy!