Make ppv.land/ft Chat Links Clickable

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

هذه إصدارات لهذا البرنامج النصي حيث تم تحديث الكود. عرض كل الإصدارات.

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

    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 04-11-2024