{% extends "settings.html" %} {% block pagetitle %}Advanced Settings{% endblock %} {% block content %}
{# toggle_section(title, id, name, flag, below_text) #}
{# note: not using the thing from common just because of how much stuff there is in here #}
Poor Mode
Makes the site faster for low-end devices:
  • Disables the effects of cosmetic awards.
  • Hides signatures.
  • Makes emoji search only start when you press Enter.
  • {% if IS_FISTMAS() %}
  • Disables event music.
  • {% endif %}
Sorting and Filtering

Change how many posts appear on every page.

Change the default sorting for comments.

Change the default sorting for posts.

Change the default time filter for posts.

Tab Behavior
{{common.toggle_section("Open Internal Links In New Tabs", "newtab", "newtab", v.newtab, "Enable if you would like to automatically open links to other pages on the site in new tabs.", false)}} {{common.toggle_section("Open External Links In New Tabs", "newtabexternal", "newtabexternal", v.newtabexternal, "Enable if you would like to automatically open links to other sites in new tabs.", false)}}
External Services
{{common.toggle_section("Use Nitter for Twitter Links", "nitter", "nitter", v.nitter, "Enable if you would like to automatically convert twitter.com links to nitter.lacontrevoie.fr links.", false)}} {{common.toggle_section("Use Imginn for Instagram Links", "imginn", "imginn", v.imginn, "Enable if you would like to automatically convert instagram.com links to imginn.com links.", false)}}

Change the domain you would like to view reddit posts in.

{{common.toggle_section("Sort Reddit Links by Controversial", "controversial", "controversial", v.controversial, "Enable if you would like to automatically sort reddit.com links by controversial.", false)}}
Content Filters
{{common.toggle_section('Disable Signatures', 'sigs_disabled', 'sigs_disabled', v.sigs_disabled, 'Hide user signatures.', false)}} {% if FEATURES['NSFW_MARKING'] %} {{common.toggle_section('Disable +18 Warnings', 'over_18', 'over_18', v.over_18, "Disable the warnings that appear when viewing +18 content.", false)}} {% endif %}
Hides matching posts from the frontpage and collapses matching comments.
Use a new line for each filter entry. Limit of 1000 characters.
{% endblock %}