2023-04-14 07:26:20 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta charset = "UTF-8" / >
< link rel = "icon" href = "images/logo.png" / >
< title > Indie Wiki Buddy settings< / title >
< style >
/* ELEMENTS */
body {
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #2b2a33;
font-family: Helvetica, Sans-Serif;
font-size: .9em;
}
2023-09-15 04:42:01 +00:00
a {
text-decoration-style: dotted;
text-decoration-thickness: 1px;
color: #005799;
}
a:visited {
color: #005799;
}
2023-04-14 07:26:20 +00:00
hr {
height: 1px;
border: none;
color: #005799;
background-color: #005799;
margin: .5em 0px;
}
h1 {
font-size: 1.3rem;
padding: .5em 0;
margin: 0;
}
h2 {
font-size: 1.2rem;
text-align: center;
padding: .8em;
margin: 0;
}
p {
margin: 1em;
}
ul {
list-style-type: none;
margin: 1em 1em 1em -.5em;
}
.container {
background: #fff;
}
/* HEADER */
#header {
line-height: 1.5em;
padding: .5em 1em;
box-sizing: border-box;
background-color: #005799;
color: #fff;
width: 100%;
}
#links {
background-color: #e5f4ff;
padding: .5em 1em;
}
/* CONTENT */
#content {
background-color: #fff;
box-sizing: border-box;
padding-bottom: 1.5em;
}
< / style >
< / head >
< body >
< div id = "container" >
< div id = "header" >
< h1 > Indie Wiki Buddy guide< / h1 >
< / div >
< div id = "links" >
< a
href="settings.html"
2023-04-24 04:48:35 +00:00
>⇦ Back to Settings< /a
2023-04-14 07:26:20 +00:00
>
< / div >
< div id = "content" >
< h2 > Overview< / h2 >
< p >
Indie Wiki Buddy provides a suite of features to help you discover independent wikis and improve your general wiki reading experience.
< br / > < br / >
When you visit a wiki on a large, corporate-run wiki host, this extension can notify or automatically redirect you to quality independent wikis when they're available.
2023-10-16 05:47:02 +00:00
Search results in Google, Bing, DuckDuckGo, Yahoo, Brave Search, Ecosia, and Startpage can also be filtered,
replacing non-independent wikis with links to independent counterpart (or hiding them completely).
2023-04-14 07:26:20 +00:00
< br / > < br / >
We currently redirect from Fandom and Fextralife wikis to independent counterparts.
< br / > < br / >
Indie Wiki Buddy also supports < a href = "https://breezewiki.com/" > BreezeWiki< / a > , a separate service that renders Fandom wikis without ads or bloat.
This helps give you a more enjoyable reading experience when an independent wiki isn't available.
< br / > < br / >
All these features can be toggled on or off, and you can set your preferences per-wiki as well. You're in full control!
< / p >
< h2 > Global settings help< / h2 >
< p >
2023-11-02 08:12:35 +00:00
There are three global settings options:
2023-04-14 07:26:20 +00:00
< / p >
< ul >
< li >
2023-11-02 08:12:35 +00:00
< b > 🔋 Extension is on/off< / b >
2023-04-14 07:26:20 +00:00
< br / >
2023-11-02 08:12:35 +00:00
Enable/disable all Indie Wiki Buddy functionality at the click of a button.
2023-10-16 05:47:02 +00:00
< / li >
< br / >
< li >
< b > 🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki< / b >
2023-04-14 07:26:20 +00:00
< br / >
2023-10-16 05:47:02 +00:00
When this option is enabled, you will receive a desktop notification whenever you are
automatically redirected to either an indie wiki or < a href = "https://breezewiki.com/" > BreezeWiki< / a > .
This is on by default.
2023-04-14 07:26:20 +00:00
< br / >
< br / >
2023-10-16 05:47:02 +00:00
If you aren't getting notifications when this is enabled, check your operating system's notification
settings to ensure that your browser is allowed to send notifications.
2023-04-14 07:26:20 +00:00
< / li >
< br / >
< li >
2023-11-02 08:12:35 +00:00
< b > 🌬️ Use BreezeWiki alternative frontend on Fandom< / b >
2023-04-14 07:26:20 +00:00
< br / >
This option will render Fandom wikis through < a href = "https://breezewiki.com/" > BreezeWiki< / a > , an external service that removes clutter, simplifies the page, and removes ads.
Occasionally, BreezeWiki or one of its mirrors may go down; when this happens, you can simply switch to another working instance. This is off by default.
< / li >
< / ul >
< h2 > Individual wiki settings help< / h2 >
< p >
2023-04-30 05:14:27 +00:00
In the individual settings section, you can configure your settings per-wiki.
2023-04-14 07:26:20 +00:00
< br / >
< br / >
2023-11-02 08:12:35 +00:00
The "Default settings for future wikis" options let you set the default behavior for wikis added to Indie Wiki Buddy in the future.
2023-04-14 07:26:20 +00:00
< br / >
< br / >
2023-11-02 08:12:35 +00:00
Below that is a list of all supported wikis. You can select what happens whenever you visit each listed non-indie wiki.
< / p >
< p >
The first set of radio buttons controls what happens when you visit the listed non-indie wikis.
2023-04-14 07:26:20 +00:00
< / p >
< ul class = "no-markers" >
< li >
< img src = "./images/toggle-disabled.png" alt = "" width = "15" >
< b > Disable< / b > : You will be neither notified of nor redirected to the independent counterpart.
You will still be directed to BreezeWiki if it is turned on.
< / li >
< li >
< img src = "./images/toggle-redirect.png" alt = "" width = "15" >
< b > Redirect< / b > : Be automatically redirected to the independent counterpart.
< / li >
< li >
< img src = "./images/toggle-alert.png" alt = "" width = "15" >
< b > Alert< / b > : Have a display banner at the top notifying you that an independent wiki is available.
This will appear on both Fandom and BreezeWiki pages.
< / li >
2023-11-02 08:12:35 +00:00
< / ul >
< p >
The second set of radio buttons controls what happens to the non-indie wiki on Google, Bing, DuckDuckGo, and other search engines.
< / p >
< ul class = "no-markers" >
< li >
< img src = "./images/toggle-disabled.png" alt = "" width = "15" >
< b > Disable< / b > : Search engine results are not affected.
< / li >
2023-04-14 07:26:20 +00:00
< li >
2023-11-02 08:12:35 +00:00
< img src = "./images/toggle-hide.png" alt = "" width = "15" >
< b > Hide< / b > : Results are hidden in search engines.
A banner will be shown near the top of the page to inform you, and allow you to re-reveal the hidden results.
< / li >
< li >
< img src = "./images/toggle-replace.png" alt = "" width = "15" >
< b > Replace< / b > : The original non-indie result is disabled, and a button is injected above to take you to the indepedent wiki.
2023-04-14 07:26:20 +00:00
< / li >
< / ul >
< p >
2023-11-02 08:12:35 +00:00
By default, all wikis will be set to alert, with search engine replacement enabled.
2023-04-14 07:26:20 +00:00
You can quickly change the settings for all wikis in the current language view by using the control
2023-11-02 08:12:35 +00:00
buttons above the list of wikis.
2023-04-14 07:26:20 +00:00
< / p >
2023-04-24 04:48:35 +00:00
< h2 > Have questions or feedback?< / h2 >
2023-04-14 07:26:20 +00:00
< p >
If you're stuck or have questions, please don't hesitate to get in touch via the
< a href = "https://getindie.wiki/#contact" > contact details< / a >
at the bottom of Indie Wiki Buddy website.
< br / > < br / >
Suggestions for improvements to the extension are also welcome!
< / p >
< / div >
< / div >
< / body >
< / html >