From a37c5b673cea288d83f0372bbee48de74d13e081 Mon Sep 17 00:00:00 2001 From: Marvin Alexander Krebber <marvinkrebber@yahoo.de> Date: Sun, 20 Oct 2024 11:49:15 +0200 Subject: [PATCH] version 1.1.43 --- chrome/manifest.json | 2 +- chrome/popup/popup.html | 2 +- chrome/popup/settings.html | 8 +++++++- chrome/skipper.js | 6 +++--- firefox/manifest.json | 2 +- firefox/popup/popup.html | 2 +- firefox/popup/settings.html | 8 +++++++- firefox/skipper.js | 2 +- package.json | 2 +- 9 files changed, 23 insertions(+), 11 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 583daa06..3d41a3d7 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.42", + "version": "1.1.43", "homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip", "icons": { diff --git a/chrome/popup/popup.html b/chrome/popup/popup.html index 8c0a985f..ab021e68 100644 --- a/chrome/popup/popup.html +++ b/chrome/popup/popup.html @@ -32,7 +32,7 @@ <img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" alt="Logo"> <div class="flex-center flex-col"> <h2 class="title" data-i18n>pageTitle</h2> - <p style="color: grey; font-size: 1em">v.1.1.42</p> + <p style="color: grey; font-size: 1em">v.1.1.43</p> </div> </div> <a target="_blank" class="flex-center flex-col" style="text-align: center; text-decoration: none" diff --git a/chrome/popup/settings.html b/chrome/popup/settings.html index 050a07d6..bd424691 100644 --- a/chrome/popup/settings.html +++ b/chrome/popup/settings.html @@ -30,7 +30,7 @@ <img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" alt="Logo"> <div class="flex-center flex-col"> <h2 class="title" data-i18n>pageTitle</h2> - <p style="font-size: 1em">v.1.1.42</p> + <p style="font-size: 1em">v.1.1.43</p> </div> </div> <a target="_blank" class="flex-center flex-col" style="text-align: center; text-decoration: none" @@ -734,6 +734,12 @@ <h2 data-i18n>ImportSettings</h2> <div id="ChangelogSettings" class="hidden"> <h2>Changelog</h2> <div> + <div class="line flex"> + <h2>1.1.43</h2> + <ul> + <li>Netflix Toolbar gets higher bug fixed</li> + </ul> + </div> <div class="line flex"> <h2>1.1.42</h2> <ul> diff --git a/chrome/skipper.js b/chrome/skipper.js index 11481ec5..264fe5a7 100644 --- a/chrome/skipper.js +++ b/chrome/skipper.js @@ -29,7 +29,7 @@ const isMobile = /mobile|streamingEnhanced/i.test(ua); const isEdge = /edg/i.test(ua); // const isFirefox = /firefox/i.test(ua); // const isChrome = /chrome/i.test(ua); -const version = "1.1.42"; +const version = "1.1.43"; if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO) { /* eslint-env root:true */ // global variables in localStorage @@ -886,8 +886,8 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO } }, 100); } - const NetflixSliderStyle = "position:relative;bottom:20px;display: none;width:200px;"; - const NetflixSpeedStyle = "position:relative;bottom:20px;font-size: 3em;padding: 0 5px;"; + const NetflixSliderStyle = "display: none;width:200px;"; + const NetflixSpeedStyle = "font-size: 3em;padding: 0 5px;margin: unset;align-content: center;"; function Netflix_SpeedSlider(video) { // only add speed slider on lowest subscription tier // && !document.querySelector('[data-uia="control-speed"]') diff --git a/firefox/manifest.json b/firefox/manifest.json index 26b51e9d..71f238e6 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.42", + "version": "1.1.43", "homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip", "icons": { "16": "icons/NetflixAmazon Auto-Skip.svg", diff --git a/firefox/popup/popup.html b/firefox/popup/popup.html index 482c68b5..8fd8069c 100644 --- a/firefox/popup/popup.html +++ b/firefox/popup/popup.html @@ -32,7 +32,7 @@ <img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" alt="Logo"> <div class="flex-center flex-col"> <h2 class="title" data-i18n>pageTitle</h2> - <p style="color: grey; font-size: 1em">v.1.1.42</p> + <p style="color: grey; font-size: 1em">v.1.1.43</p> </div> </div> <a target="_blank" class="flex-center flex-col" style="text-align: center; text-decoration: none" diff --git a/firefox/popup/settings.html b/firefox/popup/settings.html index aa3b3389..ccade6ac 100644 --- a/firefox/popup/settings.html +++ b/firefox/popup/settings.html @@ -30,7 +30,7 @@ <img class="Logo" src="../icons/NetflixAmazon Auto-Skip.svg" alt="Logo"> <div class="flex-center flex-col"> <h2 class="title" data-i18n>pageTitle</h2> - <p style="font-size: 1em">v.1.1.42</p> + <p style="font-size: 1em">v.1.1.43</p> </div> </div> <a target="_blank" class="flex-center flex-col" style="text-align: center; text-decoration: none" @@ -734,6 +734,12 @@ <h2 data-i18n>ImportSettings</h2> <div id="ChangelogSettings" class="hidden"> <h2>Changelog</h2> <div> + <div class="line flex"> + <h2>1.1.43</h2> + <ul> + <li>Netflix Toolbar gets higher bug fixed</li> + </ul> + </div> <div class="line flex"> <h2>1.1.42</h2> <ul> diff --git a/firefox/skipper.js b/firefox/skipper.js index 97c38582..4b6e8404 100644 --- a/firefox/skipper.js +++ b/firefox/skipper.js @@ -29,7 +29,7 @@ const isMobile = /mobile|streamingEnhanced/i.test(ua); const isEdge = /edg/i.test(ua); // const isFirefox = /firefox/i.test(ua); // const isChrome = /chrome/i.test(ua); -const version = "1.1.42"; +const version = "1.1.43"; if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO) { /* eslint-env root:true */ // global variables in localStorage diff --git a/package.json b/package.json index a3e2573b..18d253bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streaming-enhanced", - "version": "1.1.42", + "version": "1.1.43", "description": "Automatically skip Ads, Intros, Credits and add Speed Control, etc. on Netflix, Prime video, Disney+ & Hotstar and Crunchyroll.", "scripts": { "start": "web-ext run",