OpenUserJS.org icon indicating copy to clipboard operation
OpenUserJS.org copied to clipboard

The home of FOSS user scripts.

Results 83 OpenUserJS.org issues
Sort by recently updated
recently updated
newest added

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...

question
feature

> 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...

enhancement
CODE

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...

team biz

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 -...

enhancement
sooner

@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....

bug
needs testing

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...

enhancement

When we encounter an error almost anywhere, we should handle it and fail gracefully.

enhancement

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...

enhancement
mightfix

**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...

bug
Needs feedback

**What’s missing?** On this page, add some more information, so the user (developer) knows what to do next. ![195138428-0c7c3c5a-95f0-4e08-b3ec-16e988432b5b-2](https://user-images.githubusercontent.com/911799/195139642-1fe75c5c-2fbe-40b0-b5c7-202f412e90fe.png) **Why?** The user may not know what they should do next....

enhancement
UI
CODE