htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
245 stars 56 forks source link

url Extract rule is not robust enough, one colon is not enough to judge it correctly #40

Open bravo-hero opened 2 years ago

bravo-hero commented 2 years ago

Hi Team,

input " test Menu:apple Menu:banana test "

click "Extract URLs from text" get

" Menu:apple Menu:banana "

there's the issue apparently, so the Extract rule is expected to be more robust.

thanks.