Yeah that’s what I thought. This is how those buttons look in code: Image
The problem is that there’s no destination identifier attached. If you compare that with your name at the top of your comment:
Image, there’s an <a>
(and href=
) that identifies this as a link to somewhere. The buttons have no such identifying text with them, so I can’t rewrite them because I don’t know where they lead, it’s hidden within the application logic somewhere.
Azzu@lemm.ee 1 year ago
I’ll take a look when I’m back home :) could be that the context links aren’t really “links” at all, but “buttons”, which aren’t detected by my script.