Formatting files
parent
07a0a748b3
commit
59b6e17e69
|
@ -101,7 +101,8 @@
|
|||
<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, Yahoo, Brave Search, Ecosia, Startpage, Qwant, Yandex, and Kagi can also be filtered,
|
||||
Search results in Google, Bing, DuckDuckGo, Yahoo, Brave Search, Ecosia, Startpage, Qwant, Yandex, and Kagi can
|
||||
also be filtered,
|
||||
replacing non-independent wikis with links to independent counterpart (or hiding them completely).
|
||||
<br /><br />
|
||||
We currently redirect from Fandom, Fextralife, and Neoseeker wikis to independent counterparts.
|
||||
|
@ -139,7 +140,8 @@
|
|||
<li>
|
||||
<b><span aria-hidden="true">🔔</span> On search engines, show banner when non-indie results are hidden</b>
|
||||
<br />
|
||||
When this option is enabled, a banner will be inserted at the top of search engine results when Indie Wiki Buddy
|
||||
When this option is enabled, a banner will be inserted at the top of search engine results when Indie Wiki
|
||||
Buddy
|
||||
has hidden results from Fandom, Fextralife, or Neoseeker wikis.
|
||||
This banner also lets you re-show the hidden results if you wish.
|
||||
<br />
|
||||
|
@ -182,13 +184,16 @@
|
|||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<b><img src="../../images/toggle-alert.png" alt="" width="15"> Insert banner link to take you to BreezeWiki</b>
|
||||
<b><img src="../../images/toggle-alert.png" alt="" width="15"> Insert banner link to take you to
|
||||
BreezeWiki</b>
|
||||
<br />
|
||||
At the top of English Fandom wikis, a small banner will be inserted with a link to take you to the BreezeWiki wiki.
|
||||
At the top of English Fandom wikis, a small banner will be inserted with a link to take you to the BreezeWiki
|
||||
wiki.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<b><img src="../../images/toggle-redirect.png" alt="" width="15"> Automatically redirect Fandom to BreezeWiki</b>
|
||||
<b><img src="../../images/toggle-redirect.png" alt="" width="15"> Automatically redirect Fandom to
|
||||
BreezeWiki</b>
|
||||
<br />
|
||||
Visiting any English Fandom wiki will immediately redirect you to view it through BreezeWiki.
|
||||
If automatic redirect to an independent wiki is enabled, the indepedent wiki will take priority.
|
||||
|
@ -202,7 +207,8 @@
|
|||
|
||||
<h2>Individual wiki settings help</h2>
|
||||
<p>
|
||||
In the individual settings section of the <a href="../settings/index.html" target="_blank">settings</a> page, you can
|
||||
In the individual settings section of the <a href="../settings/index.html" target="_blank">settings</a> page,
|
||||
you can
|
||||
configure your settings per-wiki.
|
||||
You can refer to the legend or hover over the icons to learn what each column controls.
|
||||
</p>
|
||||
|
|
|
@ -98,6 +98,7 @@
|
|||
color: #fff;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#header div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -137,6 +138,7 @@
|
|||
height: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#power>label:hover {
|
||||
outline: 2px solid #3174f1;
|
||||
}
|
||||
|
@ -192,11 +194,13 @@
|
|||
.radioGroup {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.radioGroup.horizontal {
|
||||
flex-direction: row;
|
||||
line-height: 1.5rem;
|
||||
gap: .5em;
|
||||
}
|
||||
|
||||
.radioGroup.vertical {
|
||||
flex-direction: column;
|
||||
gap: .5em;
|
||||
|
@ -320,7 +324,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div role="radiogroup" aria-labelledby="defaultSearchActionLabel">
|
||||
<span id="defaultSearchActionLabel">On search engines, when you see non-indie results with indie alternatives:</span>
|
||||
<span id="defaultSearchActionLabel">On search engines, when you see non-indie results with indie
|
||||
alternatives:</span>
|
||||
<div class="radioGroup horizontal">
|
||||
<label>
|
||||
<input id="defaultSearchActionDisabledRadio" type="radio" name="defaultSearchAction" value="disabled" />
|
||||
|
@ -381,8 +386,8 @@
|
|||
</fieldset>
|
||||
<fieldset id="breezewikiSettings">
|
||||
<legend>
|
||||
<span aria-hidden="true">༄</span> BreezeWiki alternative frontend for Fandom (<a id="breeezwikiLearnMore" href="https://breezewiki.com/"
|
||||
target="_blank">learn more</a>)
|
||||
<span aria-hidden="true">༄</span> BreezeWiki alternative frontend for Fandom (<a id="breeezwikiLearnMore"
|
||||
href="https://breezewiki.com/" target="_blank">learn more</a>)
|
||||
</legend>
|
||||
<div role="radiogroup">
|
||||
<div class="radioGroup vertical">
|
||||
|
@ -410,8 +415,10 @@
|
|||
</label>
|
||||
<label id="breezewikiCustomHost">
|
||||
Custom BreezeWiki domain:
|
||||
<input disabled type="text" id="customBreezewikiHost" name="customBreezewikiHost" placeholder="See full settings page" size="30" />
|
||||
<span id="breezewikiCustomHostStatus">Change custom domain on <a href="../settings/index.html" target="_blank">full settings page</a></span>
|
||||
<input disabled type="text" id="customBreezewikiHost" name="customBreezewikiHost"
|
||||
placeholder="See full settings page" size="30" />
|
||||
<span id="breezewikiCustomHostStatus">Change custom domain on <a href="../settings/index.html"
|
||||
target="_blank">full settings page</a></span>
|
||||
</label>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
|
@ -402,8 +402,7 @@ async function filterSearchResults(searchResults, searchEngine, storage) {
|
|||
searchResult.querySelector('h1') ||
|
||||
searchResult.querySelector('h3') ||
|
||||
searchResult.querySelector('cite') ||
|
||||
searchResult.querySelector("div[role='link']")))
|
||||
{
|
||||
searchResult.querySelector("div[role='link']"))) {
|
||||
searchResult.classList.add('iwb-detected');
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue