Greasy Fork is available in English.

CSS rules utilities

function allowing to find or change the CSS rule(s) applied to an element

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/394970/768785/CSS%20rules%20utilities.js

作者
Pierre MARS
版本
0.4
创建于
2020-01-10
更新于
2020-01-30
许可证
暂无

permet de trouver (findCssRules(element))
ou modifier
modCssRules(
element,
{
cssNormal: {JSprop:"cssProp" },
[cssHover: { JSprop:"cssProp"}]
})