{% extends "settings/settings.html" %} {% block pagetitle %}Advanced Settings{% endblock %} {% block content %}
{# note: not using the thing from common just because of how much stuff there is in here #}
Device-specific Settings
{% if IS_EVENT() %} {{common.toggle_section('Event Music', 'event_music_switch', 'event_music', v.event_music, 'Toggle event music.', false)}} {% endif %}
Makes the site faster for low-end devices:
  • Disables the effects of cosmetic awards.
  • Makes emoji search only start when you press Enter.
  • Hides signatures.
  • Limits frontpage size to 25 posts.
{% if FEATURES['NSFW_MARKING'] %} {{common.toggle_section('NSFW Warnings', 'nsfw_warnings', 'nsfw_warnings', v.nsfw_warnings, "Show a warning when viewing NSFW posts and collapse NSFW comments.", false)}} {% endif %} {{common.toggle_section('Cursor Marsey', 'cursormarseyswitch', 'cursormarsey', v.cursormarsey, 'Have a cute marsey accompany you during your journey on the site.', false)}}
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)}}
{% if SITE_NAME != 'WPD' %}
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.unixfox.eu links.", false)}} {{common.toggle_section("Use imgsed for Instagram Links", "imgsed", "imgsed", v.imgsed, "Enable if you would like to automatically convert instagram.com links to imgsed.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)}}
{% endif %}
Content Filters
{{common.toggle_section('User Signatures', 'show_sigs', 'show_sigs', v.show_sigs, 'Show user signatures.', false)}} {% if SITE_NAME == 'WPD' %} {{common.toggle_section('Hide Posts Voted On', 'hidevotedon', 'hidevotedon', v.hidevotedon, 'Enable if you would like to automatically hide posts you have voted on from your frontpage.', false)}} {{common.toggle_section('Hide Posts with Child Warning', 'hide_cw', 'hide_cw', v.hide_cw, 'Enable if you would like to automatically hide posts that have a child warning.', false)}} {% endif %}
Hides matching posts from the frontpage and collapses matching comments. Use a new line for each entry. Limit of 1000 characters.
Notifications
{% if v.offsite_mentions != None %} {{common.toggle_section('Site Mention Notifications', 'offsite_mentions', 'offsite_mentions', v.offsite_mentions, 'Get a notification when people on other sites talk about us.', false)}} {% endif %} {{common.toggle_section('Effortpost Notifications', 'effortpost_notifs', 'effortpost_notifs', v.effortpost_notifs, 'Get a notification when a new effortpost is made.', false)}} {% if SITE_NAME != 'WPD' %} {{common.toggle_section('Hole Creation and Deletion Notifications', 'hole_creation_notifs', 'hole_creation_notifs', v.hole_creation_notifs, 'Get a notification when a hole is made or deleted.', false)}} {% endif %} {{common.toggle_section('Ping Group Creation Notifications', 'group_creation_notifs', 'group_creation_notifs', v.group_creation_notifs, 'Get a notification when a new ping group is made.', false)}}
Notifies you when specific words or phrases are mentioned. Use a new line for each entry. Limit of 1000 characters.

Will stop taking effect if you reach 100 unread red notifications.

RSS Feed

Subscribe to the {{SITE_NAME}} RSS feed.

You can change the feed by replacing "hot" with whatever sorting you want and "all" with whatever time filter you want.
{% endblock %}