Can I over-ride CSS with user-css on Mobile Safari?

前端 未结 4 1299
伪装坚强ぢ
伪装坚强ぢ 2021-01-02 12:25

I am trying to modify the CSS of the website http://www.baomoi.com for my grandmother. I\'d like to modify the CSS for easier readability for her and to make it more minimal

4条回答
  •  渐次进展
    2021-01-02 13:12

    Im not sure if its possible on iOS, but on Android I would use a WebView element, and override the URL loading and redirect the stylesheets to custom ones. Maybe something like that also exists on iOS.

    Otherwise, maybe you can use a proxy server which is able to rewrite URLs?

提交回复
热议问题