<style>
.elementor-element-42e81471, .elementor-element-2ffead8b {
    display: none;
}
div#ur-frontend-form {
    margin-top: 25%;
}
</style><script type="text/javascript">

(function () {
    // Disable right-click context menu
    document.addEventListener('contextmenu', function (e) {
        e.preventDefault();
        //alert("Right-click is disabled.");
    });

    // Disable Ctrl/Command + click
    document.addEventListener('click', function (e) {
        if (e.ctrlKey || e.metaKey) { // Meta key for Mac
            e.preventDefault();
            //alert("Ctrl + Click or Command + Click is disabled.");
        }
    });

    // Disable certain key combinations
    document.addEventListener('keydown', function (e) {
        const key = e.key.toLowerCase();

        // Common shortcuts to block
        const isBlockedKeyCombo =
            (e.ctrlKey || e.metaKey) && // Ctrl or Command
            (key === 's' || // Save
             key === 'c' || // Copy
             key === 'u' || // View Source
             key === 'p' || // Print
             key === 'r');  // Refresh

        // Advanced debugging shortcuts
        const isBlockedDevTools =
            ((e.ctrlKey || e.metaKey) && e.shiftKey && (key === 'i' || key === 'j')) || // DevTools (Inspect, Console)
            key === 'f12'; // F12 for DevTools

        if (isBlockedKeyCombo || isBlockedDevTools) {
            e.preventDefault();
            //alert("This shortcut is disabled.");
        }
    });

    // Prevent dragging content (e.g., images, text)
    document.addEventListener('dragstart', function (e) {
        e.preventDefault();
    });

    // Prevent default middle-click behavior
    document.addEventListener('auxclick', function (e) {
        if (e.button === 1) { // Middle mouse button
            e.preventDefault();
            //alert("Middle-click is disabled.");
        }
    });
})();
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://seo.ecom-tools.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://seo.ecom-tools.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://seo.ecom-tools.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://seo.ecom-tools.com/wp-sitemap-posts-elementskit_content-1.xml</loc></sitemap><sitemap><loc>https://seo.ecom-tools.com/wp-sitemap-posts-elementskit_template-1.xml</loc></sitemap><sitemap><loc>https://seo.ecom-tools.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://seo.ecom-tools.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
