userscripts
userscripts copied to clipboard
An open-source userscript manager for Safari
The current `@run-at request` is an undocumented design. It is mainly recorded in: - https://github.com/quoid/userscripts/issues/184#issuecomment-1091038484 - https://github.com/quoid/userscripts/issues/238 We should design the feature better and provide some methods for users to...
We have some needs for organizing local script files by filename/folder: - https://github.com/quoid/userscripts/issues/96 - https://github.com/quoid/userscripts/issues/398 - https://github.com/quoid/userscripts/issues/698 We've actually found a new way to associate files instead of identifying the...
 Also maybe make a button to redirect to the userjs directory
Problems may manifest as but are not limited to: - In some scenarios, the tab is remains in the loading state (the progress bar of the address bar is stuck)...
There is a review in the App Store: > Great extension for Safari 5 > by rroobbbb – Dec 9, 2024 > It works great. I wish there was an...
- https://github.com/quoid/userscripts/issues/268 It seems that in the previous resolution of related issues, only the `.css` file injection path was changed, but not the `GM.addStyle` API, which has been using `tabs.insertCSS()`...
- https://github.com/w3c/webextensions/issues/279 - [Bug 271472 Consider adding support for the UserScripts API](https://bugs.webkit.org/show_bug.cgi?id=271472) Once this API is implemented, our lives will be easier in general, and some issues that are currently...
Hello, I’m experiencing a problem with Userscripts v4.8.2 on macOS 26.0 (25A354) with Safari 26.0 (21622.1.22.11.14). * All my scripts are correctly loaded in the Userscripts extension. * Updates to...
I've seen this welcome message about five times since I started using Userscripts: > Welcome, first use please: > **Open Userscripts App** > to complete the initialization My guess is...