Skip to content

Commit

Permalink
Paper change the tag of the button
Browse files Browse the repository at this point in the history
  • Loading branch information
Taknok committed Mar 17, 2023
1 parent 48b2da7 commit 42f6745
Showing 1 changed file with 1 addition and 1 deletion.
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 42f6745

Please sign in to comment.