From dce5487fc0bcb1ad6d9408766d94c47cbae9af25 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 9 Jul 2016 21:49:28 -0400 Subject: [PATCH] i need a vacation --- src/js/contentscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }