<script>
document.addEventListener('keydown', function(event) {
    // Disable F12
    if (event.keyCode == 123) {
        event.preventDefault();
    }
    // Disable Ctrl+Shift+I (or Cmd+Option+I for Mac)
    if (event.ctrlKey && event.shiftKey && event.keyCode == 73) {
        event.preventDefault();
    }
    // Disable Ctrl+U (or Cmd+U for Mac)
    if (event.ctrlKey && event.keyCode == 85) {
        event.preventDefault();
    }
    // Add more conditions for other shortcuts as needed
});
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//justlyrics.net/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://justlyrics.net/post-sitemap.xml</loc>
		<lastmod>2024-08-10T10:45:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://justlyrics.net/page-sitemap.xml</loc>
		<lastmod>2024-05-26T14:29:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://justlyrics.net/category-sitemap.xml</loc>
		<lastmod>2024-08-10T10:45:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://justlyrics.net/post_tag-sitemap.xml</loc>
		<lastmod>2024-08-10T10:45:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://justlyrics.net/author-sitemap.xml</loc>
		<lastmod>2026-02-06T07:24:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->