This commit is contained in:
httpjamesm 2023-04-02 11:36:14 -04:00
commit 7dc9856643
No known key found for this signature in database
3 changed files with 16 additions and 2 deletions

View File

@ -60,7 +60,9 @@ StackOverflow has a cluttered UI that might distract you from the content you're
## How to make Stack Overflow links take you to AnonymousOverflow automatically ## How to make Stack Overflow links take you to AnonymousOverflow automatically
The open-source [Libredirect](https://github.com/libredirect/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 go to AnonymousOverflow. The open-source [Libredirect](https://github.com/libredirect/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](https://openuserjs.org/scripts/sjehuda/FREEdirector) user.js script for web browsers with userscript support. You can install it with a web extension like [Greasemonkey](https://greasespot.net/), [Tampermonkey](https://tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/). Once installed, Stack Overflow links will go to AnonymousOverflow.
## How it works ## How it works

View File

@ -1,3 +1,3 @@
package config package config
var Version = "1.8.1" var Version = "1.8.2"

View File

@ -140,6 +140,18 @@ img {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.s-notice .d-flex {
display: flex;
}
.s-notice .mr8 {
margin-right: 1rem;
}
.s-notice svg {
height: 1rem;
}
.answers-header { .answers-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;