fuck my stupid chud life

This commit is contained in:
2026-08-06 00:55:04 -04:00
parent 8e2aafddf8
commit 8db3304552

View File

@@ -721,13 +721,13 @@ class google{
$params["tbs"] = rtrim($params["tbs"], ","); $params["tbs"] = rtrim($params["tbs"], ",");
} }
/*
$data = $this->get( $data = $this->get(
$proxy, $proxy,
"https://www.google.com/search", "https://www.google.com/search",
$params, $params,
null null
); );*/
$html = &$data["data"]; $html = &$data["data"];
$container = &$data["container"]; $container = &$data["container"];
@@ -2694,16 +2694,10 @@ class google{
// getting this mostly on mid-trust IPs // getting this mostly on mid-trust IPs
$softcaptcha = $softcaptcha =
$this->fuckhtml $this->fuckhtml
->getElementsByClassName( ->getElementsByAttributeValue(
$this->getstyle([ "role",
"display" => "flex", "progressbar",
"flex-direction" => "column", "div"
"align-items" => "center",
"text-align" => "center",
"min-height" => "100vh",
"margin-top" => "210px",
"padding" => "20px"
])
); );
if(count($softcaptcha) !== 0){ if(count($softcaptcha) !== 0){