你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/4255-linkify-plus-plus/discussions/9506,源站連結 點此以跳轉。
Based on Linkify Plus. Turn plain text URLs into links.
Nope. The script treats "unnecessary" as the path part of the URL. One simple fix is to add a space between the domain and "unnecessary".
Remove a part of a URL ?
Hi. Is there a way to remove/ignore parts of a URL?
For example:
Http://www.example.com/unnecessary
gets converted into the following clickable link
Http://www.example.com/
unnecessarySo basically just the main site without anything after the / Or a way to ignore some words, like "unnecessary" in this case.