Skip to content

Commit

Permalink
fix: adapt to SE HTML changes
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Oct 7, 2023
1 parent 2e6492f commit 23a9bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdvancedFlagging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export function upvoteSameComments(

parent
?.querySelector<HTMLAnchorElement>(
'a.comment-up.comment-up-off' // voting button
'a.js-comment-up.comment-up-off' // voting button
)
?.click(); // click it!
});
Expand Down

0 comments on commit 23a9bf6

Please sign in to comment.