Compare commits

..

No commits in common. "main" and "v1.13.0" have entirely different histories.

6 changed files with 10 additions and 38 deletions

View file

@ -2,7 +2,7 @@
"clearnet": [ "clearnet": [
{ {
"url": "https://code.whatever.social", "url": "https://code.whatever.social",
"regions": ["Canada", "United States"], "regions": ["Germany"],
"operators": ["https://whatever.social", "https://httpjames.space"] "operators": ["https://whatever.social", "https://httpjames.space"]
}, },
{ {
@ -47,7 +47,7 @@
}, },
{ {
"url": "https://ao.bloat.cat", "url": "https://ao.bloat.cat",
"regions": ["Germany"], "regions": ["Romania"],
"operators": ["https://bloat.cat"] "operators": ["https://bloat.cat"]
}, },
{ {
@ -76,14 +76,14 @@
"operators": ["https://rootdo.com"] "operators": ["https://rootdo.com"]
}, },
{ {
"url": "https://anonoverflow.hyperreal.coffee", "url": "https://anonoverflow.nirn.quest",
"regions": ["Germany"], "regions": ["Canada"],
"operators": ["https://hyperreal.coffee"] "operators": ["https://nirn.quest", "https://hyperreal.coffee"]
}, },
{ {
"url": "https://o.sudovanilla.org", "url": "https://overflow.sudovanilla.com",
"regions": ["United States"], "regions": ["United States"],
"operators": ["https://sudovanilla.org"] "operators": ["https://sudovanilla.com"]
}, },
{ {
"url": "https://anonymousoverflow.privacyfucking.rocks/", "url": "https://anonymousoverflow.privacyfucking.rocks/",
@ -149,21 +149,6 @@
"url": "https://anonflow.aketawi.space/", "url": "https://anonflow.aketawi.space/",
"regions": ["Russia"], "regions": ["Russia"],
"operators": ["https://www.aketawi.space/"] "operators": ["https://www.aketawi.space/"]
},
{
"url": "https://ao.bunk.lol",
"regions": ["Iceland"],
"operators": ["https://bunk.lol"]
},
{
"url": "https://o.iii.st/",
"regions": ["Germany"],
"operators": ["https://iii.st/"]
},
{
"url": "https://overflow.canine.tools/",
"regions": ["United States"],
"operators": ["https://canine.tools/"]
} }
], ],
@ -204,11 +189,6 @@
"operators": [ "operators": [
"http://darknessrdor43qkl2ngwitj72zdavfz2cead4t5ed72bybgauww5lyd.onion/" "http://darknessrdor43qkl2ngwitj72zdavfz2cead4t5ed72bybgauww5lyd.onion/"
] ]
},
{
"url": "http://o.zx56doutynmbgezxtpccduajwcblzx7fgio2yuy57a3jingco2c6fvqd.onion/",
"regions": ["Germany"],
"operators": ["https://iii.st/"]
} }
], ],

View file

@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 48">
<circle cx="14.5" cy="33.5" r="14.5" fill="#8cffc0"/>
<circle cx="14.5" cy="14.5" r="14.5" fill="#fff"/>
<circle cx="34.5" cy="14.5" r="14.5" fill="#8cffc0"/>
<circle cx="34.5" cy="33.5" r="14.5" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -41,7 +41,6 @@
a { a {
color: var(--link-color); color: var(--link-color);
word-wrap: break-word;
} }
html { html {
@ -92,4 +91,4 @@ details {
.fw-nowrap { .fw-nowrap {
flex-wrap: nowrap; flex-wrap: nowrap;
} }

View file

@ -6,7 +6,6 @@
<link rel="stylesheet" href="/static/home.css" /> <link rel="stylesheet" href="/static/home.css" />
<meta http-equiv="Content-Security-Policy" <meta http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" /> content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" />
<link rel="icon" href="/static/codecircles.svg" />
<link rel="icon" href="/static/codecircles.webp" /> <link rel="icon" href="/static/codecircles.webp" />
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." /> <meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
{{ template "sharedHead.html" }} {{ template "sharedHead.html" }}
@ -15,7 +14,7 @@
<body> <body>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
<img class="logo" src="/static/codecircles.svg" alt="" /> <img class="logo" src="/static/codecircles.webp" alt="" />
<h1>Anonymous&shy;Overflow</h1> <h1>Anonymous&shy;Overflow</h1>
</div> </div>
<h2>Get programming help without compromising your privacy.</h2> <h2>Get programming help without compromising your privacy.</h2>

View file

@ -23,7 +23,7 @@
<body> <body>
<div class="header"> <div class="header">
<a href="/" class="logo-link"> <a href="/" class="logo-link">
<img class="logo" src="/static/codecircles.svg" alt="AnonymousOverflow home" /> <img class="logo" src="/static/codecircles.webp" alt="AnonymousOverflow home" />
</a> </a>
</div> </div>
<div class="card"> <div class="card">