CSS rules utilities

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

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @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"}]
})