From 3193c55445a3132c09d52845d9fd89d65ab594b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 13 Jul 2018 12:03:06 +0800 Subject: [PATCH] domains/remove_print_css.js --- domains/remove_print_css.js | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/remove_print_css.js b/domains/remove_print_css.js index b2e7d65..20687b4 100644 --- a/domains/remove_print_css.js +++ b/domains/remove_print_css.js @@ -44,6 +44,7 @@ continue; } + // see if getting rid of 'only' from screen works. if(ar[i].cssText.match(/only\s+screen/)) { var str = ar[i].cssText.replace(/only\s+screen/, ''); -- 2.39.2