阅读:2116回复:3
求助:火狐查看中国商标网的商标图片是颠倒的
http://sbcx.saic.gov.cn/trade/index.jsp 哪位大侠给写个脚本啊 感激不尽
用过这个脚本 只能临时解决 http://userscripts.org/scripts/show/105741 |
|
1楼#
发布于:2011-11-17 13:54
添加样式到stylish中。
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("sbcx.saic.gov.cn") { IMG[style="filter:flipv"] {-moz-transform: matrix(1, 0, 0, -1, 0, 0) !important;} } |
|
2楼#
发布于:2011-11-17 13:54
|
|
3楼#
发布于:2013-12-23 16:04
此帖已被屏蔽 |
|