aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorAlexander Li <github@thearchons.xyz>2026-01-26 18:48:53 -0500
committerGitHub <noreply@github.com>2026-01-26 18:48:53 -0500
commit78271568ac082ffab8239cf5c0ff06590e13d85d (patch)
treef6bbf7a3414e9a84705bcb14ce918d9cd57736a2 /popup.html
parenta4548634f185bbaa277d781f8c7cc664d10f0b28 (diff)
Update manifest to version 3 and improve popup checkbox functionality (#1)
Update manifest to version 3 and improve popup checkbox functionality
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/popup.html b/popup.html
index 86b28d3..2845235 100644
--- a/popup.html
+++ b/popup.html
@@ -46,102 +46,102 @@
<h3>Unhook NG</h3>
<label>
- <input type="checkbox" id="hideHomeFeed" checked>
+ <input type="checkbox" id="hideHomeFeed">
Hide Home Feed
</label>
<label class="sub">
- <input type="checkbox" id="redirectToSubscriptions" checked>
+ <input type="checkbox" id="redirectToSubscriptions">
Redirect To Subscriptions
</label>
<label>
- <input type="checkbox" id="hideVideoSidebar" checked>
+ <input type="checkbox" id="hideVideoSidebar">
Hide Video Sidebar
</label>
<label class="sub">
- <input type="checkbox" id="hideRecommended" checked>
+ <input type="checkbox" id="hideRecommended">
Hide Recommended
</label>
<label class="sub">
- <input type="checkbox" id="hideLiveChat" checked>
+ <input type="checkbox" id="hideLiveChat">
Hide Live Chat
</label>
<label class="sub">
- <input type="checkbox" id="hidePlaylist" checked>
+ <input type="checkbox" id="hidePlaylist">
Hide Playlist
</label>
<label class="sub">
- <input type="checkbox" id="hideFundraiser" checked>
+ <input type="checkbox" id="hideFundraiser">
Hide Fundraiser
</label>
<label>
- <input type="checkbox" id="hideEndScreenCards" checked>
+ <input type="checkbox" id="hideEndScreenCards">
Hide End Screen Cards
</label>
<label>
- <input type="checkbox" id="hideShorts" checked>
+ <input type="checkbox" id="hideShorts">
Hide Shorts
</label>
<label>
- <input type="checkbox" id="hideComments" checked>
+ <input type="checkbox" id="hideComments">
Hide Comments
</label>
<label class="sub">
- <input type="checkbox" id="hideProfilePhotos" checked>
+ <input type="checkbox" id="hideProfilePhotos">
Hide Profile Photos
</label>
<label>
- <input type="checkbox" id="hideMixes" checked>
+ <input type="checkbox" id="hideMixes">
Hide Mixes
</label>
<label>
- <input type="checkbox" id="hideMerch" checked>
+ <input type="checkbox" id="hideMerch">
Hide Merch
</label>
<label>
- <input type="checkbox" id="hideVideoInfo" checked>
+ <input type="checkbox" id="hideVideoInfo">
Hide Video Info
</label>
<label class="sub">
- <input type="checkbox" id="hideButtonsBar" checked>
+ <input type="checkbox" id="hideButtonsBar">
Hide Buttons Bar
</label>
<label class="sub">
- <input type="checkbox" id="hideChannel" checked>
+ <input type="checkbox" id="hideChannel">
Hide Channel
</label>
<label class="sub">
- <input type="checkbox" id="hideDescription" checked>
+ <input type="checkbox" id="hideDescription">
Hide Description
</label>
<label>
- <input type="checkbox" id="hideTopHeader" checked>
+ <input type="checkbox" id="hideTopHeader">
Hide Top Header
</label>
<label class="sub">
- <input type="checkbox" id="hideNotifications" checked>
+ <input type="checkbox" id="hideNotifications">
Hide Notifications
</label>
<label>
- <input type="checkbox" id="hideExplore" checked>
+ <input type="checkbox" id="hideExplore">
Hide Explore
</label>
<label>
- <input type="checkbox" id="hideMoreFromYT" checked>
+ <input type="checkbox" id="hideMoreFromYT">
Hide More from YouTube
</label>
<label>
- <input type="checkbox" id="hideSubscriptions" checked>
+ <input type="checkbox" id="hideSubscriptions">
Hide Subscriptions
</label>