How can I enable the Chrome DevTools Protocol when starting Anki desktop?

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.

I seem to have found a way to enable debugging. I’ll try it out first.

anki.exe --webEngineArgs --remote-debugging-port=16101

Sorry for disturbing.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.