mattfbacon / AnonymousOverflow

View StackOverflow in privacy and without the clutter.

Home Page:https://code.whatever.social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Question

Answer

Clearnet Instances

Instance URL Region Notes
code.whatever.social Germany Operated by Whatever Social and http.james
ao.vern.cc United States Operated by vern.cc
overflow.smnz.de Germany Operated by smnz.de
overflow.lunar.icu Germany Operated by lunar.icu
overflow.adminforge.de Germany Operated by adminForge
overflow.hostux.net France Operated by Hostux
overflow.projectsegfau.lt United States, France, India Operated by Project Segfault
code.xbdm.fun Germany Operated by xbdm.fun
overflow.fascinated.cc Germany Operated by fascinated.cc
ao.bloatcat.tk Iceland Operated by bloatcat.tk
anonoverflow.frontendfriendly.xyz United States Operated by frontendfriendly.xyz
ao.owo.si Germany Operated by owo.si
overflow.datura.network Germany Operated by datura.network
overflow.freedit.eu United States Operated by freedit.eu
ao.ftw.lol Germany Operated by ftw.lol
anonoverflow.hyperreal.coffee United States Operated by hyperreal.coffee
a.opnxng.com Singapore Operated by opnxng.com
overflow.sudovanilla.com United States Operated by SudoVanilla
anonymousoverflow.privacyfucking.rocks Germany Operated by privacyfucking.rocks
exchange.seitan-ayoub.lol Germany Operated by Seitan Ayoub
overflow.r4fo.com The Netherlands Operated by r4fo.com
overflow.ducks.party The Netherlands Operated by ducks.party
ao.ngn.tf Turkey Operated by ngn

Other Instances

Instance URL Region Notes
ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion United States Operated by vern.cc
vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p United States Operated by vern.cc
overflow.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion Luxembourg Operated by Project Segfault
overflow.daturab6drmkhyeia4ch5gvfc2f3wgo6bhjrv3pz6n7kxmvoznlkq4yd.onion Germany Operated by datura.network
ao.pk47sgwhncn5cgidm7bofngmh7lc7ukjdpk5bjwfemmyp27ovl25ikyd.onion Germany Operated by owo.si
ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p Germany Operated by owo.si

Why use AnonymousOverflow over StackOverflow?

  • StackOverflow collects a lot of information

While it's understandable that StackOverflow collects a lot of technical data for product development, debugging and to serve the best experience to its users, not everyone wants their

internet protocol (IP) address, [...] browser type and version, time zone setting and location, browser plug-in types and versions, operating system, and platform [...] data

to be collected and stored.

  • StackOverflow shares your information with third-parties

StackOverflow does not sell your information, but it does share it with third-parties, including conglomerates.

We also partner with other third parties, such as Google Ads and Microsoft Bing, to serve advertising content and manage advertising campaigns. When we use Google Ads or Microsoft Bing Customer Match for advertising campaigns, your personal data will be protected using hashed codes. Google users can control the ads that they see on Google services, including Customer Match ads, in their Google Ads Settings.

Their main website also contains trackers from Alphabet.

  • Reduced clutter

StackOverflow has a cluttered UI that might distract you from the content you're trying to find. AnonymousOverflow simplifies the interface to make it easier to read and navigate.

How to make Stack Overflow links take you to AnonymousOverflow automatically

The open-source Libredirect extension for Firefox and Chromium-based desktop browsers has support for redirections to AnonymousOverflow. To enable this, simply open the extension settings, click on Stack Overflow, then toggle "Enable". That's it, now Stack Overflow links will go to AnonymousOverflow.

The open-source FREEdirector user.js script for web browsers with userscript support. You can install it with a web extension like Greasemonkey, Tampermonkey or Violentmonkey. Once installed, Stack Overflow links will go to AnonymousOverflow.

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

Bookmark Conversion Tool

You can easily convert StackOverflow URLs to AnonymousOverflow ones by adding the following code as a bookmark in your web browser:

javascript: (function () {
    window.location = window.location
        .toString()
        .replace(/stackoverflow\.com/, 'code.whatever.social')
})()

Replace code.whatever.social with the domain name of the instance you're using if needed.

You can run this bookmarklet on any StackOverflow page to view it anonymously.

Thanks to Manav from ente.io for the handy tool.

How to deploy

Read the wiki page.

Attribution

About

View StackOverflow in privacy and without the clutter.

https://code.whatever.social

License:Mozilla Public License 2.0


Languages

Language:Go 60.4%Language:HTML 19.2%Language:CSS 18.9%Language:Dockerfile 0.7%Language:JavaScript 0.7%