(This is using content scripts in a chrome extension)
I need to overwrite some css properties that the webpage has labeled as !important
. Is this possible?
For instance, if I want to get rid of the border that is labeled important:
$(".someclass").css('border','none'); //does not work
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…