{% extends "main.html" %} {% block title %}Capture{% endblock %} {% block card %} {% endblock %} {% block content %}
Lookyloo

{% if max_depth >= 2 %}
{%endif%}

Browser Configuration (Lookyloo uses an emulated browser for all captures)

{% if personal_ua %}

Or pick the user agent of your choice:

{% endif %}
{% for os, browsers in user_agents.items() %}
{% for browser, user_agents in browsers.items()%} {% endfor%} {% endfor%}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}