Skip to content

Commit

Permalink
3.6.3
Browse files Browse the repository at this point in the history
3.6.3
  • Loading branch information
Taknok authored Mar 18, 2023
2 parents cdb00c1 + 0d67903 commit 4e4d51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.6.2",
"version": "3.6.3",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4e4d51f

Please sign in to comment.