Skip to content

Commit

Permalink
Add new class to viewImageButtonText selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
ner00 authored Jun 2, 2022
1 parent beac26a commit 0a08c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/content-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function addViewImageButton(container, imageURL, version) {
viewImageButtonText = viewImageButton.querySelector('.irc_ho');
break;
case VERSIONS.OCT19:
viewImageButtonText = viewImageButton.querySelector('.pM4Snf, .KSvtLc');
viewImageButtonText = viewImageButton.querySelector('.pM4Snf, .KSvtLc, .Pw5kW');
break;
}

Expand Down

0 comments on commit 0a08c31

Please sign in to comment.