[gnome] Update extensions

This commit is contained in:
2026-06-10 11:03:09 -04:00
parent 20fc1e4e75
commit 6c973853c6
394 changed files with 12513 additions and 1340 deletions

View File

@ -74,9 +74,9 @@ const _numberRegex = new RegExp(
/**
* Searches @str for URLs and returns an array of objects with %url
* Searches {@link str} for URLs and returns an array of objects with %url
* properties showing the matched URL string, and %pos properties indicating
* the position within @str where the URL was found.
* the position within {@link str} where the URL was found.
*
* @param {string} str - the string to search
* @returns {object[]} the list of match objects, as described above