I recently made a major update to my Improved Channel Select Menu userscript, which adds your subscribed magazines and liked collections to the channel select button in the header.
Here are the changes:
- The script now works with turbo mode!
- The menu now automatically refreshes when you subscribe or unsubscribe from a magazine. This can be changed in settings.
- An oversight was correct that caused the script to break on kbin.earth. Now, it should work there, and it now even applies there by default.
In addition to that, I also made a version for Mbin instances. So if you’re on kbin.run, fedia.io, etc., you can use this if you prefer it over Mbin’s native sub menu.
*Note: To get it to run on your Mbin instance, you’ll probably need to add the following line of code in:
// @match *://instance.name/*
Add this where the other // @match
lines are, and replace instance.name
with the name of your instance.
Hope this helps a few people (especially since kbin.social’s quite slow rn)!
A link to a magazine or collection always takes you to
/m
, instead of e.g./*
, which is where I am currently.Links from Lists take you to
/m
,/*
orm/.../microblog
, depending on where I am currently.