From 8db330455276b37b64db182778e30d670ff51f12 Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 6 Aug 2026 00:55:04 -0400 Subject: [PATCH] fuck my stupid chud life --- scraper/google.php | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/scraper/google.php b/scraper/google.php index 3a46c35..8eba620 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -721,13 +721,13 @@ class google{ $params["tbs"] = rtrim($params["tbs"], ","); } - + /* $data = $this->get( $proxy, "https://www.google.com/search", $params, null - ); + );*/ $html = &$data["data"]; $container = &$data["container"]; @@ -2694,16 +2694,10 @@ class google{ // getting this mostly on mid-trust IPs $softcaptcha = $this->fuckhtml - ->getElementsByClassName( - $this->getstyle([ - "display" => "flex", - "flex-direction" => "column", - "align-items" => "center", - "text-align" => "center", - "min-height" => "100vh", - "margin-top" => "210px", - "padding" => "20px" - ]) + ->getElementsByAttributeValue( + "role", + "progressbar", + "div" ); if(count($softcaptcha) !== 0){