{% extends "base.html" %} {% block title %}Profiles ยท OpenBrowse{% endblock %} {% block head %} {% endblock %} {% block content %}
Editing an ID rewrites the profile's stored cookie file and repoints every session that used it. A blank Name clears it.
{% for p in profiles %} {% endfor %}| ID | Name | Cookie Domains | Last Used | Created | |
|---|---|---|---|---|---|
| {% if p.cookie_domains %}{{ p.cookie_domains | length }} domain{{ 's' if p.cookie_domains | length != 1 else '' }}{% else %}empty{% endif %} | {{ format_relative(p.last_used_at) if p.last_used_at else 'โ' }} | {{ format_relative(p.created_at) }} |
|