I want to scrape a webpage but some data is embedded in the stylesheet and woff files.
Here are the links https://777codes.com/newtestament/mat1.html I want the Greek text here which does not show at all in Chromes inspector
And from here https://777codes.com/newtestament/gen1.html I want to get the Hebrew text but if you look in Chromes inspector you will see some "???" which comes out in the scrape
Basically Chromes element inspector shows blank or question marks but it shows correctly in the browser so I know the data is there.
Data missing is in Greek and Hebrew language.
I tried some basic scrapes with Beautiful Soup and very simple Selenium. They give the data in the element inspector which is incorrect. I want to get what I see in the browser.
I understand that sometimes Javascript renders content but this is a bit different I think.