mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Merge pull request #1654 from mchangrh/fix-large-img
load shared.css on third party sites
This commit is contained in:
commit
c9fc22e51e
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue