View Single Post
Old 09-20-2023, 10:43 AM   #1
allio
Junior Member
allio began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2017
Device: Kindle PaperWhite 3 (2015) WiFi
How to access the elements in "read-book-iframe-1"?

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');
allio is offline   Reply With Quote