OpenUserJS.org
OpenUserJS.org copied to clipboard
The home of FOSS user scripts.
1. [ ] Check with backend to make sure VPS is supported *(`lsb_release -a` with https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/#platform-support)* 2. [ ] Works with buster and focal *(however not working with [bullseye](https://jira.mongodb.org/browse/SERVER-59603)[¹](https://repo.mongodb.org/apt/debian/dists/bullseye/mongodb-org/5.0/main/binary-amd64/) and...
**What’s missing?** Code point cleanup: https://github.com/OpenUserJS/OpenUserJS.org/blob/673f489fb27fa289a97356c4609d003513e89fcc/controllers/user.js#L2034-L2036 https://github.com/OpenUserJS/OpenUserJS.org/blob/673f489fb27fa289a97356c4609d003513e89fcc/controllers/scriptStorage.js#L506-L509 **Why?** Because they've finally standardized it ... at least on paper and not necessarily browser implementation which will need to be fully retested...
**What’s missing?** https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/substr migration. **Why?** Because JavaScript *(ECMAScript)* API has issues with keeping constant methods in place and wants to make it look like they are unique outside of C/CPP....
**What’s missing?** Otter Browser from @Emdek https://openuserjs.org/about/Otter **Why?** Because it supports Userscripts. **Links** https://otter-browser.org/ https://github.com/OtterBrowser 
**What’s missing?** Editing and adding new groups after userscript is published. **Why?** 1. Productivity 2. Update - Script has been updated and is now supporting a new popular website of...
Ability to add labels to your own scripts to notify the user that the script is currently Broken, No longer Supported, Obsolete, Partially Broken, Fixing. These are just example labels....
Note: * #1709 deprecation of *request* may force some `async`/ `await` usage i.e. promises. *mongoose* uses system promises and we have some `.then`, `.catch` syntax already. _Originally posted by @Martii...
This doesn't really have a home issue and should be referenced with this issue number. It is however referenced randomly in other tickets. My thoughts are for a very strict...
See on OUJS pro at [Markdown doesn't render kbd element correctly](https://openuserjs.org/garage/Markdown_doesnt_render_kbd_element_correctly) Affected tag(s): * `kbd` * `strong` * `code` * ... *(Probably more)* Generating text element after tags i.e. `Text`...
Github adopted main as default branch name. But it seems to cause 403 with the openuserjs github webhook sync feature. How about supporting it?