Link to the lists in scoreboard

This commit is contained in:
Mint 2022-11-30 23:11:44 +03:00
parent dc5301b89f
commit 7f0db59e64
2 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
blocks.db blocks.db
__pycache__/ __pycache__/
venv/
config.json

View file

@ -45,6 +45,10 @@
a { a {
color: #ffffff; color: #ffffff;
} }
a.listlink {
text-decoration: none;
font-size: 0.8em;
}
.info { .info {
margin-top: 25px; margin-top: 25px;
} }
@ -90,7 +94,8 @@
<td>{{loop.index}}</td> <td>{{loop.index}}</td>
<td> <td>
<img src="https://proxy.duckduckgo.com/ip3/{{entry['domain']}}.ico" width=16/> <img src="https://proxy.duckduckgo.com/ip3/{{entry['domain']}}.ico" width=16/>
<b><a href="https://{{entry['domain']}}" rel="nofollow noopener noreferrer">{{entry['domain']}}</a></b> <b><a href="/?{% if blockers %}reverse{% elif blocked %}domain{% endif %}={{entry['domain']}}" rel="nofollow noopener noreferrer">{{entry['domain']}}</a></b>&nbsp;
<a class="listlink" href="https://{{entry['domain']}}"></a>
</td> </td>
<td>{{entry['highscore']}}</td> <td>{{entry['highscore']}}</td>
</tr> </tr>
@ -156,7 +161,8 @@
indexed instances: {{info.indexed_instances}}<br/> indexed instances: {{info.indexed_instances}}<br/>
blocks recorded: {{info.blocks_recorded}}<br/> blocks recorded: {{info.blocks_recorded}}<br/>
source code: <a href="https://git.kiwifarms.net/mint/fedi-block-api">git.kiwifarms.net/mint/fedi-block-api</a> (<a href="https://gitgud.io/mintplg/fedi-block-api">mirror</a>)<br/> source code: <a href="https://git.kiwifarms.net/mint/fedi-block-api">git.kiwifarms.net/mint/fedi-block-api</a> (<a href="https://gitgud.io/mintplg/fedi-block-api">mirror</a>)<br/>
fuck jannies fuck jannies<br/>
#FreeMyNigga
</div> </div>
{% endif %} {% endif %}
</body> </body>