ACTCD

Results 190 comments of ACTCD

I would like to update some of my investigations on this issue. Currently we cannot implement `unsafeWindow` properly due to lack of browser APIs or some tricks. But my latest...

@quoid Maybe when the manifest format changes, we shouldn't overwrite it directly, but try to extract valid data from the old manifest and convert it to the new manifest to...

> This still just an idea, but perhaps when the user is viewing the popup, on mobile, and they click into a script, rather than toggling the script, it takes...

I show a simple demo, it might work like the image below. On the basis of keeping the existing click toggle script, add a button to the right to enter...

I was thinking maybe we could enhance the existing `script install view` to make it a common `single script view`. It will display an `install button` when installing, a `delete...

@quoid My current thinking is that if a general error is given, I can click on the red error banner to see more detailed error messages in a new interface....

https://user-images.githubusercontent.com/101378590/176326862-55480e0d-ff2b-42c8-8ddc-9906f39ba514.mp4 `cancel request` doesn't always work, in the video, after I click on it, it still circles for about 30s (the video is cropped at the back). This also happens...

Due to Apple's usual practice, they never seem to implement features such as modifying Headers. As @quoid said, we can't bypass CSP in Safari, it's an upstream issue that this...

@quoid Maybe try the new API interface: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) > This API is designed to supersede accessing the clipboard using document.execCommand() `Document.execCommand()` has been [marked as deprecated according to...