I want to customize the contents with some javascript such as onClick event
The code below results in the error "Uncaught DOMException: Blocked a frame with origin "" from accessing a cross-origin frame."
Code:
let read_book_iframe = document.getElementById("read-book-iframe-1");
let element= read_book_iframe.contentWindow.document.querySelector('div');