Skip to content

Commit

Permalink
change postition of ratingswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Sep 18, 2023
1 parent b2d2fa2 commit 1395f69
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 133 deletions.
14 changes: 7 additions & 7 deletions chrome/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ <h2 id="openNetflixSettings" i18n>PageSpecificTitle;Netflix</h2>
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>ProfileSwitch</p>
<label class="switch">
Expand All @@ -212,13 +219,6 @@ <h2 id="openNetflixSettings" i18n>PageSpecificTitle;Netflix</h2>
<p id="profileName" style="text-transform: capitalize"></p>
<img id="profilePicture" class="hidden" style="margin-left: auto; height: 40px; border-radius: 4px; margin-right: 8px" />
</div>
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
</div>
</div>
<div class="categoryDisney">
Expand Down
19 changes: 10 additions & 9 deletions chrome/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,18 @@ <h2 i18n>PageSpecificTitle;Netflix</h2>
</label>
</div>
<p class="description" i18n>InactivitySwitchDescription</p>

<hr />
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>RatingSwitchDescription</p>

<hr />
<div class="line flex">
<p i18n>ProfileSwitch</p>
<label class="switch">
Expand All @@ -493,15 +503,6 @@ <h2 i18n>PageSpecificTitle;Netflix</h2>
<p id="profileName" style="text-transform: capitalize"></p>
<img id="profilePicture" class="hidden" style="margin-left: auto; height: 40px; border-radius: 4px; margin-right: 8px" />
</div>
<hr />
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch" style="margin-left: 5px">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>RatingSwitchDescription</p>
<!-- <h2 i18n>sharedSettings</h2>
<p class="description" i18n>sharedSettingsDescription;Netflix</p>
<div class="line flex">
Expand Down
14 changes: 7 additions & 7 deletions firefox/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ <h2 id="openNetflixSettings" i18n>PageSpecificTitle;Netflix</h2>
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>ProfileSwitch</p>
<label class="switch">
Expand All @@ -207,13 +214,6 @@ <h2 id="openNetflixSettings" i18n>PageSpecificTitle;Netflix</h2>
<p id="profileName" style="text-transform: capitalize"></p>
<img id="profilePicture" class="hidden" style="margin-left: auto; height: 40px; border-radius: 4px; margin-right: 8px" />
</div>
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
</div>
</div>
<div class="categoryDisney">
Expand Down
221 changes: 111 additions & 110 deletions firefox/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,42 +410,42 @@ <h2 i18n>PageSpecificTitle;Prime Video</h2>
<p class="description" i18n>StreamLinksDescription</p>

<!-- <h2 i18n>sharedSettings</h2>
<p class="description" i18n>sharedSettingsDescription;Prime Video</p>
<div class="line flex">
<p i18n>IntroSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonIntro" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>CreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>WatchCreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonWatchCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>FreeveeSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonFreevee" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>SliderSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonSpeedSlider" />
<span class="slider round"></span>
</label>
</div> -->
<p class="description" i18n>sharedSettingsDescription;Prime Video</p>
<div class="line flex">
<p i18n>IntroSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonIntro" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>CreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>WatchCreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonWatchCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>FreeveeSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonFreevee" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>SliderSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonSpeedSlider" />
<span class="slider round"></span>
</label>
</div> -->
</div>
<div class="categoryNetflix hidden" style="margin-top: 0; background-color: unset" id="NetflixSettings">
<div class="flex flex-between" style="padding: 5px 5px; color: #e60010">
Expand Down Expand Up @@ -473,67 +473,68 @@ <h2 i18n>PageSpecificTitle;Netflix</h2>
</label>
</div>
<p class="description" i18n>InactivitySwitchDescription</p>
<hr />

<div class="line flex">
<p i18n>ProfileSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixProfile" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>ProfileSwitchDescription</p>
<div class="line flex">
<p i18n>User</p>
<p id="profileName" style="text-transform: capitalize"></p>
<img id="profilePicture" class="hidden" style="margin-left: auto; height: 40px; border-radius: 4px; margin-right: 8px" />
</div>
<hr />
<div class="line flex">
<p i18n>RatingSwitch</p>
<label class="switch" style="margin-left: 5px">
<label class="switch">
<input type="checkbox" id="NetflixShowRating" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>RatingSwitchDescription</p>
<!-- <h2 i18n>sharedSettings</h2>
<p class="description" i18n>sharedSettingsDescription;Netflix</p>
<div class="line flex">
<p i18n>IntroSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixIntro" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>CreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixCredits" />
<span class="slider round"></span>
</label>
</div>

<hr />
<div class="line flex">
<p i18n>WatchCreditsSwitch</p>
<p i18n>ProfileSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixWatchCredits" />
<input type="checkbox" id="NetflixProfile" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>ProfileSwitchDescription</p>
<div class="line flex">
<p i18n>AdsSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixAds" />
<span class="slider round"></span>
</label>
<p i18n>User</p>
<p id="profileName" style="text-transform: capitalize"></p>
<img id="profilePicture" class="hidden" style="margin-left: auto; height: 40px; border-radius: 4px; margin-right: 8px" />
</div>
<div class="line flex">
<p i18n>SliderSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixSpeedSlider" />
<span class="slider round"></span>
</label>
</div> -->
<!-- <h2 i18n>sharedSettings</h2>
<p class="description" i18n>sharedSettingsDescription;Netflix</p>
<div class="line flex">
<p i18n>IntroSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixIntro" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>CreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>WatchCreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixWatchCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>AdsSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixAds" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>SliderSwitch</p>
<label class="switch">
<input type="checkbox" id="NetflixSpeedSlider" />
<span class="slider round"></span>
</label>
</div> -->
</div>
<div class="categoryDisney hidden" style="margin-top: 0; background-color: unset" id="DisneySettings">
<div class="flex flex-between" style="padding: 5px 5px; color: #1d1fff">
Expand All @@ -547,35 +548,35 @@ <h2 i18n>PageSpecificTitle;Disney+</h2>
empty

<!-- <h2 i18n>sharedSettings</h2>
<p class="description" i18n>sharedSettingsDescription;Disney+</p>
<div class="line flex">
<p i18n>IntroSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneyIntro" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>CreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneyCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>WatchCreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneyWatchCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>SliderSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneySpeedSlider" />
<span class="slider round"></span>
</label>
</div> -->
<p class="description" i18n>sharedSettingsDescription;Disney+</p>
<div class="line flex">
<p i18n>IntroSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneyIntro" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>CreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneyCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>WatchCreditsSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneyWatchCredits" />
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>SliderSwitch</p>
<label class="switch">
<input type="checkbox" id="DisneySpeedSlider" />
<span class="slider round"></span>
</label>
</div> -->
</div>
<div id="StatisticsSettings" class="hidden">
<h2 i18n>SkippedTime</h2>
Expand Down

0 comments on commit 1395f69

Please sign in to comment.