mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-13 02:14:23 +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 = [
|
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 */
|
||||||
|
|
Loading…
Reference in a new issue