this post was submitted on 19 Jun 2023
9 points (100.0% liked)

/kbin meta

38 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 2 years ago
 

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

top 7 comments
sorted by: hot top controversial new old
[–] Otome-chan@kbin.social 2 points 2 years ago (1 children)

tried installing it but... it doesn't seem to actually switch the content when I select something from the dropdown.

[–] shazbot@kbin.social 1 points 2 years ago (1 children)

What browser and monkey version? Doesn't work in violentmonkey from what I saw so far

[–] Otome-chan@kbin.social 1 points 2 years ago (1 children)

oh that's what I'm using lol. violentmonkey 2.14 on firefox.

[–] shazbot@kbin.social 1 points 2 years ago (1 children)

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

[–] Otome-chan@kbin.social 1 points 2 years ago (2 children)

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 @.@

[–] shazbot@kbin.social 2 points 2 years ago

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

[–] shazbot@kbin.social 1 points 2 years ago

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