aboutsummaryrefslogtreecommitdiffstats
path: root/pug/options/pixiv
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-05-04 13:59:37 +0300
committerManeraKai <manerakai@protonmail.com>2022-05-04 13:59:37 +0300
commita28cccfde07e76d1e70d2acfe1c2222d8b8ae705 (patch)
tree4fdefa52a12f7a158006f1b7ba3b54cd468b97fe /pug/options/pixiv
parentFix incorrect localization (#236) (diff)
downloadlibredirect-a28cccfde07e76d1e70d2acfe1c2222d8b8ae705.zip
Simplified code. Removed pixivMoe, old.reddit.com #239
Diffstat (limited to 'pug/options/pixiv')
-rw-r--r--pug/options/pixiv/pixiv.pug41
1 files changed, 0 insertions, 41 deletions
diff --git a/pug/options/pixiv/pixiv.pug b/pug/options/pixiv/pixiv.pug
deleted file mode 100644
index 3fab5981..00000000
--- a/pug/options/pixiv/pixiv.pug
+++ /dev/null
@@ -1,41 +0,0 @@
-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')
- include ../../widgets/latency.pug
- +latency()
- .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