summaryrefslogtreecommitdiffstats
path: root/src/pages/popup/popup.html
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-07-25 14:56:28 +1000
committerSimonBrazell <simon@brazell.com.au>2021-07-25 14:56:28 +1000
commitb31c5bf75a8e7dfef9ef5e55b8479bd553978578 (patch)
tree2c775bddc252c78090f25174cb693655b2019e6d /src/pages/popup/popup.html
parent6b26f27f9a44576c7e7b48cdbdb8d7189f61c326 (diff)
downloadprivacy-redirect-b31c5bf75a8e7dfef9ef5e55b8479bd553978578.tar.gz
privacy-redirect-b31c5bf75a8e7dfef9ef5e55b8479bd553978578.tar.bz2
privacy-redirect-b31c5bf75a8e7dfef9ef5e55b8479bd553978578.zip
Disable Wikiless redirects by default, add "New" tag (#232).v1.1.49
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r--src/pages/popup/popup.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html
index 3835716..ada7e75 100644
--- a/src/pages/popup/popup.html
+++ b/src/pages/popup/popup.html
@@ -190,7 +190,11 @@
<tbody>
<tr>
<td>
- <h1 data-localise="__MSG_disableWikipedia__">
+ <h1
+ data-localise="__MSG_disableWikipedia__"
+ class="new-badge"
+ data-new-badge
+ >
Wikipedia Redirects
</h1>
</td>
@@ -200,10 +204,7 @@
id="disable-wikipedia"
type="checkbox"
/>&nbsp;
- <label
- for="disable-wikipedia"
- class="checkbox-label"
- ></label>
+ <label for="disable-wikipedia" class="checkbox-label"></label>
</td>
</tr>
</tbody>