Skip to content

Commit

Permalink
fixed chrome popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Aug 18, 2023
1 parent dec2035 commit cab0aad
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.52",
"version": "1.0.53",

"homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion chrome/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" />
<div class="flex-center flex-col">
<h2 class="title" i18n>pageTitle</h2>
<p style="color: grey; font-size: 1em">v.1.0.52</p>
<p style="color: grey; font-size: 1em">v.1.0.53</p>
</div>
</div>
<a
Expand Down
2 changes: 1 addition & 1 deletion chrome/popup/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h6 {
html,
body,
.content {
/* width: 400px; */
min-width: 400px;
background-color: #212121;
}
body {
Expand Down
4 changes: 2 additions & 2 deletions chrome/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" />
<div class="flex-center flex-col">
<h2 class="title" i18n>pageTitle</h2>
<p style="font-size: 1em">v.1.0.52</p>
<p style="font-size: 1em">v.1.0.53</p>
</div>
</div>
<a
Expand Down Expand Up @@ -430,7 +430,7 @@ <h2 i18n>ImportSettings</h2>
<h2>Changelog</h2>
<div>
<div class="line flex">
<h2>1.0.52</h2>
<h2>1.0.53</h2>
<ul>
<li>Fixed Netflix Ad skip due to changed css classes of Netflix</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion chrome/skipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let isHotstar = /hotstar/i.test(hostname);

let isEdge = /edg/i.test(ua);
let isFirefox = /firefox/i.test(ua);
const version = "1.0.52";
const version = "1.0.53";
if (isPrimeVideo || isNetflix || isDisney || isHotstar) {
// global variables in localStorage
const defaultSettings = {
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.52",
"version": "1.0.53",
"homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip",
"icons": {
"16": "icons/NetflixAmazon Auto-Skip.svg",
Expand Down
2 changes: 1 addition & 1 deletion firefox/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" />
<div class="flex-center flex-col">
<h2 class="title" i18n>pageTitle</h2>
<p style="color: grey; font-size: 1em">v.1.0.52</p>
<p style="color: grey; font-size: 1em">v.1.0.53</p>
</div>
</div>
<a target="_blank" class="flex-center flex-col" style="text-align: center; text-decoration: none" href="https://addons.mozilla.org/de/firefox/addon/netflix-prime-auto-skip/">
Expand Down
2 changes: 1 addition & 1 deletion firefox/popup/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h6 {
html,
body,
.content {
/* width: 400px; */
min-width: 400px;
background-color: #212121;
}
body {
Expand Down
4 changes: 2 additions & 2 deletions firefox/popup/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" />
<div class="flex-center flex-col">
<h2 class="title" i18n>pageTitle</h2>
<p style="font-size: 1em">v.1.0.52</p>
<p style="font-size: 1em">v.1.0.53</p>
</div>
</div>
<a target="_blank" class="flex-center flex-col" style="text-align: center; text-decoration: none" href="https://addons.mozilla.org/de/firefox/addon/netflix-prime-auto-skip/">
Expand Down Expand Up @@ -425,7 +425,7 @@ <h2 i18n>ImportSettings</h2>
<h2>Changelog</h2>
<div>
<div class="line flex">
<h2>1.0.52</h2>
<h2>1.0.53</h2>
<ul>
<li>Fixed Netflix Ad skip due to changed css classes of Netflix</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion firefox/skipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let isHotstar = /hotstar/i.test(hostname);

let isEdge = /edg/i.test(ua);
let isFirefox = /firefox/i.test(ua);
const version = "1.0.52";
const version = "1.0.53";
if (isPrimeVideo || isNetflix || isDisney || isHotstar) {
// global variables in localStorage
const defaultSettings = {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streaming-enhanced",
"version": "1.0.52",
"version": "1.0.53",
"description": "Automatically skip Ads, Intros, Recaps, Credits, etc. on Netflix, Prime video and Disney+ & Hotstar.",
"scripts": {
"start": "web-ext run --source-dir ./firefox/",
Expand Down

0 comments on commit cab0aad

Please sign in to comment.