Greasy Fork 支持简体中文。

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
  • v1.1 2024-11-04