View Single Post
Old 04-22-2022, 10:39 PM   #334
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 875
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
So, just had another thought about the webkitTextRendering, it could potentially be used to perform CSS injection in the body tag.

I mean, the relevant bit is
Code:
text-rendering: %3;
Where %3 is a string.

So, what's stopping something like
Code:
webkitTextRendering=optimizeLegibility;font-family:sans-serif;text-align:center
from working?

Note, I haven't tested anything, but I don't see a reason why it wouldn't work.
sherman is offline   Reply With Quote