View Single Post
Old 05-01-2022, 08:54 PM   #402
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: 876
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
Quote:
Originally Posted by sherman View Post
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.
I've now tried this, and alas, it does not work.
sherman is offline   Reply With Quote