aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorOskar KÄ…klewski <105233545+kaklewski@users.noreply.github.com>2026-05-06 17:55:57 +0200
committerGitHub <noreply@github.com>2026-05-06 08:55:57 -0700
commit9996f809bbddd0abbba99c47255a8efff3e1c302 (patch)
treeb3883c46f40739fa116139cdafd49e7cf52781e3 /popup.html
parent7a43e9f3b50c828484b26f3a414b1ccc4929aa6d (diff)
Add option to hide event tickets (#5)
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/popup.html b/popup.html
index 2845235..d479a8c 100644
--- a/popup.html
+++ b/popup.html
@@ -105,6 +105,11 @@
</label>
<label>
+ <input type="checkbox" id="hideEventTickets">
+ Hide Event Tickets
+ </label>
+
+ <label>
<input type="checkbox" id="hideVideoInfo">
Hide Video Info
</label>