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

  • Otome-chan@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.socialOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year 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