Replies: 1 comment 1 reply
-
stylish图形版?不过怎么在上面处理类似于css selector的样式? body > .content > a.link { ...}
.input:focus {....} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/ankit/stylebot
这个工具的优点是所见即所得,它的样式编辑器类似浏览器开发者工具,直接显示在网页上,可以调整任意网页元素的 CSS 样式。
并且自动保存编辑好的样式,下次打开网页会自动生效。
比如有些网页文档做的比较简陋,看起来费眼睛。
用 stylebot 修改后,相对清楚了一点。
也可以切换到 CSS 编辑器。
可以随时开关该网页的用户自定义样式。
它还支持通配符。比如 url 填
github.com/just-talks/tech-talks/*
,限定只在匹配这个 url 前缀的网页下应用用户自定义样式。Beta Was this translation helpful? Give feedback.
All reactions