mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-14 03:49:48 +01:00
fuck you startpage
This commit is contained in:
parent
913e4d7e39
commit
3b353c2837
|
@ -412,7 +412,7 @@ class startpage{
|
|||
|
||||
if(
|
||||
preg_match(
|
||||
'/React\.createElement\(UIStartpage\.AppSerpWeb, ?(.+)\),$/m',
|
||||
'/React\.createElement\(UIStartpage\.AppSerpWeb, ?(.+)\),?$/m',
|
||||
$html,
|
||||
$matches
|
||||
) === 0
|
||||
|
@ -1069,7 +1069,7 @@ class startpage{
|
|||
|
||||
if(
|
||||
preg_match(
|
||||
'/React\.createElement\(UIStartpage\.AppSerpImages, ?(.+)\),$/m',
|
||||
'/React\.createElement\(UIStartpage\.AppSerpImages, ?(.+)\),?$/m',
|
||||
$html,
|
||||
$matches
|
||||
) === 0
|
||||
|
@ -1194,7 +1194,7 @@ class startpage{
|
|||
|
||||
if(
|
||||
preg_match(
|
||||
'/React\.createElement\(UIStartpage\.AppSerpVideos, ?(.+)\),$/m',
|
||||
'/React\.createElement\(UIStartpage\.AppSerpVideos, ?(.+)\),?$/m',
|
||||
$html,
|
||||
$matches
|
||||
) === 0
|
||||
|
@ -1336,7 +1336,7 @@ class startpage{
|
|||
|
||||
if(
|
||||
preg_match(
|
||||
'/React\.createElement\(UIStartpage\.AppSerpNews, ?(.+)\),$/m',
|
||||
'/React\.createElement\(UIStartpage\.AppSerpNews, ?(.+)\),?$/m',
|
||||
$html,
|
||||
$matches
|
||||
) === 0
|
||||
|
|
Loading…
Reference in a new issue