From 63e9792d2ae64b786c8e6d93a8ab8f71dff245ce Mon Sep 17 00:00:00 2001 From: Schimon Jehuda Date: Thu, 2 Mar 2023 17:02:07 +0200 Subject: [PATCH 1/5] Add Userscript Userscript for web browsers without a redirection addon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b6ab72..9f1846d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ StackOverflow has a cluttered UI that might distract you from the content you're 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 [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/), [Violentmonkey](https://violentmonkey.github.io/). Once it's installed, Stack Overflow links 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. From 09de9f11a52a582225170c0fcd3265587182b062 Mon Sep 17 00:00:00 2001 From: Schimon Jehuda Date: Thu, 2 Mar 2023 17:14:12 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1846d..d8e5379 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ StackOverflow has a cluttered UI that might distract you from the content you're 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 [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/), [Violentmonkey](https://violentmonkey.github.io/). Once it's installed, Stack Overflow links 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 go to AnonymousOverflow. ## How it works From 55b06b986bc0508d9a1f5f09f1cbcff33b894973 Mon Sep 17 00:00:00 2001 From: Schimon Jehuda Date: Thu, 2 Mar 2023 17:16:48 +0200 Subject: [PATCH 3/5] Minor improvement Improve English --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8e5379..f85526b 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,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 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 From 51190f8d69c56d8aeb384b6f39dbe392e6893b1c Mon Sep 17 00:00:00 2001 From: r7l <30982145+r7l@users.noreply.github.com> Date: Thu, 2 Mar 2023 19:59:45 +0100 Subject: [PATCH 4/5] Fix notice box styles --- public/question.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; From 2afecd8ae7a0e735b69497038b10810b81693a18 Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:33:48 -0300 Subject: [PATCH 5/5] feat: version 1.8.2 --- config/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"