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".
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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.