From 146c1fc889d5dd2ca10904c7d00480d510c6f3f5 Mon Sep 17 00:00:00 2001 From: Michael C Date: Thu, 26 Jan 2023 03:07:43 -0500 Subject: [PATCH] load shared.css on third party sites --- src/utils.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 453c062d..55bb2fc6 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -18,7 +18,8 @@ export default class Utils { css = [ "content.css", "./libs/Source+Sans+Pro.css", - "popup.css" + "popup.css", + "shared.css" ]; /* Used for waitForElement */