diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-10 00:04:00 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-10 00:04:00 +0300 |
commit | 23ae536550334a359b1472a5afb2616815390c92 (patch) | |
tree | 6d7d3a30dc53d724e803d018c7cd5f855358f4c0 /src/pages/popup/popup.html | |
parent | Stricting targets #21 (diff) | |
download | libredirect-23ae536550334a359b1472a5afb2616815390c92.zip |
Added ProxiTok #22
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 7a604f8b..126912a4 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -55,6 +55,11 @@ </div> <div class="some-block"> + <h4>TikTok</h4> + <input id="disable-tiktok" type="checkbox" checked /> + </div> + + <div class="some-block"> <h4>Medium</h4> <input id="disable-medium" type="checkbox" checked /> </div> |