Make ppv.land/ft Chat Links Clickable

Turns URLs in chat messages into clickable links without affecting usernames or badges

这些是代码更新过的版本。 显示所有版本

  • v1.2.1 2024-11-15
  • v1.2 2024-11-05
  • v1.2 2024-11-05

    Changelog

    Version 1.2

    • Restricted URL processing to text after the username, preserving admin badges and styles.
    • Improved separation of username and message content by splitting at the first colon (:).
    • Recombined unmodified username with processed message text to maintain original formatting.

    Version 1.1

    • Added color: inherit; to clickable links, ensuring username colors and styles are preserved.
    • Added data-linksProcessed attribute to skip already-processed messages, preventing duplicate handling.

    Version 1.0

    • Initial release: Made URLs in chat messages clickable using regex to replace URLs with anchor tags.
  • v1.1 2024-11-04