JS中将斜体字体更改为标准字体的脚本
我使用的是 Chrome,在 Twitter 上,它不会以斜体显示阿拉伯字体,尤其是在个人资料的“简介”部分中。所以我检查了bio元素,发现如果我修改CSS elemnt .bio并删除“斜体”,它将完美地显示bio。
我需要一个用户脚本来为我做到这一点。我不擅长 JavaScript,所以我想知道是否有人可以帮助我。
I'm using Chrome and on Twitter it doesn't show the Arabic font while in italic, especially in the Bio section on the person's profile. So I inspected the bio element and I found out that if I modified the CSS elemnt .bio and erased the "italic" it will show the bio perfectly.
I need a userscript to do that for me. I'm not good at Java Script and so I was wondering if anybody can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需要更强大的 CSS 规则,而不是 JavaScript:
您可以使用 Stylish 为页面添加样式的插件,类似于GreaseMonkey添加脚本的方式。
You just need a stronger CSS rule, not JavaScript:
You can use the Stylish plugin to add styles to pages, similar to the way GreaseMonkey adds scripts.