docs: desc, screenshots, instances, how it works
This commit is contained in:
parent
fb7dc85905
commit
6b5af185d1
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
|
||||||
|
|
||||||
|
![Home](https://cdn.horizon.pics/PeQUr5HBmQomBlv4OnMLGY5WcAmK0M.png)
|
||||||
|
|
||||||
|
![Question](https://cdn.horizon.pics/lqEuJMzYpgeB8au4QASsZ0S0BQHknJ.png)
|
||||||
|
|
||||||
|
![Answer](https://cdn.horizon.pics/0RwQtrxH3COTC9sfo0FsQ56I3Opl0m.png)
|
||||||
|
|
||||||
|
## 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…
x
Reference in New Issue
Block a user