Answer the question
In order to leave comments, you need to log in
Is it possible to inject your own styles?
The bottom line is, there is a packaged application for Chrome , in which a site is loaded via Webview , for example, Wikipedia. Is there any way I can add my own CSS stylesheets to this application to change the appearance of Wikipedia accordingly?
Answer the question
In order to leave comments, you need to log in
$('body').prepend($("<style>"+yourStyles+"</style>"))
$('head').append($("<link rel='stylesheet' href='"+urlOfStyles+"'/>"))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question