From 5e459fc49629a0c84416b0022ecbfdf6557444c9 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 13 Oct 2022 22:08:57 +1300 Subject: [PATCH] Add LibRedirect instructions - with caveats --- docs.scrbl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs.scrbl b/docs.scrbl index c90a39e..1df64dd 100644 --- a/docs.scrbl +++ b/docs.scrbl @@ -58,9 +58,11 @@ Just sends you to BreezeWiki automatically. If you'd like to be automatically redirected from fandom.com to breezewiki.com, follow @italic{one} of the methods below. +@hyperlink["https://buddyfight.fandom.com/wiki/It_Doesn%27t_Work!!?b" "Test whether you're currently being redirected!"] + @subsection{Browser extension: Redirector} -This will redirect you with no fanfare. +This will redirect you with no fanfare. It works in Firefox and Chrome on the computer. @itemlist[#:style 'ordered @item{Install the extension: @hyperlink["https://addons.mozilla.org/en-GB/firefox/addon/redirector/" "Firefox"] or @hyperlink["https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd" "Chrome"]} @@ -73,12 +75,23 @@ This will redirect you with no fanfare. @nested[#:style (style "block-note" null)]{Violentmonkey executes @italic{userscripts} created by other people, which can do many things to your web browser, more than just redirect you. Some may be helpful, some may be harmful. Make sure you only install userscripts that you trust.} +Violentmonkey works in all web browsers on the computer. + @itemlist[#:style 'ordered @item{@hyperlink["https://violentmonkey.github.io/get-it/" "Install the extension"] (or you can choose another userscript manager, like Greasemonkey or Tampermonkey)} @item{Look at the @Secref["Tools"] section of this website, choose somebody's userscript, and click the link.} @item{Violentmonkey will show you the code of the userscript, and offer to install it for you. If you want to proceed with the installation, click @italic{Confirm Installation}.} ] +@subsection{Browser extension: LibRedirect} + +LibRedirect is ideal if you're a privacy-minded Firefox user. It can redirect many popular websites such as YouTube, Reddit, Google Maps and Twitter to alternative viewers; you can configure which sites will be redirected. + +@itemlist[#:style 'ordered +@item{@hyperlink["https://libredirect.github.io/download.html" "Install LibRedirect."]} +@item{Open LibRedirect's settings and check which websites will be redirected.} +] + @; ----------------------------------------------------------------------------- @section[#:tag "Reporting Bugs"]{Reporting Bugs}