标题几乎概括了它。
外部样式表有以下代码:
td.EvenRow a { display: none !important; }
我试过使用:
element.style.display = "inline";
和
element.style.display = "inline !important";
但两者都不起作用。是否可以使用 javascript 覆盖 !important 样式。
这是为了一个greasemonkey 扩展,如果这有所作为的话。
我相信这样做的唯一方法是将样式添加为带有“!important”后缀的新CSS声明。最简单的方法是在文档头部添加一个新的