When starting the Anki desktop version, how can I enable the Chrome DevTools Protocol corresponding to QtWebEngine? For example, like
anki.exe --remote-debugging-port=16101
Unfortunately, it is not currently supported. I don’t know if there is a corresponding setting entry? Or is it complicated to add such a function?
Introduction to Chrome DevTools Protocol On Github IO. https://chromedevtools.github.io/devtools-protocol/
My requirement is to dynamically change the html elements corresponding to the currently running view of Anki through a third-party program. For example, when a command is issued by a third-party program, Anki desktop changes the background color of the current body.