ACTCD
ACTCD
### [Web apps for Mac](https://www.webkit.org/blog/15865/webkit-features-in-safari-18-0/#web-apps-for-mac) [Extension support](https://www.webkit.org/blog/15865/webkit-features-in-safari-18-0/#extension-support) Now users can personalize web apps on Mac with Safari Web Extensions and Content Blockers. Navigate to the web app’s Settings menu to...
- https://github.com/quoid/userscripts/issues/215 As @quoid has described in above issue, the extension's legacy `==UserStyle==` implementation was more of a source of confusion and frustration for users with invalid attempts. So the...
resolve #822
To be honest, I personally don't like the idea of putting filenames into `query/search/parameters` or even `anchor/fragment/hash`, it's a source of a lot of confusion. (just like all these different...
One of the main advantages of the project is that user scripts are stored as files, so you could write and edit them using any external editor. Due to the...
I know I've raised: - #711 But I could still see the value of writing `CSS` code directly instead of wrapping it in `.user.js`: - Better syntax highlighting - CSS...
This idea was initially formed in #424, and we cannot read files in "save location" synchronously (if they were not downloaded) due to the asynchronous nature of the "File Provider"....
This is an ongoing work and the last major refactoring before v5.0.
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...