mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 06:57:09 +03:00
Merge pull request #1654 from mchangrh/fix-large-img
load shared.css on third party sites
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user