File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/*" ,
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" ],
Original file line number Diff line number Diff line change 625625 }
626626 }
627627}
628+
Original file line number Diff line number Diff line change 665665 }
666666 } ;
667667
668+
668669 function getIdFromUrl ( url ) {
669670 let resourceMatch = url . match ( / r e s o u r c e \/ ( [ ^ . ] + ) (?: \. p n g | \. w e b p ) / ) ;
670671 if ( resourceMatch ) return resourceMatch [ 1 ] ;
You can’t perform that action at this time.
0 commit comments