How do you use Chrome Extensions to change CSS of a web site?

前端 未结 3 1528
一整个雨季
一整个雨季 2021-02-07 20:28

I\'m looking to create an extension for personal and possibly personal friend usage as well that simply changes a few colors that are displayed on a website I visit. I use Reddi

3条回答
  •  情书的邮戳
    2021-02-07 21:05

    Instead of an extension, you could also do it in a user script. Then you can simply use GM_addStyle, just like with Greasemonkey scripts. It's much simpler to write and more lightweight in terms of memory usage.

提交回复
热议问题