ACTCD

Results 58 issues of ACTCD

Since the iOS version does not have an editor view, the only way to view detailed information such as the script version is to open the corresponding script file in...

discussion
enhancement

https://user-images.githubusercontent.com/101378590/176054410-169dcd08-decd-4386-bdde-44251b17d32e.mp4 From time to time I experience loading waits as shown in the screen recording, even when I just want to quickly check or disable/enable a script, I have to...

enhancement

_System Information:_ > macOS or iOS version: latest > Userscripts version: v4.2.0, v.1.2.0 > Safari version: latest > Is this issue related to script injection? not related > Did the...

### 版本、安装方式、系统 1. 你在使用什么版本的v2rayA:Version: 1.5.9.1698.1-homebrew 2. 你通过什么方式安装v2rayA:homebrew 3. 你所使用的操作系统:macOS ### 描述问题: ### v2rayA运行日志(Optional): 无相关内容日志 ### v2rayA设置以及相关截图 homebrew 自带 service 以 `--lite` 模式运行。 运行了有一段时间了,今天突然连续弹出一堆要求访问目录以及通讯录、日历、提醒事项、照片在内的多项权限的弹窗请求。 有十个左右连续弹窗没有截图,直接全部拒绝了,附图为部分系统隐私设置中的记录。 ![图片](https://user-images.githubusercontent.com/101378590/187128183-6f588e87-31a0-4db4-8c2f-b7937c942aec.png) ![图片](https://user-images.githubusercontent.com/101378590/187128190-a7d6bd5c-6001-436d-b365-d9bfdb97a57a.png) ![图片](https://user-images.githubusercontent.com/101378590/187128199-719ac34b-e082-4513-a038-d78c62f19155.png)

help wanted

Considering that a `user script` is a `javascript` in a specific format and purpose, most script managers and script marketplaces also use this specific suffix `.user.js` as a way of...

Currently, we tell users in the [README](https://github.com/quoid/userscripts#usage): > Tip: for optimal cross platform experience it's a good idea to use an iCloud folder for syncing between macOS and iOS But...

help wanted
enhancement

Similar to [`GM.xmlHttpRequest`](https://wiki.greasespot.net/GM.xmlHttpRequest), but more modern. Support for streaming features etc. Investigate whether [Cross-origin access](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts#cross-origin_access) can be achieved with something like `GM.xmlHttpRequest` or otherwise. Compared to [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) this may be...

help wanted
enhancement

As I investigated in the [comment](https://github.com/quoid/userscripts/issues/583#issuecomment-1817007494), this is a feature supported by `Greasy Fork` and `TamperMonkey`. It's worth noting that this is not a W3C standard implementation. Refer to the...

enhancement

There is a review in the App Store: > 调用safari的时候插件能耗激增 > 评论人:comet111111 – 2023年10月11日 > mac sonoma,从其他程序转到safari的时候,插件的能耗瞬间增长到600 ,之后恢复正常。工作过程中需要频繁在其他程序和safari之间跳转,导致耗电明显加快 The user reported that in v4.4.4, possibly after the improvement of #525,...

maintenance

- use generic URL scheme jump authorization method - synchronize user scripts from a specified repository path - store the authorization token in the system keychain (if feasible) - update...

enhancement