diff --git a/app/manifest.json b/app/manifest.json index 82bdfb2..a7fb05c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "3.6.2", + "version": "3.6.3", "manifest_version": 2, "description": "__MSG_appDesc__", "icons": { diff --git a/app/scripts/content.js b/app/scripts/content.js index e0f8a3c..e217571 100644 --- a/app/scripts/content.js +++ b/app/scripts/content.js @@ -28,7 +28,7 @@ browser.runtime.onMessage.addListener( function(msg, sender, sendResponse) { }); function startLikerProcess(options) { - var IS_PAPER = document.querySelector("ytd-subscribe-button-renderer[modern]") !== null; + var IS_PAPER = document.querySelector("ytd-subscribe-button-renderer") !== null; window.IS_PAPER = IS_PAPER; let liker = null; if (IS_PAPER) {