if ( "live view" in page_title.lower() and "axis" in page_content or brand_meta == "Axis" and "/view/" in request_url and "view.shtml" in request_url and is_fixed_view(request_url) == True ): add_to_results()
To understand why this specific keyword string is so effective, we must break down each operator: intitle live view axis inurl view viewshtml fixed
To understand how this search works, we can break down its parameters: if ( "live view" in page_title