What's new

Members who reacted to message #4

All (6) Like Like (6)

    1. Like

      rcrmj

      SENIOR MEMBER
      • Messages
        6,322
      • Reaction score
        -12
    2. Like

      Gentle Typhoon

      FULL MEMBER
      • Messages
        816
      • Reaction score
        0
    3. Like

      Wounded-Monk

      FULL MEMBER From New Delhi
      • Messages
        406
      • Reaction score
        0
    4. Like

      Hafizzz

      SENIOR MEMBER From Planet Earth
      • Messages
        5,041
      • Reaction score
        0
    5. Like

      Indian Gurkha

      FULL MEMBER
      • Messages
        167
      • Reaction score
        -2
    6. Like

      Jako

      BANNED
      • Messages
        1,871
      • Reaction score
        0
  • Loading…
document.addEventListener('DOMContentLoaded', function () { // Check if the popup has been shown before if (!localStorage.getItem('youtubePopupShown')) { // Replace YOUR_VIDEO_ID with your actual YouTube video ID var youtubeURL = 'https://www.youtube.com/watch?v=77WM3ujhvJ4'; // Open the YouTube video in a new popup window var width = 560; var height = 315; var left = (screen.width / 2) - (width / 2); var top = (screen.height / 2) - (height / 2); window.open(youtubeURL, 'YouTubeVideo', `width=${width},height=${height},top=${top},left=${left}`); // Set the flag in localStorage to indicate the popup has been shown localStorage.setItem('youtubePopupShown', 'true'); } });
Back
Top Bottom