From 328dd793153bae9e4734f09b6eb99ad5a001995a Mon Sep 17 00:00:00 2001 From: Pg Date: Wed, 2 Nov 2022 19:15:26 +0100 Subject: [PATCH] 3.6.1 --- app/manifest.json | 2 +- app/scripts/content.js | 2 -- app/update_info.html | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index ec3daaf..0e1f39a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "3.6.0", + "version": "3.6.1", "manifest_version": 2, "description": "__MSG_appDesc__", "icons": { diff --git a/app/scripts/content.js b/app/scripts/content.js index 711f162..e0f8a3c 100644 --- a/app/scripts/content.js +++ b/app/scripts/content.js @@ -131,9 +131,7 @@ optionManager.get().then((options) => { let jsInitChecktimer = null; function setEventListeners(evt) { - log('in') function checkForJS_Finish() { - log("again") if ( getButtons()?.offsetParent && isVideoLoaded() ) { startLikerProcess(options); // getBrowser().storage.onChanged.addListener(storageChangeHandler); diff --git a/app/update_info.html b/app/update_info.html index ffffc0a..e01dffd 100644 --- a/app/update_info.html +++ b/app/update_info.html @@ -14,6 +14,7 @@

YouTube Auto Like

What's new :

Feel free to report any bug on Github.