230 lines
9.5 KiB
HTML
230 lines
9.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta charset="UTF-8" />
|
|
<title>Indie Wiki Buddy</title>
|
|
<link rel="stylesheet" href="../../css/common.css" type="text/css">
|
|
<link rel="stylesheet" href="../../css/popup.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="header">
|
|
<h1>Indie Wiki Buddy</h1>
|
|
<div>
|
|
<div>
|
|
<button id="openSettingsButton">
|
|
Open All Settings
|
|
</button>
|
|
</div>
|
|
<div id="power">
|
|
<input id="powerCheckbox" type="checkbox" />
|
|
<label for="powerCheckbox">
|
|
<img id="powerImage" src="" alt="" width="20" />
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="links">
|
|
<a href="../guide/index.html" target="_blank">Guide</a>
|
|
<a href="https://getindie.wiki" target="_blank">Website</a>
|
|
<a href="https://getindie.wiki/changelog/" target="_blank">Changelog</a>
|
|
<a href="https://getindie.wiki/#submit" target="_blank">Submit a Wiki</a>
|
|
<a href="https://github.com/KevinPayravi/indie-wiki-buddy" target="_blank">Source Code</a>
|
|
</div>
|
|
<div id="notificationBannerContainer">
|
|
<span id="notificationBannerOpera">
|
|
Opera users: By default, Opera will block extensions from running on search engines.
|
|
Search engine access can be enabled per-extension by going to "about:extensions"
|
|
and selecting the "Allow access to search page results" option under Indie Wiki Buddy.
|
|
<a id="operaPermsHideLink" href="#">Hide this message</a>
|
|
</span>
|
|
</div>
|
|
<div id="content">
|
|
<form name="options" class="options">
|
|
<fieldset id="defaultSettings">
|
|
<legend><span aria-hidden="true">⚙️</span> Default behaviors (apply to all current and new wikis in future
|
|
updates)</legend>
|
|
<div role="radiogroup" aria-labelledby="defaultWikiActionLabel">
|
|
<span id="defaultWikiActionLabel">When visiting Fandom, Fextralife, and Neoseeker wikis:</span>
|
|
<div class="radioGroup horizontal">
|
|
<label>
|
|
<input id="defaultWikiActionDisabledRadio" type="radio" name="defaultWikiAction" value="disabled" />
|
|
<img src="../../images/toggle-disabled.png" height="12" alt="" />
|
|
Do nothing
|
|
</label>
|
|
<label>
|
|
<input id="defaultWikiActionAlertRadio" type="radio" name="defaultWikiAction" value="alert" />
|
|
<img src="../../images/toggle-alert.png" height="12" alt="" />
|
|
Show banner linking to indie wiki
|
|
</label>
|
|
<label>
|
|
<input id="defaultWikiActionRedirectRadio" type="radio" name="defaultWikiAction" value="redirect" />
|
|
<img src="../../images/toggle-redirect.png" height="12" alt="" />
|
|
Redirect to indie wiki
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div role="radiogroup" aria-labelledby="defaultSearchActionLabel">
|
|
<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" />
|
|
<img src="../../images/toggle-disabled.png" height="12" alt="" />
|
|
Do nothing
|
|
</label>
|
|
<label>
|
|
<input id="defaultSearchActionAlertRadio" type="radio" name="defaultSearchAction" value="replace" />
|
|
<img src="../../images/toggle-replace.png" height="12" alt="" />
|
|
Replace non-indie results
|
|
</label>
|
|
<label>
|
|
<input id="defaultSearchActionRedirectRadio" type="radio" name="defaultSearchAction" value="hide" />
|
|
<img src="../../images/toggle-hide.png" height="12" alt="" />
|
|
Hide non-indie results
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="center">
|
|
Visit <a id="openSettingsLink" href="#">all settings</a> to change behavior per-wiki.
|
|
<br />
|
|
Clicking an option above will override any per-wiki customizations you may have.
|
|
</div>
|
|
</fieldset>
|
|
<fieldset id="generalSettings">
|
|
<legend><span aria-hidden="true">⚙️</span> General settings</legend>
|
|
<div class="settingToggle">
|
|
<label>
|
|
<input id="notificationsCheckbox" type="checkbox" />
|
|
<span id="notificationsIcon" aria-hidden="true"></span>
|
|
Desktop notifications for
|
|
redirections
|
|
</label>
|
|
</div>
|
|
<div class="settingToggle">
|
|
<label>
|
|
<input id="crossLanguageCheckbox" type="checkbox" />
|
|
<span id="crossLanguageIcon" aria-hidden="true"></span>
|
|
Redirect non-English Fandom wikis to
|
|
indie English wikis there is no same-lang wiki
|
|
</label>
|
|
</div>
|
|
<div class="settingToggle">
|
|
<label>
|
|
<input id="openChangelogCheckbox" type="checkbox" />
|
|
<span id="openChangelogIcon" aria-hidden="true"></span>
|
|
Open changelog when Indie Wiki Buddy is updated
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset id="generalSettings">
|
|
<legend><span aria-hidden="true">🔍</span> Search engine filtering </legend>
|
|
<div class="settingToggle searchEngineToggles">
|
|
<label>
|
|
<input id="googleCheckbox" data-search-engine="google" type="checkbox" />
|
|
Google
|
|
</label>
|
|
<label>
|
|
<input id="bingCheckbox" data-search-engine="bing" type="checkbox" />
|
|
Bing
|
|
</label>
|
|
<label>
|
|
<input id="duckduckgoCheckbox" data-search-engine="duckduckgo" type="checkbox" />
|
|
DuckDuckGo
|
|
</label>
|
|
<label>
|
|
<input id="braveCheckbox" data-search-engine="brave" type="checkbox" />
|
|
Brave
|
|
</label>
|
|
<label>
|
|
<input id="ecosiaCheckbox" data-search-engine="ecosia" type="checkbox" />
|
|
Ecosia
|
|
</label>
|
|
<label>
|
|
<input id="kagiCheckbox" data-search-engine="kagi" type="checkbox" />
|
|
Kagi
|
|
</label>
|
|
<label>
|
|
<input id="qwantCheckbox" data-search-engine="qwant" type="checkbox" />
|
|
Qwant
|
|
</label>
|
|
<label>
|
|
<input id="startpageCheckbox" data-search-engine="startpage" type="checkbox" />
|
|
Startpage
|
|
</label>
|
|
<label>
|
|
<input id="yahooCheckbox" data-search-engine="yahoo" type="checkbox" />
|
|
Yahoo
|
|
</label>
|
|
<label>
|
|
<input id="yandexCheckbox" data-search-engine="yandex" type="checkbox" />
|
|
Yandex
|
|
</label>
|
|
</div>
|
|
<hr>
|
|
<div class="settingToggle">
|
|
<label>
|
|
<input id="hiddenResultsBannerCheckbox" type="checkbox" />
|
|
<img src="../../images/toggle-banner.png" height="12" alt="" />
|
|
On search engines, show banner when
|
|
non-indie results are hidden
|
|
</label>
|
|
</div>
|
|
<div class="settingToggle">
|
|
<label>
|
|
<input id="reorderResultsCheckbox" type="checkbox" />
|
|
<img src="../../images/toggle-move-up.png" height="12" alt="" />
|
|
On Google, move indie wiki results to the top of
|
|
search results
|
|
</label>
|
|
</div>
|
|
</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>)
|
|
</legend>
|
|
<div role="radiogroup">
|
|
<div class="radioGroup vertical">
|
|
<label>
|
|
<input id="breeezwikiSettingDisabledRadio" type="radio" name="breezewikiSetting" value="off" />
|
|
<img src="../../images/toggle-disabled.png" height="12" alt="" />
|
|
BreezeWiki off
|
|
</label>
|
|
<label>
|
|
<input id="breezewikiSettingBannerRadio" type="radio" name="breezewikiSetting" value="banner" />
|
|
<img src="../../images/toggle-alert.png" height="12" alt="" />
|
|
Insert banner link to take you to BreezeWiki
|
|
</label>
|
|
<label>
|
|
<input id="breezewikiSettingRedirectRadio" type="radio" name="breezewikiSetting" value="redirect" />
|
|
<img src="../../images/toggle-redirect.png" height="12" alt="" />
|
|
Automatically redirect Fandom to BreezeWiki
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div id="breezewikiHost" class="settingToggle">
|
|
<label>
|
|
BreezeWiki host:
|
|
<select name="breezewikiHost" id="breezewikiHostSelect"></select>
|
|
</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>
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="../../scripts/common-functions.js"></script>
|
|
<script type="text/javascript" src="../common-page-functions.js"></script>
|
|
<script type="text/javascript" src="popup.js"></script>
|
|
|
|
</html>
|