Is there a way to inject (non-malicious) JavaScript (or CSS) statements into Chrome on Android whenever a matching URL is loaded?
Basically, I'd like to modify how some sites look.
One example would be m.facebook.com
:
I'd like to inject something like:
#header: {position:fixed; margin-top:-2px}
#root:{margin-top:40px}
Unfortunately, Google doesn't extend the plugins API for the mobile platform!
Any thoughts?