OpenUserJS.org
OpenUserJS.org copied to clipboard
The home of FOSS user scripts.
After reading last comment on #461, I remembered one feature that might be interesting: "A list of users that are favored a script." So I suggest adding a list of...
> This is the _(logic)_ bug right here: https://github.com/OpenUserJs/OpenUserJS.org/blob/d37ad3f1664274d26d8b9b6c04e096bbc1cbbf0e/libs/modelQuery.js#L189 > > We're reusing the same array for every request. We need to copy (probably deepcopy) the default arrays instead of...
Currently we have a bunch of `console.log`, `console.warn` and `console.err` lines in our code... decisions need to be made on which is to be applied to the `isPro`, `isDev` and...
Currently `/add/scripts` and `add/lib` aren't symmetrical on dev/pro ... along with a few other routes. - Best to nip this in the bud early - May confuse url linkers -...
@OpenUserJs/admin @OpenUserJs/backend @OpenUserJs/frontend Related to #198 and a few other bugs, I just wanted to consolidate identifying and fixing a type of bug that might be common inside of OUJS....
Down the line we should make sure the site is easily translatable with some small UI in the footer to change language. Language selection should ideally be included in a...
When we encounter an error almost anywhere, we should handle it and fail gracefully.
When looking at the import list, it would help if the scripts that you are already in sync with are listed at the bottom or some other way to differentiate...
**What happened?** The Donate button is shown on this page, but when clicked, it does not work. (It just jumps to the top of the current page, due to the...
**What’s missing?** On this page, add some more information, so the user (developer) knows what to do next.  **Why?** The user may not know what they should do next....