2023-04-12 05:01:06 +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 {
|
2023-04-12 08:18:16 +00:00
|
|
|
max-width: 600px;
|
2023-04-12 05:01:06 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 20px;
|
|
|
|
background-color: #2b2a33;
|
|
|
|
font-family: Helvetica, Sans-Serif;
|
|
|
|
font-size: .9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
border: none;
|
|
|
|
color: #005799;
|
|
|
|
background-color: #005799;
|
2023-04-24 05:23:51 +00:00
|
|
|
margin: 1em 0 .5em 0;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
padding: .5em 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
text-align: center;
|
|
|
|
padding: .8em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* HEADER */
|
|
|
|
#header {
|
|
|
|
line-height: 1.5em;
|
|
|
|
padding: .5em 1em;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: #005799;
|
|
|
|
color: #fff;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#header .settingToggle label {
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 20px;
|
|
|
|
height: fit-content;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
#version {
|
|
|
|
float: right;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
margin: .5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#links {
|
|
|
|
background-color: #e5f4ff;
|
|
|
|
padding: .5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CONTENT */
|
|
|
|
#content {
|
|
|
|
background-color: #fff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* FOOTER */
|
|
|
|
#footer {
|
2023-04-14 07:26:20 +00:00
|
|
|
padding-bottom: 1.5em;
|
2023-04-12 05:01:06 +00:00
|
|
|
text-align: center;
|
|
|
|
line-height: 1.6em;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
#footer a {
|
|
|
|
padding: 5px 0px;
|
|
|
|
color: #3174f1;
|
|
|
|
}
|
|
|
|
|
2023-04-27 05:15:36 +00:00
|
|
|
/* NOTIFICATIONS */
|
|
|
|
#notificationBanner {
|
|
|
|
display: none;
|
|
|
|
background-color: #f8f3d6;
|
|
|
|
font-size: .9em;
|
2023-04-27 05:47:34 +00:00
|
|
|
line-height: 1.3em;
|
2023-04-27 05:15:36 +00:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2023-04-12 05:01:06 +00:00
|
|
|
/* GLOBAL SETTINGS SECTION */
|
|
|
|
.options {
|
|
|
|
margin: 0 auto;
|
|
|
|
box-sizing: border-box;
|
2023-04-27 06:05:24 +00:00
|
|
|
padding-bottom: .5em;
|
2023-04-12 05:01:06 +00:00
|
|
|
user-select: none;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
.options .settingToggleContainer {
|
2023-04-24 05:23:51 +00:00
|
|
|
padding-bottom: .8em;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
.options .settingToggleContainer:last-child {
|
2023-04-24 05:23:51 +00:00
|
|
|
padding-bottom: 0;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* GLOBAL SETTING TOGGLES */
|
|
|
|
#power input {
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
#power img {
|
|
|
|
margin-left: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settingToggle {
|
|
|
|
cursor: pointer;
|
|
|
|
width: fit-content;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.settingToggle + div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.settingToggle input,
|
|
|
|
.settingToggle label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.settingToggle img {
|
|
|
|
width: 30px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#breezewikiHost {
|
|
|
|
display: none;
|
|
|
|
padding-left: 3em;
|
2023-04-24 05:23:51 +00:00
|
|
|
padding-top: .8em;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#breezewikiHost label {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* WIKI CONTROLS */
|
|
|
|
#wikiControls {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: fit-content;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: .5em;
|
|
|
|
}
|
|
|
|
#wikiControls button {
|
|
|
|
background: #ffffff;
|
|
|
|
border: 1px solid #333333;
|
|
|
|
color: #333333;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
margin: 3px 5px;
|
|
|
|
}
|
|
|
|
#wikiControls button:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background: #3174f1;
|
|
|
|
border: 1px solid#3174f1;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
#wikiControls button:hover img {
|
|
|
|
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(100%) contrast(100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#langSelectContainer {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toggles {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
2023-04-24 04:48:35 +00:00
|
|
|
padding: 0 1em;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#toggles > div:hover {
|
|
|
|
background-color: #e8f0fe;
|
|
|
|
}
|
|
|
|
#toggles input {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#toggles > div {
|
2023-04-24 04:48:35 +00:00
|
|
|
line-height: 2em;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#toggles .inputsContainer {
|
|
|
|
float: right;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#toggles img {
|
2023-04-24 04:48:35 +00:00
|
|
|
width: 1.2em;
|
|
|
|
height: 1.2em;
|
|
|
|
vertical-align: middle;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#toggles a {
|
2023-04-24 04:48:35 +00:00
|
|
|
line-height: 1.2em;
|
|
|
|
padding-right: .5em;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#toggles span {
|
2023-04-24 04:48:35 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#togglesKey {
|
2023-04-24 04:48:35 +00:00
|
|
|
padding-right: 15px;
|
|
|
|
text-align: right;
|
2023-04-12 05:01:06 +00:00
|
|
|
}
|
|
|
|
#togglesKey > div {
|
|
|
|
display: inline-block;
|
|
|
|
width: 17px;
|
|
|
|
}
|
|
|
|
|
2023-04-24 04:48:35 +00:00
|
|
|
#togglesKey>div:last-child, #toggles>div>div>label:last-of-type {
|
2023-04-12 05:01:06 +00:00
|
|
|
margin-left: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CONTROL CLASSES */
|
|
|
|
.visuallyHidden {
|
|
|
|
position: absolute !important;
|
|
|
|
width: 1px !important;
|
|
|
|
height: 1px !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: -1px !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
clip: rect(0, 0, 0, 0) !important;
|
|
|
|
white-space: nowrap !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="header">
|
|
|
|
<span id="version"></span>
|
|
|
|
<h1>Indie Wiki Buddy</h1>
|
|
|
|
</div>
|
|
|
|
<div id="links">
|
|
|
|
<a
|
2023-04-14 07:26:20 +00:00
|
|
|
href="guide.html"
|
2023-04-12 05:01:06 +00:00
|
|
|
>Guide</a
|
|
|
|
>
|
|
|
|
|
2023-04-14 07:26:20 +00:00
|
|
|
<a
|
|
|
|
href="https://getindie.wiki"
|
|
|
|
target="_blank"
|
|
|
|
>Website</a
|
|
|
|
>
|
|
|
|
|
2023-04-12 05:01:06 +00:00
|
|
|
<a
|
|
|
|
href="https://getindie.wiki/changelog/"
|
|
|
|
target="_blank"
|
|
|
|
>Changelog</a
|
|
|
|
>
|
|
|
|
|
|
|
|
<a
|
|
|
|
href="https://getindie.wiki/#submit"
|
|
|
|
target="_blank"
|
2023-04-13 06:36:30 +00:00
|
|
|
>Submit a Wiki</a
|
2023-04-12 05:01:06 +00:00
|
|
|
>
|
|
|
|
|
|
|
|
<a
|
|
|
|
href="https://github.com/KevinPayravi/indie-wiki-buddy"
|
|
|
|
target="_blank"
|
2023-04-13 06:36:30 +00:00
|
|
|
>Source Code</a
|
2023-04-12 05:01:06 +00:00
|
|
|
>
|
|
|
|
</div>
|
2023-04-27 05:15:36 +00:00
|
|
|
<div id="notificationBanner">
|
|
|
|
Enjoying Indie Wiki Buddy? Please leave a review!
|
|
|
|
<br />
|
2023-04-27 05:53:24 +00:00
|
|
|
<a id="reviewReminderChromeLink" target="_blank" href="https://chrome.google.com/webstore/detail/indie-wiki-buddy/fkagelmloambgokoeokbpihmgpkbgbfm">Chrome</a>
|
2023-04-27 05:15:36 +00:00
|
|
|
|
|
2023-04-27 05:53:24 +00:00
|
|
|
<a id="reviewReminderFirefoxLink" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/indie-wiki-buddy/">Firefox</a>
|
2023-04-27 05:15:36 +00:00
|
|
|
|
|
2023-04-27 05:53:24 +00:00
|
|
|
<a id="reviewReminderHideLink" href="#">Hide this message</a>
|
2023-04-27 05:15:36 +00:00
|
|
|
<br /><br />
|
2023-04-27 05:53:24 +00:00
|
|
|
Having issues or ideas for improvement? Please <a target="_blank" href="https://getindie.wiki/#contact">contact me</a>!
|
2023-04-27 05:15:36 +00:00
|
|
|
</div>
|
2023-04-12 05:01:06 +00:00
|
|
|
<div id="content">
|
|
|
|
<h2>Global settings</h2>
|
|
|
|
<div class="options">
|
|
|
|
<div class="settingToggleContainer">
|
|
|
|
<div id="power" class="settingToggle">
|
2023-04-13 06:36:30 +00:00
|
|
|
<label>
|
|
|
|
<input id="powerCheckbox" type="checkbox" />
|
2023-04-12 05:01:06 +00:00
|
|
|
<img id="powerImage" src="" alt="" />
|
|
|
|
<span id="powerText"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="settingToggleContainer">
|
|
|
|
<div id="notifications" class="settingToggle">
|
2023-04-13 06:36:30 +00:00
|
|
|
<label>
|
|
|
|
<input id="notificationsCheckbox" type="checkbox" />
|
2023-04-12 08:18:16 +00:00
|
|
|
<span id="notificationsText">🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki</span>
|
2023-04-12 05:01:06 +00:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="settingToggleContainer">
|
|
|
|
<div id="searchFilter" class="settingToggle">
|
2023-04-13 06:36:30 +00:00
|
|
|
<label>
|
|
|
|
<input id="searchFilterCheckbox" type="checkbox" />
|
2023-04-12 05:01:06 +00:00
|
|
|
<span id="searchFilterText">🔎 Filter non-indie wiki results in Google, Bing, & DuckDuckGo</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="settingToggleContainer">
|
|
|
|
<div id="breezewiki" class="settingToggle">
|
2023-04-13 06:36:30 +00:00
|
|
|
<label>
|
|
|
|
<input id="breezewikiCheckbox" type="checkbox" />
|
2023-04-12 05:01:06 +00:00
|
|
|
<span id="breezewikiText">🌬️ Use BreezeWiki on Fandom</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div>
|
2023-04-24 05:23:51 +00:00
|
|
|
(<a href="https://breezewiki.com/" target="_blank"
|
|
|
|
>learn more</a
|
|
|
|
>)
|
2023-04-12 05:01:06 +00:00
|
|
|
</div>
|
2023-04-24 05:23:51 +00:00
|
|
|
<div class="settingToggleContainer">
|
|
|
|
<div id="breezewikiHost" class="settingToggle">
|
|
|
|
<label for="breezewikiHostSelect">BreezeWiki Host: </label>
|
|
|
|
<select name="breezewikiHost" id="breezewikiHostSelect"></select>
|
|
|
|
</div>
|
2023-04-12 05:01:06 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div id="wikiControls">
|
|
|
|
<h2>Individual wiki settings</h2>
|
|
|
|
<div id="langSelectContainer">
|
|
|
|
Viewing wikis in:
|
|
|
|
<select name="lang" id="langSelect">
|
|
|
|
<option value="DE">Deutsch</option>
|
|
|
|
<option value="EN" selected>English</option>
|
|
|
|
<option value="ES">Español</option>
|
|
|
|
<option value="FR">Français</option>
|
|
|
|
<option value="IT">Italiano</option>
|
|
|
|
<option value="PL">Polski</option>
|
|
|
|
<option value="TOK">Toki Pona</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
2023-04-13 06:33:08 +00:00
|
|
|
Controls to change settings for all non-indie wikis:
|
2023-04-12 05:01:06 +00:00
|
|
|
<br />
|
|
|
|
<button id="setAllDisabled">
|
|
|
|
<img src="images/toggle-disabled.png" width="10" alt="" /> Disable all
|
|
|
|
</button>
|
|
|
|
<button id="setAllRedirect">
|
|
|
|
<img src="images/toggle-redirect.png" width="10" alt="" /> Set all to
|
|
|
|
redirect to indie wikis
|
|
|
|
</button>
|
|
|
|
<button id="setAllAlert">
|
|
|
|
<img src="images/toggle-alert.png" width="10" alt="" /> Set all to
|
2023-04-24 04:48:35 +00:00
|
|
|
notify of indie wikis
|
2023-04-12 05:01:06 +00:00
|
|
|
</button>
|
|
|
|
<br />
|
|
|
|
<button id="setAllSearchFilter">
|
|
|
|
<img src="images/toggle-search-filter.png" width="10" alt="" /> Filter
|
2023-04-13 06:33:08 +00:00
|
|
|
all from search engines
|
2023-04-12 05:01:06 +00:00
|
|
|
</button>
|
|
|
|
<button id="setNoneSearchFilter">
|
|
|
|
<img src="images/toggle-search-filter.png" width="10" alt="" /> Filter
|
2023-04-13 06:33:08 +00:00
|
|
|
none from search engines
|
2023-04-12 05:01:06 +00:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div id="togglesKey">
|
|
|
|
<div>
|
|
|
|
<img
|
|
|
|
src="images/toggle-disabled.png"
|
|
|
|
width="15"
|
|
|
|
alt="Disable"
|
|
|
|
title="Disable"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<img
|
|
|
|
src="images/toggle-redirect.png"
|
|
|
|
width="15"
|
|
|
|
alt="Automatically redirect to indie wiki"
|
|
|
|
title="Automatically redirect to indie wiki"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<img
|
|
|
|
src="images/toggle-alert.png"
|
|
|
|
width="15"
|
2023-04-26 05:20:15 +00:00
|
|
|
alt="Show a banner on wikis where an indie alternative is available"
|
|
|
|
title="Show a banner on wikis where an indie alternative is available"
|
2023-04-12 05:01:06 +00:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<img
|
|
|
|
src="images/toggle-search-filter.png"
|
|
|
|
width="15"
|
2023-04-26 05:22:32 +00:00
|
|
|
alt="Filter results from Google, Bing, and DuckDuckGo"
|
|
|
|
title="Filter results from Google, Bing, and DuckDuckGo"
|
2023-04-12 05:01:06 +00:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="toggles"></div>
|
|
|
|
<hr />
|
|
|
|
<div id="footer">
|
|
|
|
<h2>Fun Stats</h2>
|
2023-04-27 14:48:17 +00:00
|
|
|
Alerted to indie wikis <span id="countAlerts"></span> times
|
2023-04-12 05:01:06 +00:00
|
|
|
<br />
|
2023-04-27 14:48:17 +00:00
|
|
|
Automatically redirected to indie wikis <span id="countRedirects"></span> times
|
2023-04-12 05:01:06 +00:00
|
|
|
<br />
|
2023-04-27 14:48:17 +00:00
|
|
|
<span id="countSearchFilters"></span> search engine results filtered
|
2023-04-12 05:01:06 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<script type="text/javascript" src="settings.js"></script>
|
|
|
|
</html>
|