From da57f98fecadb1f3ae26027eca210460b7bcf199 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Wed, 28 Dec 2022 17:47:55 -0500 Subject: [PATCH] docs: bookmark tool --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e7cc101..f8474bb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,21 @@ 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: + +```js +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](https://ente.io/about) for the handy tool. + + ## How to deploy AnonymousOverflow uses Docker for deployment.