Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Oct 8, 2024
1 parent 2f16811 commit 664da03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4311,7 +4311,7 @@
showWords = word;
let wordTemp = searchData.prefConfig.inPageRule && searchData.prefConfig.inPageRule[word];
if (wordTemp) word = wordTemp;
else return;
//else return;
} else {
word = word.replace(/^\\@/, "@");
}
Expand Down

0 comments on commit 664da03

Please sign in to comment.