单击"我很幸运"按钮时,将打开重定向通知,而不是绕过它


<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
</head>
<body>
<center>
<form  action="https://google.com/search">
<input id="a" type="text" name="q" >
<input class="b" type="submit" value="Google Search">
<input class="b" type="submit" name="btnI" value="I'm Feeling Lucky">
</form>
</center>
</body>
</html>

重定向的页面url是";https://www.google.com/url?q=https://www.facebook.com/">

如何绕过此重定向页面?

将其添加到表单中

<input value="AINFCbYAAAAAX5HfwE8zYJocO_KK3l0mnekwpjBwzcPb" name="iflsig" type="hidden">

请注意,您必须不时更新该值。

最新更新