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
No known key found for this signature in database
GPG key ID: FFB04FB3B878B7B4

View file

@ -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 */