From 7c3e6ce9e56a00570813e6f303f0e9899c99a8a9 Mon Sep 17 00:00:00 2001 From: Marvin Alexander Krebber Date: Tue, 30 Aug 2022 10:50:40 +0200 Subject: [PATCH] updated chrome to version 1.0.11 --- chrome/manifest.json | 2 +- chrome/skipper.js | 2 +- firefox/popup/settings.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 77f9b9a8..faa9ea3c 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Netflix/Prime Auto-Skip", - "version": "1.0.10", + "version": "1.0.11", "description": "Automatically skip Ads, intros, Recaps, Credits, etc. on Netflix and Prime video.", "homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip", diff --git a/chrome/skipper.js b/chrome/skipper.js index 8f23e08b..b91ce40a 100644 --- a/chrome/skipper.js +++ b/chrome/skipper.js @@ -17,7 +17,7 @@ let url = window.location.href; let isAmazon = /amazon|primevideo/i.test(hostname); let isVideo = /video/i.test(title) || /video/i.test(url); let isNetflix = /netflix/i.test(hostname); -const version = "1.0.10"; +const version = "1.0.11"; if (isVideo || isNetflix) { // global variables in localStorage diff --git a/firefox/popup/settings.html b/firefox/popup/settings.html index ba729b43..64a4ac41 100644 --- a/firefox/popup/settings.html +++ b/firefox/popup/settings.html @@ -28,7 +28,7 @@

Auto-skip

-

Version: 1.0.10

+

Version: 1.0.11