From 61a910f3bf34bf0e8c33e1245a8e9fee858ddc72 Mon Sep 17 00:00:00 2001 From: adb-sh Date: Mon, 23 May 2022 13:05:01 +0200 Subject: [PATCH] no text-shadow --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index fa5e728..8a6db25 100644 --- a/index.js +++ b/index.js @@ -48,6 +48,9 @@ try{ // deactivate @print css and add custom css (for pretty code) await page.emulateMediaType('screen'); await page.addStyleTag({content: ` + body{ + text-shadow: none !important; + } .hidden-print { display: none !important; }