2019-09-29 15:04:24 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2019-10-07 13:59:31 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title></title>
|
|
|
|
<link href="../styles.css" rel="stylesheet">
|
|
|
|
<title>Privacy Redirect Options</title>
|
2019-09-29 15:04:24 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2019-10-07 13:59:31 +02:00
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Toggle Nitter redirects">
|
|
|
|
<h1>Nitter Redirects</h1>
|
2020-02-11 23:35:58 +01:00
|
|
|
<input aria-hidden="true" id="disable-nitter" type="checkbox" checked>
|
|
|
|
<label for="disable-nitter" class="checkbox-label">
|
2019-10-07 13:59:31 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Toggle Invidious redirects">
|
|
|
|
<h1>Invidious Redirects</h1>
|
2020-02-11 23:35:58 +01:00
|
|
|
<input aria-hidden="true" id="disable-invidious" type="checkbox" checked>
|
|
|
|
<label for="disable-invidious" class="checkbox-label">
|
2019-10-07 13:59:31 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2020-02-01 04:17:51 +01:00
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Toggle Bibliogram redirects">
|
|
|
|
<h1>Bibliogram Redirects</h1>
|
2020-02-11 23:35:58 +01:00
|
|
|
<input aria-hidden="true" id="disable-bibliogram" type="checkbox" checked>
|
|
|
|
<label for="disable-bibliogram" class="checkbox-label">
|
2020-02-01 04:17:51 +01:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2020-02-27 02:18:50 +01:00
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Toggle OpenStreetMap redirects">
|
|
|
|
<h1>OpenStreetMap Redirects</h1>
|
|
|
|
<input aria-hidden="true" id="disable-osm" type="checkbox" checked>
|
|
|
|
<label for="disable-osm" class="checkbox-label">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2019-10-07 13:59:31 +02:00
|
|
|
<section class="options settings_block">
|
|
|
|
<h1>Nitter Instance</h1>
|
2020-02-11 23:35:58 +01:00
|
|
|
<input id="nitter-instance" list="nitter-instance-list" type="url" placeholder="https://nitter.net">
|
|
|
|
<datalist id="nitter-instance-list">
|
|
|
|
<option value="https://nitter.net">
|
|
|
|
<option value="https://nitter.snopyta.org">
|
|
|
|
<option value="https://nitter.42l.fr">
|
|
|
|
<option value="https://nitter.nixnet.xyz">
|
|
|
|
<option value="https://nitter.13ad.de">
|
|
|
|
<option value="https://tw.openalgeria.org">
|
|
|
|
</datalist>
|
2019-10-07 13:59:31 +02:00
|
|
|
<h1>Invidious Instance</h1>
|
2020-02-11 23:35:58 +01:00
|
|
|
<input id="invidious-instance" list="invidious-instances-list" type="url" placeholder="https://invidio.us">
|
|
|
|
<datalist id="invidious-instances-list">
|
|
|
|
<option value="https://invidio.us">
|
|
|
|
<option value="https://invidious.snopyta.org">
|
|
|
|
<option value="https://invidiou.sh">
|
|
|
|
<option value="https://yewtu.be">
|
|
|
|
<option value="https://invidious.zapashcanon.fr">
|
|
|
|
<option value="https://invidious.toot.koeln">
|
|
|
|
<option value="https://invidious.ggc-project.de">
|
|
|
|
</datalist>
|
2020-02-01 04:17:51 +01:00
|
|
|
<h1>Bibliogram Instance</h1>
|
2020-02-11 23:35:58 +01:00
|
|
|
<input id="bibliogram-instance" list="bibliogram-instance-list" type="url" placeholder="https://bibliogram.art">
|
|
|
|
<datalist id="bibliogram-instance-list">
|
|
|
|
<option value="https://bibliogram.art">
|
|
|
|
<option value="https://bibliogram.snopyta.org">
|
2020-04-09 11:37:56 +02:00
|
|
|
<option value="https://bibliogram.pussthecat.org">
|
2020-02-11 23:35:58 +01:00
|
|
|
</datalist>
|
2020-02-27 02:18:50 +01:00
|
|
|
<h1>OpenStreetMap Instance</h1>
|
|
|
|
<input id="osm-instance" list="osm-instance-list" type="url" placeholder="https://openstreetmap.org">
|
|
|
|
<datalist id="osm-instance-list">
|
|
|
|
<option value="https://openstreetmap.org">
|
|
|
|
</datalist>
|
2019-10-07 13:59:31 +02:00
|
|
|
</section>
|
|
|
|
|
2020-03-10 06:03:28 +01:00
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Always proxy videos through Invidious">
|
|
|
|
<h1>Always proxy videos through Invidious?</h1>
|
|
|
|
<input aria-hidden="true" id="always-proxy" type="checkbox" checked>
|
|
|
|
<label for="always-proxy" class="checkbox-label">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2020-03-21 10:34:32 +01:00
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Only redirect embedded video to Invidious">
|
|
|
|
<h1>Only redirect embedded video to Invidious?</h1>
|
|
|
|
<input aria-hidden="true" id="only-embed" type="checkbox" checked>
|
|
|
|
<label for="only-embed" class="checkbox-label">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="options settings_block">
|
|
|
|
<h1>Invidious Video Quality</h1>
|
|
|
|
<select id="video-quality">
|
|
|
|
<option value="">Default</option>
|
|
|
|
<option value="hd720">720p</option>
|
|
|
|
<option value="medium">480p</option>
|
|
|
|
<option value="dash">DASH (Dynamic Adaptive Streaming over HTTP)</option>
|
|
|
|
</select>
|
|
|
|
</section>
|
2019-10-07 13:59:31 +02:00
|
|
|
|
2020-03-29 01:34:46 +01:00
|
|
|
<section class="options settings_block">
|
|
|
|
<div class="onoffswitch switch" aria-label="Proactively remove Twitter service worker">
|
|
|
|
<h1>Proactively remove Twitter service worker</h1>
|
|
|
|
<input aria-hidden="true" id="remove-twitter-sw" type="checkbox" checked>
|
|
|
|
<label for="remove-twitter-sw" class="checkbox-label">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2019-10-07 13:59:31 +02:00
|
|
|
<script src="./options.js"></script>
|
|
|
|
|
2019-09-29 15:04:24 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|