load shared.css on third party sites

This commit is contained in:
Michael C
2023-01-26 03:07:43 -05:00
parent 63a5b6fb6f
commit 146c1fc889

View File

@@ -18,7 +18,8 @@ export default class Utils {
css = [ css = [
"content.css", "content.css",
"./libs/Source+Sans+Pro.css", "./libs/Source+Sans+Pro.css",
"popup.css" "popup.css",
"shared.css"
]; ];
/* Used for waitForElement */ /* Used for waitForElement */