From 182fe4e3048d2233e636571afa700b38b2f98635 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 15 Apr 2022 17:27:31 +0300 Subject: [PATCH] Finished Pug structure --- .gitignore | 1 + pug/options/imgur/imgur.pug | 36 + pug/options/instagram/instagram.pug | 31 + pug/options/lbry/lbry.pug | 31 + pug/options/maps/maps.pug | 28 + pug/options/medium/medium.pug | 31 + pug/options/peertube/peertube.pug | 31 + pug/options/pixiv/pixiv.pug | 39 + pug/options/reddit/reddit.pug | 53 + pug/options/search/search.pug | 72 + pug/options/sendTargets/sendTargets.pug | 31 + pug/options/speedtest/speedtest.pug | 6 +- pug/options/spotify/spotify.pug | 2 +- pug/options/tiktok/tiktok.pug | 2 +- pug/options/translate/translate.pug | 2 +- pug/options/twitter/twitter.pug | 2 +- pug/options/wikipedia/wikipedia.pug | 2 +- pug/options/youtube/youtube.pug | 2 +- pug/options/youtubeMusic/youtubeMusic.pug | 2 +- src/pages/options/general/general.html | 223 --- src/pages/options/imgur/imgur.html | 228 --- src/pages/options/instagram/instagram.html | 194 --- src/pages/options/lbry/lbry.html | 203 --- src/pages/options/maps/maps.html | 181 --- src/pages/options/medium/medium.html | 204 --- src/pages/options/peertube/peertube.html | 202 --- src/pages/options/pixiv/pixiv.html | 215 --- src/pages/options/reddit/reddit.html | 275 ---- src/pages/options/search/search.html | 401 ------ .../options/sendTargets/sendTargets.html | 202 --- src/pages/options/speedtest/speedtest.html | 118 -- src/pages/options/spotify/spotify.html | 118 -- src/pages/options/tiktok/tiktok.html | 118 -- src/pages/options/translate/translate.html | 404 ------ src/pages/options/twitter/twitter.html | 220 --- src/pages/options/wikipedia/wikipedia.html | 139 -- src/pages/options/youtube/youtube.html | 1281 ----------------- .../options/youtubeMusic/youtubeMusic.html | 91 -- 38 files changed, 394 insertions(+), 5027 deletions(-) create mode 100644 pug/options/imgur/imgur.pug create mode 100644 pug/options/instagram/instagram.pug create mode 100644 pug/options/lbry/lbry.pug create mode 100644 pug/options/maps/maps.pug create mode 100644 pug/options/medium/medium.pug create mode 100644 pug/options/peertube/peertube.pug create mode 100644 pug/options/pixiv/pixiv.pug create mode 100644 pug/options/reddit/reddit.pug create mode 100644 pug/options/search/search.pug create mode 100644 pug/options/sendTargets/sendTargets.pug delete mode 100644 src/pages/options/general/general.html delete mode 100644 src/pages/options/imgur/imgur.html delete mode 100644 src/pages/options/instagram/instagram.html delete mode 100644 src/pages/options/lbry/lbry.html delete mode 100644 src/pages/options/maps/maps.html delete mode 100644 src/pages/options/medium/medium.html delete mode 100644 src/pages/options/peertube/peertube.html delete mode 100644 src/pages/options/pixiv/pixiv.html delete mode 100644 src/pages/options/reddit/reddit.html delete mode 100644 src/pages/options/search/search.html delete mode 100644 src/pages/options/sendTargets/sendTargets.html delete mode 100644 src/pages/options/speedtest/speedtest.html delete mode 100644 src/pages/options/spotify/spotify.html delete mode 100644 src/pages/options/tiktok/tiktok.html delete mode 100644 src/pages/options/translate/translate.html delete mode 100644 src/pages/options/twitter/twitter.html delete mode 100644 src/pages/options/wikipedia/wikipedia.html delete mode 100644 src/pages/options/youtube/youtube.html delete mode 100644 src/pages/options/youtubeMusic/youtubeMusic.html diff --git a/.gitignore b/.gitignore index f6fc62d..e5f8149 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ web-ext-artifacts/ nod node_modules package-lock.json +src/pages/options/*/*.html \ No newline at end of file diff --git a/pug/options/imgur/imgur.pug b/pug/options/imgur/imgur.pug new file mode 100644 index 0000000..14b31df --- /dev/null +++ b/pug/options/imgur/imgur.pug @@ -0,0 +1,36 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('imgur') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-imgur(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + option(value="i2p" data-localise="__MSG_i2p__") I2P + + #rimgo + hr + .normal + include ../../widgets/instances.pug + +instances('https://rimgo.com') + .tor + include ../../widgets/instances.pug + +instances('https://rimgo.onion') + + .i2p + include ../../widgets/instances.pug + +instances('https://rimgo.onion') + + script(type="module" src="../init.js") + script(type="module" src="./imgur.js") \ No newline at end of file diff --git a/pug/options/instagram/instagram.pug b/pug/options/instagram/instagram.pug new file mode 100644 index 0000000..49133c6 --- /dev/null +++ b/pug/options/instagram/instagram.pug @@ -0,0 +1,31 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('instagram') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-bibliogram(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + #bibliogram + hr + .normal + include ../../widgets/instances.pug + +instances('https://bibliogram.com') + .tor + include ../../widgets/instances.pug + +instances('https://bibliogram.onion') + + script(type="module" src="../init.js") + script(type="module" src="./instagram.js") \ No newline at end of file diff --git a/pug/options/lbry/lbry.pug b/pug/options/lbry/lbry.pug new file mode 100644 index 0000000..bf01bef --- /dev/null +++ b/pug/options/lbry/lbry.pug @@ -0,0 +1,31 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('lbry') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-lbry(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + #librarian + hr + .normal + include ../../widgets/instances.pug + +instances('https://librarian.com') + .tor + include ../../widgets/instances.pug + +instances('https://librarian.onion') + + script(type="module" src="../init.js") + script(type="module" src="./lbry.js") \ No newline at end of file diff --git a/pug/options/maps/maps.pug b/pug/options/maps/maps.pug new file mode 100644 index 0000000..ded2555 --- /dev/null +++ b/pug/options/maps/maps.pug @@ -0,0 +1,28 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('maps') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-osm(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_frontend__") Frontend + select#maps-frontend + option(value="osm") OpenStreetMap + option(value="facil") Facil Map + + #facil + hr + .normal + include ../../widgets/instances.pug + +instances('https://facilmap.com') + + script(type="module" src="../init.js") + script(type="module" src="./maps.js") \ No newline at end of file diff --git a/pug/options/medium/medium.pug b/pug/options/medium/medium.pug new file mode 100644 index 0000000..91947ee --- /dev/null +++ b/pug/options/medium/medium.pug @@ -0,0 +1,31 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('medium') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-medium(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + #scribe + hr + .normal + include ../../widgets/instances.pug + +instances('https://scribe.com') + .tor + include ../../widgets/instances.pug + +instances('https://scribe.onion') + + script(type="module" src="../init.js") + script(type="module" src="./medium.js") \ No newline at end of file diff --git a/pug/options/peertube/peertube.pug b/pug/options/peertube/peertube.pug new file mode 100644 index 0000000..f49e311 --- /dev/null +++ b/pug/options/peertube/peertube.pug @@ -0,0 +1,31 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('peertube') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-peertube(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + #simpleertube + hr + .normal + include ../../widgets/instances.pug + +instances('https://simpleertube.com') + .tor + include ../../widgets/instances.pug + +instances('https://simpleertube.onion') + + script(type="module" src="../init.js") + script(type="module" src="./peertube.js") \ No newline at end of file diff --git a/pug/options/pixiv/pixiv.pug b/pug/options/pixiv/pixiv.pug new file mode 100644 index 0000000..ead2f65 --- /dev/null +++ b/pug/options/pixiv/pixiv.pug @@ -0,0 +1,39 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('pixiv') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-pixiv(type="checkbox") + + .some-block.option-block + h4 + x(data-localise="__MSG_frontend__") Frontend + |: + span(style="color:red;" data-localise="__MSG_notFullyPrivate__") This isn't a fully private frontend + select#maps-frontend + option(value="pixivMoe" data-localise="__MSG_pixivMoe__") pixiv萌え + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + #pixivMoe + hr + .normal + include ../../widgets/instances.pug + +instances('https://pixivMoe.com') + .tor + include ../../widgets/instances.pug + +instances('https://pixivMoe.onion') + + script(type="module" src="../init.js") + script(type="module" src="./pixiv.js") \ No newline at end of file diff --git a/pug/options/reddit/reddit.pug b/pug/options/reddit/reddit.pug new file mode 100644 index 0000000..faab846 --- /dev/null +++ b/pug/options/reddit/reddit.pug @@ -0,0 +1,53 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('reddit') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-reddit(type="checkbox") + + .some-block.option-block + h4#frontend(data-localise="__MSG_frontend__") Frontend + select#reddit-frontend + option(value="libreddit") Libreddit + option(value="teddit") Teddit + option(value="old") old.reddit.com + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + .some-block.option-block + h4(data-localise="__MSG_bypassReddit__") Bypass "Open in Reddit" + input#bypass-watch-on-reddit(type="checkbox") + + hr + + #libreddit + hr + .normal + include ../../widgets/instances.pug + +instances('https://libreddit.com') + .tor + include ../../widgets/instances.pug + +instances('https://libreddit.onion') + + #teddit + hr + .normal + include ../../widgets/instances.pug + +instances('https://libreddit.com') + .tor + include ../../widgets/instances.pug + +instances('https://libreddit.onion') + + script(type="module" src="../init.js") + script(type="module" src="./reddit.js") \ No newline at end of file diff --git a/pug/options/search/search.pug b/pug/options/search/search.pug new file mode 100644 index 0000000..590a427 --- /dev/null +++ b/pug/options/search/search.pug @@ -0,0 +1,72 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('search') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-search(type="checkbox") + + .some-block.option-block + h4#frontend(data-localise="__MSG_frontend__") Frontend + select#search-frontend + option(value="searx") SearX + option(value="searxng") SearXNG + option(value="whoogle") Whoogle + option(value="startpage") Startpage + + + #searx-whoogle + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + option(value="i2p" data-localise="__MSG_i2p__") I2P + + .some-block + h4(data-localise="__MSG_searchNote__") Note: To use Search to its full potential, make LibRedirect as the Default Search Engine + + #searx + hr + .normal + include ../../widgets/instances.pug + +instances('https://searx.com') + .tor + include ../../widgets/instances.pug + +instances('https://searx.onion') + .i2p + include ../../widgets/instances.pug + +instances('https://searx.i2p') + + #searxng + hr + .normal + include ../../widgets/instances.pug + +instances('https://searxng.com') + .tor + include ../../widgets/instances.pug + +instances('https://searxng.onion') + .i2p + include ../../widgets/instances.pug + +instances('https://searxng.i2p') + + #whoogle + hr + .normal + include ../../widgets/instances.pug + +instances('https://whoogle.com') + .tor + include ../../widgets/instances.pug + +instances('https://whoogle.onion') + .i2p + include ../../widgets/instances.pug + +instances('https://whoogle.i2p') + + script(type="module" src="../init.js") + script(type="module" src="./search.js") \ No newline at end of file diff --git a/pug/options/sendTargets/sendTargets.pug b/pug/options/sendTargets/sendTargets.pug new file mode 100644 index 0000000..c285114 --- /dev/null +++ b/pug/options/sendTargets/sendTargets.pug @@ -0,0 +1,31 @@ +doctype html +html(lang="en") + include ../../widgets/head.pug + title General +script(type="module" src="../../../assets/javascripts/localise.js") +body.option(dir="auto") + include ../../widgets/links.pug + +links('sendTargets') + + section.option-block + .some-block.option-block + h4(data-localise="__MSG_enable__") Enable + input#disable-sendTargets(type="checkbox") + + .some-block.option-block + h4(data-localise="__MSG_protocol__") Protocol + select#protocol + option(value="normal" data-localise="__MSG_normal__") Normal + option(value="tor" data-localise="__MSG_tor__") Tor + + #send + hr + .normal + include ../../widgets/instances.pug + +instances('https://send.com') + .tor + include ../../widgets/instances.pug + +instances('https://send.onion') + + script(type="module" src="../init.js") + script(type="module" src="./sendTargets.js") \ No newline at end of file diff --git a/pug/options/speedtest/speedtest.pug b/pug/options/speedtest/speedtest.pug index 2e3b3a8..51bbf91 100644 --- a/pug/options/speedtest/speedtest.pug +++ b/pug/options/speedtest/speedtest.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title General +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('speedtest') @@ -26,6 +27,5 @@ body.option(dir="auto") include ../../widgets/instances.pug +instances('https://librespeed.onion') - script(type="module" src="../init.js") - script(type="module" src="./speedtest.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file + script(type="module" src="../init.js") + script(type="module" src="./speedtest.js") \ No newline at end of file diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug index 21fc396..6bbf9d8 100644 --- a/pug/options/spotify/spotify.pug +++ b/pug/options/spotify/spotify.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title General +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('spotify') @@ -28,4 +29,3 @@ body.option(dir="auto") script(type="module" src="../init.js") script(type="module" src="./spotify.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/pug/options/tiktok/tiktok.pug b/pug/options/tiktok/tiktok.pug index 99a7e6b..0a16954 100644 --- a/pug/options/tiktok/tiktok.pug +++ b/pug/options/tiktok/tiktok.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title General +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('tiktok') @@ -28,4 +29,3 @@ body.option(dir="auto") script(type="module" src="../init.js") script(type="module" src="./tiktok.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/pug/options/translate/translate.pug b/pug/options/translate/translate.pug index cf616ad..1bcf200 100644 --- a/pug/options/translate/translate.pug +++ b/pug/options/translate/translate.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title General +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('translate') @@ -64,4 +65,3 @@ body.option(dir="auto") script(type="module" src="../init.js") script(type="module" src="./translate.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/pug/options/twitter/twitter.pug b/pug/options/twitter/twitter.pug index d40b41a..2d7f145 100644 --- a/pug/options/twitter/twitter.pug +++ b/pug/options/twitter/twitter.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title General +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('twitter') @@ -113,4 +114,3 @@ body.option(dir="auto") script(type="module" src="../init.js") script(type="module" src="./twitter.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/pug/options/wikipedia/wikipedia.pug b/pug/options/wikipedia/wikipedia.pug index c748269..6a505cf 100644 --- a/pug/options/wikipedia/wikipedia.pug +++ b/pug/options/wikipedia/wikipedia.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title Wikipedia +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('wikipedia') @@ -33,4 +34,3 @@ body.option(dir="auto") script(type="module" src="../init.js") script(type="module" src="./wikipedia.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/pug/options/youtube/youtube.pug b/pug/options/youtube/youtube.pug index 633e7e0..57fc2b5 100644 --- a/pug/options/youtube/youtube.pug +++ b/pug/options/youtube/youtube.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title Document +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('youtube') @@ -722,4 +723,3 @@ body.option(dir="auto") script(type="module" src="./invidious.js") script(type="module" src="./piped.js") script(type="module" src="./pipedMaterial.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/pug/options/youtubeMusic/youtubeMusic.pug b/pug/options/youtubeMusic/youtubeMusic.pug index 6df2e86..3a61867 100644 --- a/pug/options/youtubeMusic/youtubeMusic.pug +++ b/pug/options/youtubeMusic/youtubeMusic.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title Document +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('youtubeMusic') @@ -18,4 +19,3 @@ body.option(dir="auto") +instances('https://beatbump.wewe') script(type="module" src="../init.js") script(type="module" src="./youtubeMusic.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file diff --git a/src/pages/options/general/general.html b/src/pages/options/general/general.html deleted file mode 100644 index 567f52e..0000000 --- a/src/pages/options/general/general.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - General - - - - -
-
-

Theme

- -
-
-

Apply Theme to sites

- -
-
-

Always use Preferred Instances

- -
-
-

Auto Redirect of offline instances

- -
-
-

Exceptions

-
-
-
-
-   -   -
- -
-
-
-
- - - - Update Instances    -     - - -   - Export Settings    - - - - - Reset Settings -
-
-
-

Customize Popup

-
- - - - -
- \ No newline at end of file diff --git a/src/pages/options/imgur/imgur.html b/src/pages/options/imgur/imgur.html deleted file mode 100644 index b00c7d7..0000000 --- a/src/pages/options/imgur/imgur.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - LibRedirect: Imgur - - - - - -
-
-

Enable

- -
- -
-

Protocol

- -
- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
-
- - - - - - - diff --git a/src/pages/options/instagram/instagram.html b/src/pages/options/instagram/instagram.html deleted file mode 100644 index ced087b..0000000 --- a/src/pages/options/instagram/instagram.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - LibRedirect: Instagram - - - - - - -
-
-

Enable

- -
- -
-

Protocol

- -
- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
- -
- - - - - - diff --git a/src/pages/options/lbry/lbry.html b/src/pages/options/lbry/lbry.html deleted file mode 100644 index 4f7332d..0000000 --- a/src/pages/options/lbry/lbry.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - LibRedirect: LBRY/Odysee - - - - - -
-
-

Enable

- -
- -
-

Protocol

- -
- -
- -
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
- - - - - - - - diff --git a/src/pages/options/maps/maps.html b/src/pages/options/maps/maps.html deleted file mode 100644 index 08a0315..0000000 --- a/src/pages/options/maps/maps.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - LibRedirect: Maps - - - - - - -
- -
-

Enable

- -
- -
-

Frontend

- -
- -
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
- -
-
- - -
- - - - - - \ No newline at end of file diff --git a/src/pages/options/medium/medium.html b/src/pages/options/medium/medium.html deleted file mode 100644 index 54dbba8..0000000 --- a/src/pages/options/medium/medium.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - LibRedirect: Medium - - - - - -
-
-

Enable

- -
- - -
-

Protocol

- -
- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
- - - - - - - - diff --git a/src/pages/options/peertube/peertube.html b/src/pages/options/peertube/peertube.html deleted file mode 100644 index f8258bf..0000000 --- a/src/pages/options/peertube/peertube.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - LibRedirect: Peertube - - - - - - -
-
-

Enable

- -
- -
-

Protocol

- -
- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
- - - - - - - diff --git a/src/pages/options/pixiv/pixiv.html b/src/pages/options/pixiv/pixiv.html deleted file mode 100644 index 775844d..0000000 --- a/src/pages/options/pixiv/pixiv.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - - LibRedirect: Pixiv - - - - - -
-
-

Enable

- -
- -
-

- Frontend: This isn't a fully private frontend -

- -
- -
- -
-

Protocol

- -
- -
- -
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
- - - - - - - - diff --git a/src/pages/options/reddit/reddit.html b/src/pages/options/reddit/reddit.html deleted file mode 100644 index 805cb56..0000000 --- a/src/pages/options/reddit/reddit.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - - LibRedirect: Reddit - - - - - - -
- -
-

Enable

- -
- -
-

Frontend

- -
- -
-

Protocol

- -
- -
-

Bypass "Open in Reddit"

- -
- -
- -
- -
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
- -
- -
- -
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
- - - - - - - diff --git a/src/pages/options/search/search.html b/src/pages/options/search/search.html deleted file mode 100644 index a5d2a3c..0000000 --- a/src/pages/options/search/search.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - - - - - LibRedirect: Search - - - - - -
-
-

Enable

- -
- -
-

Frontend

- -
- -
-
-

Protocol

- -
-
- -
-

Note: To use Search to its full potential, make LibRedirect as the - Default Search Engine -

-
- -
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
- -
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
- -
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
- -
- - - - - - - - - diff --git a/src/pages/options/sendTargets/sendTargets.html b/src/pages/options/sendTargets/sendTargets.html deleted file mode 100644 index 786b310..0000000 --- a/src/pages/options/sendTargets/sendTargets.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - LibRedirect: Send Files - - - - - -
-
-

Enable

- -
- -
-

Protocol

- -
- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - -
-
-
-
-
-
- - - - - - - - diff --git a/src/pages/options/speedtest/speedtest.html b/src/pages/options/speedtest/speedtest.html deleted file mode 100644 index 06659de..0000000 --- a/src/pages/options/speedtest/speedtest.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - General - - - - -
-
-

Enable

- -
-
-

Protocol

- -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
- - - -
-
- \ No newline at end of file diff --git a/src/pages/options/spotify/spotify.html b/src/pages/options/spotify/spotify.html deleted file mode 100644 index e450483..0000000 --- a/src/pages/options/spotify/spotify.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - General - - - - -
-
-

Enable

- -
-
-

Protocol

- -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
- - - -
-
- \ No newline at end of file diff --git a/src/pages/options/tiktok/tiktok.html b/src/pages/options/tiktok/tiktok.html deleted file mode 100644 index e233bf7..0000000 --- a/src/pages/options/tiktok/tiktok.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - General - - - - -
-
-

Enable

- -
-
-

Protocol

- -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/src/pages/options/translate/translate.html b/src/pages/options/translate/translate.html deleted file mode 100644 index 95b015e..0000000 --- a/src/pages/options/translate/translate.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - - - General - - - - -
-
-

Enable

- -
-
-

Frontend

- -
-
-

Protocol

- -
-
-
-
-

From

- -
-
-

To

- -
-
-

Engine

- -
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/src/pages/options/twitter/twitter.html b/src/pages/options/twitter/twitter.html deleted file mode 100644 index 1036515..0000000 --- a/src/pages/options/twitter/twitter.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - General - - - - -
-
-

Enable

- -
-
-

Protocol

- -
-
-

Bypass "Open in Twitter"

- -
-
-

Enable Custom Settings (will use cookies)

- -
-
-
-
-

Display

-
-
-

Theme

- -
-
-

Infinite scrolling (experimental, requires JavaScript)

- -
-
-

Make profile sidebar stick to top

- -
-
-

Support bidirectional text (makes clicking on tweets harder)

- -
-
-

Hide tweet stats (replies, retweets, likes)

- -
-
-

Hide profile banner

- -
-
-

Hide pinned tweets

- -
-
-

Hide tweet replies

- -
-
-

Square profile pictures

- -
-
-
-

Media

-
-
-

Enable mp4 video playback (only for gifs)

- -
-
-

Enable hls video streaming (requires JavaScript)

- -
-
-

Proxy video streaming through the server (might be slow)

- -
-
-

Mute videos by default

- -
-
-

Autoplay gifs

- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/src/pages/options/wikipedia/wikipedia.html b/src/pages/options/wikipedia/wikipedia.html deleted file mode 100644 index 86039e2..0000000 --- a/src/pages/options/wikipedia/wikipedia.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - Wikipedia - - - - -
-
-

Enable

- -
-
-

Protocol

- -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/src/pages/options/youtube/youtube.html b/src/pages/options/youtube/youtube.html deleted file mode 100644 index f575f14..0000000 --- a/src/pages/options/youtube/youtube.html +++ /dev/null @@ -1,1281 +0,0 @@ - - - - - - - - Document - - - - -
-
-

Enable

- -
-
-

Frontend

- -
-
-
-
-

Embedded Videos Frontend

- -
-
-
-
-
-

Protocol

- -
-
-

Redirect Type

- -
-
-

Bypass "Watch On YouTube"

- -
-
-

Enable Custom Settings (will use cookies and localStorage)

- -
-
-
-
-
-
-

Always loop

- -
-
-

Autoplay Video

- -
-
-

Play next by default

- -
-
-

Autoplay next video

- -
-
-

Always proxy videos

- -
-
-

Listen by default

- -
-
-

Default speed

- -
-
-

Preferred video quality

- -
-
-

Preferred DASH video quality

- -
-
-

- Volume:--% -

- -
-
-

Default comments

-   - -
-
-

Default captions

-   -   - -
-
-

Show related videos

- -
-
-

Show annotations by default

- -
-
-

Automatically extend video description

- -
-
-

Interactive 360 degree videos (requires WebGL)

- -
-
-

Save playback position

- -
-
-

Select country

- -
-
-

Player Style

- -
-
-

Theme

- -
-
-

Thin mode

- -
-
-

Default homepage

- -
-
-

Feed menu

-   - -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-
-
-
-
-

- Volume:--% -

- -
-
-

Enable Sponsorblock

- -
-
-

Skip Sponsors

- -
-
-

Skip Intermission/Intro Animation

- -
-
-

Skip Endcards/Credits

- -
-
-

Skip Preview/Recap

- -
-
-

Skip Interaction Reminder (Subscribe)

- -
-
-

Skip Unpaid/Self Promotion(Subscribe)

- -
-
-

Skip Music: Non-Music Section(Subscribe)

- -
-
-

Skip Highlight(Subscribe)

- -
-
-

Skip Filler Tangent

- -
-
-

Theme

- -
-
-

Autoplay Video

- -
-
-

Audio Only

- -
-
-

Default Quality

- -
-
-

Buffering Goal (in seconds)

- -
-
-

Country Selection

- -
-
-

Default Homepage

- -
-
-

Show Comments

- -
-
-

Minimize Description by default

- -
-
-

Store Watch History

- -
-
-

Enabled Codecs (Multiple)

- -
-
-

Disable LBRY for Streaming

- -
-
-

Enable Proxy for LBRY

- -
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-
-
-
-

Autoplay Video

- -
-
-

- Volume:--% -

- -
-
-

Audio Only

- -
-
-

Disable LBRY

- -
-
-

Proxy LBRY videos

- -
-
-

Enable Sponsorblock

- -
-
-

Skip to the last watched point when encountering a video already seen

- -
-
-

Skip Sponsors

- -
-
-

Skip Intermission/Intro Animation

- -
-
-

Skip Endcards/Credits

- -
-
-

Skip Preview/Recap

- -
-
-

Skip Interaction Reminder (Subscribe)

- -
-
-

Skip Unpaid/Self Promotion

- -
-
-

Skip Music: Non-Music Section

- -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
-
- - - - - - - \ No newline at end of file diff --git a/src/pages/options/youtubeMusic/youtubeMusic.html b/src/pages/options/youtubeMusic/youtubeMusic.html deleted file mode 100644 index 8062647..0000000 --- a/src/pages/options/youtubeMusic/youtubeMusic.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - Document - - - - -
-
-

Enable

- -
-
-
-
-
-

Default Instances

-
-
-
-
-

Custom Instances

-
-
-
- - - - - -
-
-
-
-
- - - -
- \ No newline at end of file