// Disable Ctrl+U and Ctrl+P document.addEventListener('keydown', function (e) { // Disable Ctrl+U if (e.ctrlKey && e.key.toLowerCase() === 'u') { e.preventDefault(); alert("wrong key."); } // Disable Ctrl+P if (e.ctrlKey && e.key.toLowerCase() === 'p') { e.preventDefault(); alert("wrong key."); } }); document.addEventListener('keyup', (e) => { if (e.key === 'PrintScreen') { // Create a div element that covers the entire screen const blankScreenDiv = document.createElement('div'); blankScreenDiv.id = 'blank-screen-overlay'; // Add an ID for easier reference blankScreenDiv.style.position = 'fixed'; blankScreenDiv.style.top = '0'; blankScreenDiv.style.left = '0'; blankScreenDiv.style.width = '100vw'; blankScreenDiv.style.height = '100vh'; blankScreenDiv.style.backgroundColor = 'black'; // Or any color you prefer blankScreenDiv.style.zIndex = '99999'; // Ensure it's on top of everything // Append the div to the body document.body.appendChild(blankScreenDiv); // Attempt to clear the clipboard (not guaranteed to work in all browsers/contexts) navigator.clipboard.writeText(''); // IMPORTANT: To keep it blank until refresh, we do NOT remove the div here. // It will persist until the page is reloaded or navigated away from. } }); document.addEventListener('keydown', function(e) { // Check for Ctrl+S (or Cmd+S on Mac) if ((e.ctrlKey || e.metaKey) && e.key === 's') { e.preventDefault(); // Prevent the default browser save action alert('wrong key.'); } }); document.addEventListener('contextmenu', function(e) { // e.preventDefault(); // Uncomment to disable right-click entirely }); // Disable text selection document.addEventListener('selectstart', function (e) { e.preventDefault(); }); // Disable keyboard copy shortcut (Ctrl+C, Command+C) document.addEventListener('keydown', function (e) { if ((e.ctrlKey || e.metaKey) && e.key.toLowerCase() === 'c') { e.preventDefault(); } });

Name Vikas
Gender Male
Location India
Total News
6
ABOUT

Go on regal adventures with The Imperial Tours, where luxury meets exploration's allure. Every journey unfolds like a royal decree, blending opulent accommodations with bespoke itineraries. From ancient citadels to modern marvels, our curated experiences reign supreme. Let us crown your travels with luxury and distinction, as we craft memories fit for emperors.


joined at 1 year ago

    Taj Mahal Sunrise Tour By Car From Delhi – A Perfect Morning Getaway

    Experience the magical Taj Mahal Sunrise Tour By Car From Delhi—a peaceful, luxurious, and unforgettable morning escape curated by The Imperial Tours. Add it to...

    • theimperialtours
    .

    Jaipur Udaipur Package – Explore the Pink City & the City of Lakes

    Discover Rajasthan’s beauty with the Jaipur Udaipur Package by The Imperial Tours. Explore palaces, lakes, and royal culture in luxury with expert-guided tours...

    • theimperialtours
    .

    From Jaipur to Udaipur – A Luxury Rajasthan Tour Package Like No Other

    Embark on a royal journey with The Imperial Tours through Jaipur, Jodhpur, and Udaipur. Our Luxury Rajasthan Tour Package offers curated experiences, five-star...

    • theimperialtours
    .

    Jaipur Udaipur Package – From Pink City to the City of Lakes

    Explore Rajasthan’s royal charm with our Jaipur Udaipur Package. From Jaipur’s majestic forts to Udaipur’s romantic lakes, this journey by The Imperial Tours of...

    • theimperialtours
    .

    Explore India’s Heritage in Style: Golden Triangle Tour 6 Days

    Explore India’s rich heritage with our Golden Triangle tour 6 Days. Enjoy private guides and luxury hotels with expert planning by theimperialtours.

    • theimperialtours
    .

    Why Everyone’s Talking About the Same Day Taj Mahal Tour

    Whether you're short on time, visiting Delhi for business, or simply want a well-planned day trip, this tour is the perfect answer. And when it’s organized by T...

    • theimperialtours
    .