Updating docs for new search engines (Ecosia and StartPage)
parent
96d5a4ed92
commit
33991b3888
|
@ -28,7 +28,7 @@ Large, corporate-run wiki farms have enabled hundreds of great wikis and communi
|
|||
|
||||
When visiting a wiki on a large corporate wiki farm such as Fandom, Indie Wiki Buddy will notify and/or automatically redirect you if a quality, independent alternative is available. You can customize your experience per-wiki.
|
||||
|
||||
In addition, search results in Google, Bing, DuckDuckGo, and Brave Search can also be filtered, replacing non-independent wikis with text inviting you to visit the independent counterpart.
|
||||
In addition, search results in Google, Bing, DuckDuckGo, Brave Search, Ecosia, and StartPage can also be filtered, replacing non-independent wikis with text inviting you to visit the independent counterpart.
|
||||
|
||||
Indie Wiki Buddy also supports [BreezeWiki](https://breezewiki.com/), a service that renders Fandom wikis without ads or bloat. This helps give you a more enjoyable reading experience on Fandom when an independent wiki isn't available.
|
||||
|
||||
|
|
12
guide.html
12
guide.html
|
@ -90,7 +90,7 @@
|
|||
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.
|
||||
Search results in Google, Bing, DuckDuckGo, and Brave Search can also be filtered, replacing non-independent wikis with text inviting you to visit the independent counterpart.
|
||||
Search results in Google, Bing, DuckDuckGo, Brave Search, Ecosia, and StartPage can also be filtered, replacing non-independent wikis with text inviting you to visit the independent counterpart.
|
||||
<br /><br />
|
||||
We currently redirect from Fandom and Fextralife wikis to independent counterparts.
|
||||
<br /><br />
|
||||
|
@ -123,14 +123,14 @@
|
|||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<b>🔎 Filter non-indie wikis in Google, Bing, DuckDuckGo, & Brave</b>
|
||||
<b>🔎 Filter non-indie wikis in Google, Bing, DuckDuckGo, & other search engines</b>
|
||||
<br />
|
||||
When this option is enabled, non-indie wikis will be filtered from search engine results
|
||||
when an independent wiki is available. This is to help prioritize independent wikis in your results.
|
||||
This is on by default.
|
||||
<br />
|
||||
<br />
|
||||
Currently, Google, Bing, DuckDuckGo, and Brave Search are supported.
|
||||
Currently, Google, Bing, DuckDuckGo, Brave Search, Ecosia, and StartPage are supported.
|
||||
Note that image results are not filtered;
|
||||
we don't want users to miss out on images they might not find elsewhere!
|
||||
<br />
|
||||
|
@ -174,9 +174,9 @@
|
|||
</li>
|
||||
<li>
|
||||
<img src="./images/toggle-search-filter.png" alt="" width="15">
|
||||
<b>Search filtering</b>: Replace search results in Google, Bing, DuckDuckGo, and Brave with text inviting you
|
||||
to visit the independent wiki. Oftentimes, the non-independent wiki should appear in that same
|
||||
search.
|
||||
<b>Search filtering</b>: Replace search results in Google, Bing, DuckDuckGo, and other search engines
|
||||
with text inviting you to visit the independent wiki.
|
||||
Oftentimes, the non-independent wiki should appear in that same search.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<div id="searchFilter" class="settingToggle">
|
||||
<input id="searchFilterCheckbox" type="checkbox" />
|
||||
<label for="searchFilterCheckbox">
|
||||
<span id="searchFilterText">🔎 Filter non-indie wikis in Google, Bing, DuckDuckGo, & Brave</span>
|
||||
<span id="searchFilterText">🔎 Filter non-indie wikis in Google, Bing, DuckDuckGo, & other search engines</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -339,7 +339,7 @@
|
|||
<div id="searchFilter" class="settingToggle">
|
||||
<label>
|
||||
<input id="searchFilterCheckbox" type="checkbox" />
|
||||
<span id="searchFilterText">🔎 Filter non-indie wikis in Google, Bing, DuckDuckGo, & Brave</span>
|
||||
<span id="searchFilterText">🔎 Filter non-indie wikis in Google, Bing, DuckDuckGo, & other search engines</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -430,8 +430,8 @@
|
|||
<img
|
||||
src="images/toggle-search-filter.png"
|
||||
width="15"
|
||||
alt="Filter non-indie wikis from Google, Bing, DuckDuckGo, & Brave"
|
||||
title="Filter non-indie wikis from Google, Bing, DuckDuckGo, & Brave"
|
||||
alt="Filter non-indie wikis from Google, Bing, DuckDuckGo, & other search engines"
|
||||
title="Filter non-indie wikis from Google, Bing, DuckDuckGo, & other search engines"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -201,7 +201,7 @@ async function loadOptions(lang) {
|
|||
inputFilter.classList = 'toggleFilter';
|
||||
inputFilter.type = 'checkbox';
|
||||
inputFilter.name = key;
|
||||
inputFilter.title = 'Filter ' + sites[i].origins_label + ' from Google, Bing, DuckDuckGo, & Brave';
|
||||
inputFilter.title = 'Filter ' + sites[i].origins_label + ' from Google, Bing, DuckDuckGo, & other search engines';
|
||||
inputFilter.id = key + '-filter';
|
||||
inputFilter.lang = lang;
|
||||
|
||||
|
|
Loading…
Reference in New Issue