Skip to content

Commit

Permalink
Add new class for Visit button
Browse files Browse the repository at this point in the history
  • Loading branch information
ner00 committed Jun 2, 2022
1 parent 9502490 commit 4ac1a19
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 @@ -126,7 +126,7 @@ function addViewImageButton(container, imageURL, version) {
visitButton = container.querySelector('a.irc_hol[href]');
break;
case VERSIONS.OCT19:
visitButton = container.querySelector('.ZsbmCf[href], a.J2oL9c');
visitButton = container.querySelector('.ZsbmCf[href], a.J2oL9c, a.jAklOc');
break;
}

Expand Down

0 comments on commit 4ac1a19

Please sign in to comment.