kbin-dropdown: replace profile page scrolling links with dropdown menu

shazbot@kbin.social to /kbin meta@kbin.social – 9 points –
github.com

This userscript replaces the superlong scrolling marquee of links on profile pages with a selection dropdown so that you can easily navigate to submitted posts, comments, followers, etc. Works on any profile page including your own.

Before
After

Requires monkey extension to run (greasemonkey, tampermonkey, violentmonkey, et al)

Edit: previous bugs should be fixed on all versions now

7

You are viewing a single comment

I think violentmonkey doesn't respond well to jquery in some situations, I'll have to pick through the documentation. I'd recommend tampermonkey as a close alternative

I can't recall why I had originally installed violentmonkey lol but I've had it forever. I have a lot of userscripts I run so if I switch I'd want to make sure my scripts still run on the new extension @.@

You can run them concurrently with each other, just stick the ones that work in one version into the respective extension, no need to migrate them all. That's what I do. GM syntax has evolved a lot over the years and I don't think the extensions have 100% parity with each other without using workarounds like unsafeWindow, which is generally frowned upon

Hi, this should be fixed on all *monkey versions now if you wish to try again