ShadowHammer

Asus PC hijack – What you need to know

If you own an Asus PC and have been reading recent headlines, you may be a little worried. So what’s the story and do you really need to be concerned? Dave’s Computers investigates. The story broke in March that potentially millions of Asus computers had been unwittingly infected with malware. The ShadowHammer malware was sneaked … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });