Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Oct 26, 2023
1 parent 0a9d95e commit e8d89b1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 26 deletions.
36 changes: 18 additions & 18 deletions chrome/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ <h2 id="openAmazonSettings" i18n>PageSpecificTitle;Prime Video</h2>
<span class="slider round"></span>
</label>
</div>
<div class="line flex">
<p i18n>StreamLinksSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonStreamLinks" />
<span class="slider round"></span>
</label>
</div>
<!-- <div class="line flex">
<p i18n>StreamLinksSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonStreamLinks" />
<span class="slider round"></span>
</label>
</div> -->
</div>
</div>

Expand Down Expand Up @@ -226,17 +226,17 @@ <h2 id="openNetflixSettings" i18n>PageSpecificTitle;Netflix</h2>
<h2 id="openDisneySettings" i18n>PageSpecificTitle;Disney+</h2>
<div class="flex">
<!-- <div class="line flex-align" id="openDisneySettings">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 20" height="1em" id="openDisneySettings" class="DisneyDownArrow">
<path d="M0 0 40 0 20 20 0 0" fill="white" id="openDisneySettings" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 20" height="1em" id="openDisneySettings" class="DisneyUpArrow hidden">
<path d="M20 0 40 20 0 20 20 0" fill="white" id="openDisneySettings" />
</svg>
</div>
<label class="switch">
<input type="checkbox" id="DisneySkips" />
<span class="slider round"></span>
</label> -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 20" height="1em" id="openDisneySettings" class="DisneyDownArrow">
<path d="M0 0 40 0 20 20 0 0" fill="white" id="openDisneySettings" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 20" height="1em" id="openDisneySettings" class="DisneyUpArrow hidden">
<path d="M20 0 40 20 0 20 20 0" fill="white" id="openDisneySettings" />
</svg>
</div>
<label class="switch">
<input type="checkbox" id="DisneySkips" />
<span class="slider round"></span>
</label> -->
</div>
</div>
<!-- show on click -->
Expand Down
19 changes: 11 additions & 8 deletions chrome/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,14 +405,14 @@ <h2 i18n>PageSpecificTitle;Prime Video</h2>
<p class="description" i18n>PaidContentDescription</p>
<hr />

<div class="line flex">
<p i18n>StreamLinksSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonStreamLinks" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>StreamLinksDescription</p>
<!-- <div class="line flex">
<p i18n>StreamLinksSwitch</p>
<label class="switch">
<input type="checkbox" id="AmazonStreamLinks" />
<span class="slider round"></span>
</label>
</div>
<p class="description" i18n>StreamLinksDescription</p> -->

<!-- <h2 i18n>sharedSettings</h2>
<p class="description" i18n>sharedSettingsDescription;Prime Video</p>
Expand Down Expand Up @@ -635,6 +635,9 @@ <h2>Changelog</h2>
<h2>1.0.60</h2>
<ul>
<li>fixed Netflix ad skip: skips too far</li>
<li>added IMDB rating to Disney</li>
<li>replaced justWatch APi to themoviedb API since justWatch api no longer working</li>
<li>removed addStreamingLinks since justWatch api no longer working</li>
</ul>
</div>
<div class="line flex">
Expand Down
3 changes: 3 additions & 0 deletions firefox/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,9 @@ <h2>Changelog</h2>
<h2>1.0.60</h2>
<ul>
<li>fixed Netflix ad skip: skips too far</li>
<li>added IMDB rating to Disney</li>
<li>replaced justWatch APi to themoviedb API since justWatch api no longer working</li>
<li>removed addStreamingLinks since justWatch api no longer working</li>
</ul>
</div>
<div class="line flex">
Expand Down

0 comments on commit e8d89b1

Please sign in to comment.