{% if scoreboard %} {% if blockers %}

Top {{blockers}} defederating instances

{% elif blocked %}

Top {{blocked}} defederated instances

{% endif %}
{% for entry in scores %} {% endfor %}
Instance Defederations
{{loop.index}} {{entry['domain']}}  {{entry['highscore']}}
{% elif weighted %}

Top 100 defederated instances (weighted)

Weighted score makes instances with lots of blocks count less than instances with fewer blocks.
This might provide more objective results by accounting the obvious bias from schizo instances whose block count is in thousands.

{% for entry in scores %} {% endfor %}
Instance Defederations Weighted score
{{loop.index}} {{entry['domain']}}  {{entry['blocks']}} {{entry['weight']}}

Thanks, pwm!

{% elif reason or domain or reverse %} {% if reason %}

Instances that use "{{reason}}" in their reason

{% elif reverse %}

Instances that are blocked by {{reverse}}

{% elif domain %}

Instances that block {{domain}}

{% endif %} {% for block_level in blocks %}

{{block_level}} ({{blocks[block_level]|length}})

{% for block in blocks[block_level] %} {% endfor %}
Blocker {% if block_level == 'accept' %}Accepted{% else %}Blocked{% endif %} Reason First added Last seen
{{block['blocker']}} {% if reason or domain %}{% endif %} {{block['blocked']}} {% if reason or reverse %}{% endif %} {{block['first_added']}} {{block['last_seen']}}
{% endfor %} {% else %}

Enter a Domain

Enter a Reason

Reverse search

top 50 defederating / defederated instances // weighted scoreboard

known instances: {{info.known_instances}}
indexed instances: {{info.indexed_instances}}
blocks recorded: {{info.blocks_recorded}}
source code: git.kiwifarms.net/mint/fedi-block-api (mirror)

fuck jannies
#FreeMyNigga
{% endif %}