ankit / stylebot

Change the appearance of the web instantly
https://stylebot.dev/
MIT License
1.4k stars 208 forks source link

[Feature Request] Optimize reading mode to run before browser renders page #614

Open nhantrn opened 3 years ago

nhantrn commented 3 years ago

If so my request is to intercept the DOM and parse out the scraps before sending it the browser for render. This way it reduce the browser rendering job and remove all the js garbage in all one fell blow, as the saying goes.

ankit commented 3 years ago

@nhantrn yes the readability mode can be optimized for faster rendering but it will be non-trivial since it will work differently from how the custom CSS is applied. Marking this as a feature request, thanks