// 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(); } });
Solar Energy: The Smarter Way to Power Homes and Businesses
NN Solar Tech offers reliable, cost-effective solar solutions for homes and businesses in Gujarat—powering savings and sustainability with expert service.

Solar power is quickly becoming the preferred energy solution in urban Gujarat, especially in progressive cities like Gandhinagar and Ahmedabad. These regions receive ample sunlight throughout the year, making them ideal locations for solar panel installations. From residential rooftops to commercial complexes, people are increasingly choosing solar to reduce their electricity costs and carbon footprint.

What makes solar so attractive in Gujarat is the combination of natural advantage and government support. The Gujarat Energy Development Agency (GEDA) and other state schemes offer financial subsidies and net metering, allowing users to sell excess power back to the grid. Whether you are a homeowner or a business owner, this means lower monthly bills and a faster return on investment.

In places like Gandhinagar's Sector-21 or Ahmedabad’s Navrangpura, solar adoption is growing steadily. More societies, shops, schools, and offices are realizing that switching to solar is not just about savings—it's about being future-ready. Installation is easy and often completed within days by local service providers with strong technical know-how and government certifications.

Apart from cost savings, solar installations offer energy independence. With increasing power demand and occasional outages, especially during summers, having a solar system in place ensures consistent power. It also boosts the value of your property while showcasing your commitment to sustainability—a factor that increasingly matters to clients and communities alike.

Now is the right time to take the leap into clean energy. If you're based in Gandhinagar or Ahmedabad, explore local vendors, compare quotes, and take advantage of state subsidies. A one-time investment in solar can deliver long-term benefits for your home, business, and the planet. Let your rooftop turn sunshine into savings.

Contact Us For More Details
Phone : 8511600642
Email : solar.umaexim@gmail.com
Website : https://nnsolartech.in/

Follow Us On
Facebook
Instagram

disclaimer
NN Solar Tech offers reliable, cost-effective solar solutions for homes and businesses in Gujarat—powering savings and sustainability with expert service.

What's your reaction?