Thanks for your work.
I just have a little issue with the Firefox extension. This issue isn't in the Chrome extension!
The cheats window is just too big.
Screenshot:
I'm ****** amateur but just looked in the html/css code.
When I disabled Right: 0 then it was nice small. Actually smaller as in chrome.
I really like it like this.
From your flyff.js file I deleted the \nright: 0; part
Code:
<div id="cheats_container" style="position: absolute;\nwidth: fit-content;\ntop: 0px;\nright: 0;\nbackground-color: white;\npadding: 10px;\ndisplay: flex;\nflex-direction: column;\nalign-items: center;\ntransform: scale(0.65);\ntransform-origin: top left;\n-moz-transform: scale(0.65);\n-moz-transform-origin: top left;\nborder-radius: 6px;">\n
cheers