mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-22 14:59:16 +00:00
docs: desc, screenshots, instances, how it works
This commit is contained in:
parent
fb7dc85905
commit
6b5af185d1
1 changed files with 35 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# AnonymousOverflow
|
||||||
|
|
||||||
|
AnonymousOverflow allows you to view StackOverflow threads without the cluttered interface and exposing your IP address, browsing habits and other browser fingerprint data to StackOverflow.
|
||||||
|
|
||||||
|
This project is super lightweight by design. The UI is simple and the frontend is served as an SSR HTML requiring no JavaScript.
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Instances
|
||||||
|
|
||||||
|
| Instance URL | Region | Notes |
|
||||||
|
|------------------------------------------------------|-------------------------|--------------------------------------------------------------------------------------------------|
|
||||||
|
| [code.whatever.social](https://code.whatever.social) | United States & Germany | Operated by [Whatever Social](https://whatever.social) and [http.james](https://httpjames.space) |
|
||||||
|
|
||||||
|
## How it works
|
||||||
|
|
||||||
|
AnonymousOverflow uses the existing question endpoint that StackOverflow uses. Simply replace the domain name in the URL with the domain name of the AnonymousOverflow instance you're using and you'll be able to view the question anonymously.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://stackoverflow.com/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-files
|
||||||
|
```
|
||||||
|
|
||||||
|
becomes
|
||||||
|
|
||||||
|
```
|
||||||
|
${instanceURL}/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-files
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue