From 2714dbfa302081473e44e7f3e2e220b3c4bd68b2 Mon Sep 17 00:00:00 2001 From: eight04 Date: Fri, 16 Feb 2024 17:24:16 +0800 Subject: [PATCH] Dist --- dist/linkify-plus-plus.user.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dist/linkify-plus-plus.user.js b/dist/linkify-plus-plus.user.js index b580649..db627fb 100644 --- a/dist/linkify-plus-plus.user.js +++ b/dist/linkify-plus-plus.user.js @@ -34,9 +34,9 @@ // @icon data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gPHBhdGggZmlsbD0iIzRjNGM0ZCIgZD0iTTMuNSAxYS41LjUgMCAxIDAgMCAxSDR2OWgtLjVhLjUuNSAwIDAgMCAwIDFoNy44NTVhLjUuNSAwIDAgMCAuNDc1LS4xODQuNS41IDAgMCAwIC4xMDYtLjM5OFYxMC41YS41LjUgMCAxIDAtMSAwdi41SDZWMmguNWEuNS41IDAgMSAwIDAtMWgtM3oiLz4gPHBhdGggZmlsbD0iIzQ1YTFmZiIgZD0iTTIuNSAxNGExIDEgMCAxIDAgMCAyaDExYTEgMSAwIDEgMCAwLTJoLTExeiIvPiA8L3N2Zz4= // ==/UserScript== -var optionsFuzzyIpLabel = "Match IP with only 4 digits."; +var optionsFuzzyIpLabel = "Match ambiguous IP addresses."; var optionsIgnoreMustacheLabel = "Ignore URLs inside mustaches e.g. {{ ... }}."; -var optionsEmbedImageLabel = "Embed images."; +var optionsEmbedImageLabel = "Create an image element if the URL looks like an image file."; var optionsEmbedImageExcludeElementLabel = "Exclude following elements. (CSS selector)"; var optionsUnicodeLabel = "Match unicode characters."; var optionsMailLabel = "Match email address."; @@ -51,10 +51,10 @@ var optionsBoundaryLeftLabel = "Allowed characters between the whitespace and th var optionsBoundaryRightLabel = "Allowed characters between the whitespace and the link. (right side)"; var optionsExcludeElementLabel = "Do not linkify following elements. (CSS selector)"; var optionsIncludeElementLabel = "Always linkify following elements. Override above. (CSS selector)"; -var optionsTimeoutLabel = "Max executation time. (ms)"; +var optionsTimeoutLabel = "Max execution time. (ms)"; var optionsTimeoutHelp = "The script will terminate if it takes too long to convert the entire page."; var optionsMaxRunTimeLabel = "Max script run time. (ms)"; -var optionsMaxRunTimeHelp = "Split the process into small chunks to avoid freezing the browser."; +var optionsMaxRunTimeHelp = "If the script takes too long to run, the process would be splitted into small chunks to avoid browser freeze."; var optionsUrlMatcherLabel = "URL matcher"; var optionsCustomRulesLabel = "Custom rules. (RegExp per line)"; var currentScopeLabel = "Current domain"; @@ -3957,8 +3957,6 @@ async function startLinkifyPlusPlus(getPref) { }); } -/* global $inline */ - function getMessageFactory() { return (key, params) => { if (!params) {