]> git.mxchange.org Git - fba.git/commitdiff
Link to the lists in scoreboard
authorMint <>
Wed, 30 Nov 2022 20:11:44 +0000 (23:11 +0300)
committerMint <>
Wed, 30 Nov 2022 20:11:44 +0000 (23:11 +0300)
.gitignore
index.html

index 85c5f4de7399f2287543c3c732782d0d02ae6fb3..e8eb51ecbe39936359a917d9db56bb01efa5b866 100644 (file)
@@ -1,2 +1,4 @@
 blocks.db
 __pycache__/
+venv/
+config.json
index 68768d0a7ffe690e5f8a5b698536bbe0db70b6f6..a6198ee61a9807a8d254b514b99a5fbfb2ab2d01 100644 (file)
         a {
             color: #ffffff;
         }
+        a.listlink {
+            text-decoration: none;
+            font-size: 0.8em;
+        }
         .info {
             margin-top: 25px;
         }
@@ -90,7 +94,8 @@
                         <td>{{loop.index}}</td>
                         <td>
                             <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>{{entry['highscore']}}</td>
                     </tr>
             indexed instances: {{info.indexed_instances}}<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/>
-            fuck jannies
+            fuck jannies<br/>
+            #FreeMyNigga
         </div>
     {% endif %}
 </body>