//     <script type="text/javascript">
//         // Disable right-click
//         document.addEventListener('contextmenu', function(e) {
//             e.preventDefault();
//             // alert("Right click is disabled!");
//         });

//         // Disable specific keys
//         document.addEventListener('keydown', function(e) {
//             // F12
//             if (e.key === "F12") e.preventDefault();

//             // Ctrl+Shift+I / J
//             if (e.ctrlKey && e.shiftKey && (e.key === "I" || e.key === "J")) e.preventDefault();

//             // Ctrl+U (View Source)
//             if (e.ctrlKey && e.key === "u") e.preventDefault();

//             // Ctrl+S (Save page)
//             if (e.ctrlKey && e.key === "s") e.preventDefault();
//         });

//         // Optional: disable text selection and dragging
//         document.addEventListener('selectstart', e => e.preventDefault());
//         document.addEventListener('dragstart', e => e.preventDefault());
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//allstarskit.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://allstarskit.com/post-sitemap.xml</loc>
		<lastmod>2025-05-22T05:38:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allstarskit.com/page-sitemap.xml</loc>
		<lastmod>2026-02-07T08:05:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allstarskit.com/product-sitemap.xml</loc>
		<lastmod>2026-04-13T11:06:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allstarskit.com/product_brand-sitemap.xml</loc>
		<lastmod>2026-03-29T10:57:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allstarskit.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-04-13T11:06:38+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->