diff --git a/README.md b/README.md index a5e31ea..820fb26 100644 --- a/README.md +++ b/README.md @@ -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 -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 diff --git a/config/version.go b/config/version.go index 96dd942..0dc31e8 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.8.1" +var Version = "1.8.2" diff --git a/public/question.css b/public/question.css index 6763726..c845b38 100644 --- a/public/question.css +++ b/public/question.css @@ -140,6 +140,18 @@ img { margin-bottom: 1rem; } +.s-notice .d-flex { + display: flex; +} + +.s-notice .mr8 { + margin-right: 1rem; +} + +.s-notice svg { + height: 1rem; +} + .answers-header { display: flex; justify-content: space-between;