mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-21 14:29:15 +00:00
docs: bookmark tool
This commit is contained in:
parent
b68786a50f
commit
da57f98fec
1 changed files with 15 additions and 0 deletions
15
README.md
15
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue