Compare commits
No commits in common. "main" and "v1.13.0" have entirely different histories.
6 changed files with 10 additions and 43 deletions
|
@ -2,7 +2,7 @@
|
|||
"clearnet": [
|
||||
{
|
||||
"url": "https://code.whatever.social",
|
||||
"regions": ["Canada", "United States"],
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://whatever.social", "https://httpjames.space"]
|
||||
},
|
||||
{
|
||||
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
{
|
||||
"url": "https://ao.bloat.cat",
|
||||
"regions": ["Germany"],
|
||||
"regions": ["Romania"],
|
||||
"operators": ["https://bloat.cat"]
|
||||
},
|
||||
{
|
||||
|
@ -76,14 +76,14 @@
|
|||
"operators": ["https://rootdo.com"]
|
||||
},
|
||||
{
|
||||
"url": "https://anonoverflow.hyperreal.coffee",
|
||||
"regions": ["United States"],
|
||||
"operators": ["https://hyperreal.coffee"]
|
||||
"url": "https://anonoverflow.nirn.quest",
|
||||
"regions": ["Canada"],
|
||||
"operators": ["https://nirn.quest", "https://hyperreal.coffee"]
|
||||
},
|
||||
{
|
||||
"url": "https://o.sudovanilla.org",
|
||||
"url": "https://overflow.sudovanilla.com",
|
||||
"regions": ["United States"],
|
||||
"operators": ["https://sudovanilla.org"]
|
||||
"operators": ["https://sudovanilla.com"]
|
||||
},
|
||||
{
|
||||
"url": "https://anonymousoverflow.privacyfucking.rocks/",
|
||||
|
@ -149,26 +149,6 @@
|
|||
"url": "https://anonflow.aketawi.space/",
|
||||
"regions": ["Russia"],
|
||||
"operators": ["https://www.aketawi.space/"]
|
||||
},
|
||||
{
|
||||
"url": "https://anonymousoverflow.gitro.xyz",
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://gitro.xyz"]
|
||||
},
|
||||
{
|
||||
"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/"]
|
||||
}
|
||||
],
|
||||
|
||||
|
@ -209,11 +189,6 @@
|
|||
"operators": [
|
||||
"http://darknessrdor43qkl2ngwitj72zdavfz2cead4t5ed72bybgauww5lyd.onion/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://o.zx56doutynmbgezxtpccduajwcblzx7fgio2yuy57a3jingco2c6fvqd.onion/",
|
||||
"regions": ["Germany"],
|
||||
"operators": ["https://iii.st/"]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
@ -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 |
|
@ -41,7 +41,6 @@
|
|||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -92,4 +91,4 @@ details {
|
|||
|
||||
.fw-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="stylesheet" href="/static/home.css" />
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
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" />
|
||||
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
|
||||
{{ template "sharedHead.html" }}
|
||||
|
@ -15,7 +14,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="title">
|
||||
<img class="logo" src="/static/codecircles.svg" alt="" />
|
||||
<img class="logo" src="/static/codecircles.webp" alt="" />
|
||||
<h1>Anonymous­Overflow</h1>
|
||||
</div>
|
||||
<h2>Get programming help without compromising your privacy.</h2>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<body>
|
||||
<div class="header">
|
||||
<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>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
|
Loading…
Add table
Reference in a new issue