Skip to content

Commit 1bb635d

Browse files
authored
Merge branch 'main' into beta
2 parents 107b8ab + 9801045 commit 1bb635d

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"https://patreon.com/*",
4848
"https://simps.com/app/*",
4949
"https://studio.favorited.com/popout/chat",
50+
"https://lfg.tv/*",
5051
"https://*/*autoreloadwithsocialstream",
5152
"https://*.webinargeek.com/webinar/*",
5253
"https://www.ilmfix.de/programs/*",
@@ -283,6 +284,10 @@
283284
{
284285
"js": [ "./sources/streamplace.js" ],
285286
"matches": [ "https://stream.place/*" ]
287+
},
288+
{
289+
"js": [ "./sources/lfg.js" ],
290+
"matches": [ "https://lfg.tv/*" ]
286291
},
287292
{
288293
"js": [ "./sources/simps.js" ],

settings/config_0.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,3 +625,4 @@
625625
}
626626
}
627627
}
628+

sources/tiktok.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@
665665
}
666666
};
667667

668+
668669
function getIdFromUrl(url) {
669670
let resourceMatch = url.match(/resource\/([^.]+)(?:\.png|\.webp)/);
670671
if (resourceMatch) return resourceMatch[1];

0 commit comments

Comments
 (0)