yomidevs / yomitan

Pop-up dictionary browser extension. Successor to Yomichan.
https://yomitan.wiki
GNU General Public License v3.0
1.31k stars 103 forks source link

Trim search query strings to prevent newlines expanding search page #1600

Closed Kuuuube closed 4 days ago

Kuuuube commented 6 days ago

Fixes #1463

When a pattern that selects newlines is added to the text replacement patterns, it can allow queries with trailing newlines to be accepted as the longest match. This can cause some weird things in the search page UI (#1463).