From bb4566fe9475a1c9c9bc77f483692fc520e8ee0a Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 9 Mar 2010 17:34:39 +0000 Subject: nyaaaaps git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36980 d0d07461-0603-4401-acd4-de1884942a52 --- maine_coon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maine_coon.js') diff --git a/maine_coon.js b/maine_coon.js index f852ee0..4268e33 100644 --- a/maine_coon.js +++ b/maine_coon.js @@ -264,7 +264,7 @@ let elemStyle = (value === undefined); function important (style) - style.replace(/;/g, ' !important;'); + style.replace(/(!important)?\s*;/g, ' !important;'); let echo = (function () { let time = 40; -- cgit v1.2.3