diff --git a/src/js/contentscript.js b/src/js/contentscript.js index a15451e0b..48c27b139 100644 --- a/src/js/contentscript.js +++ b/src/js/contentscript.js @@ -212,7 +212,7 @@ var domFilterer = { // Modify style if ( sel1 === undefined ) { - this.job1._0.push(sel0); + this.job1._0.push(sel0 + ' { ' + style.slice(7, -1) + ' }'); this.job1._1 = undefined; return this; }