LummoxJR
LummoxJR
In my application I was using version 0.10.1 until fairly recently. In order to get high-quality upscaling of pixel art, I setup my stage like so: ``` stage - hqSprite...
Since this repository appears to be on hiatus, I wanted to leave this as a note for other users. The `status-bar.uc.js` script needs the following change: ```diff #status-bar { color:...
So I know these reports are mostly just for the community to act on at this point, but it appears Firefox 120 has broken the part of the download manager...
This is a note for how to fix the missing icon for StyloaiX in Firefox 119. Modify the userscript as follows: ```diff - type: _uc.sss.AUTHOR_SHEET + type: _uc.sss.USER_SHEET ``` Apparently...
In Firefox 109.0b9, I saw that I had no statusbar. This appears to be because of this line at the beginning of the script: ``` const { CustomizableUI, StatusPanel }...
The downloads manager window has been changed in Firefox 120, which alters the structure of the document and therefore breaks the old code that searches for the CSS to remove....
The ucjsDownloadsManager.uc.js script causes two copies of the download manager to appear when you begin a download, if a private window is open. One copy is for regular downloads, and...
While downloading files, the ucjsDownloadsManager.uc.js script reopens the download manager any time the download updates, not just when a new download appears. ### Steps to reproduce: 1) Begin downloading a...
I know this project is in maintenance mode but I'm very much struggling to find any other way to convert cvs to git. It seems like some people are still...