Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
yakov116 committed Nov 3, 2022
1 parent 5409cf7 commit 5ab3bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/linkify-notification-numbers.tsx
Expand Up @@ -23,7 +23,7 @@ void features.add(import.meta.url, {
],
exclude: [
pageDetect.isBlank, // Empty notification list
() => !select.exists('[disabled="disabled"][data-hotkey="ArrowRight"]'), // No next page
() => select.exists('[disabled="disabled"][data-hotkey="ArrowRight"]'), // No next page
],
deduplicate: 'has-rgh',
init,
Expand Down

0 comments on commit 5ab3bc1

Please sign in to comment.