From a28cccfde07e76d1e70d2acfe1c2222d8b8ae705 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 4 May 2022 13:59:37 +0300 Subject: Simplified code. Removed pixivMoe, old.reddit.com #239 --- pug/options/spotify/spotify.pug | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pug/options/spotify') diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug index 2314fe27..97951412 100644 --- a/pug/options/spotify/spotify.pug +++ b/pug/options/spotify/spotify.pug @@ -12,12 +12,6 @@ body.option(dir="auto") h4(data-localise="__MSG_enable__") Enable input#disable-spotify(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 - #soju hr .normal @@ -25,9 +19,6 @@ body.option(dir="auto") +instances('https://soju.com') include ../../widgets/latency.pug +latency() - .tor - include ../../widgets/instances.pug - +instances('https://soju.onion') script(type="module" src="../init.js") script(type="module" src="./spotify.js") -- cgit 1.4.1