{{ logo|safe }}
{% if not config_disabled %}
Configuration
Filter Results by Country:
{% for ctry in countries %}
{{ ctry.name }}
{% endfor %}
— Note: If enabled, a website will only appear in the results if it is *hosted* in the selected country.
Interface Language:
{% for lang in languages %}
{{ lang.name }}
{% endfor %}
Search Language:
{% for lang in languages %}
{{ lang.name }}
{% endfor %}
Near:
Block:
Show NoJS Links:
Dark Mode:
Safe Search:
Replace Social Media Links:
— Replaces Twitter/YouTube/Instagram/Reddit links with Nitter/Invidious/Bibliogram/Libreddit links.
Open Links in New Tab:
Full Size Image Search:
— (Experimental) Adds the "View Image" option on desktop to view full size images in search results. This will cause image result thumbnails to be lower resolution.
Use Tor: {{ '' if tor_available else 'Unavailable' }}
GET Requests Only:
Root URL:
Custom CSS:
{{ config.style }}
{% endif %}