5

!rant

Finally (kinda) done with the nicknames addon. I wanted to hook into the sites actual modal menus for the UI, but I don't know JQuery and I somehow doubt modifying the existing javascript of a site from a plugin is possible, so we're stuck with knockoffs for now. But it works, it saves and loads nicknames correctly and displays them everywhere except on the notifications because I didn't add an onload listener to them.

Comments
  • 3
    holy shit devRant, the fuck is that image compression?

    also i goofed on the category, should be random
  • 1
    That profile sounds familiar to me 😜
  • 0
    In pure js as an in-page injectable, the plugin would have to be poorly written to be modified.

    In chrome, you could intercept the response payload and surgically replace the contents of the plugin with some additional code to support it.
Add Comment