I’m working on a simple addon that appends some external css/js to every card using webview_will_set_content. However because a new page isn’t loaded when the answer is show, any js modifications to the DOM are only applied to the question side of the card.
Is there a js hook I can attach a function to to re-trigger the DOM changes when the answer is shown? Or is there a better way to implement this?