👩💻 Join our community of thousands of amazing developers!
Basically, a lot of websites these days generate the DOM using javascript. You can dump the DOM from chrome and inject it into eww just before it renders. Firstly, create a script for dumping the dom given a url dump-dom shell script. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 #!...