<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(document).ready(function(){
    console.log("-READY");

    
    if(window.innerWidth&gt;768){
        $(".reschimica_home_blog_1 .posts_group&gt;div:nth-last-of-type(4)").remove();
        $(".reschimica_home_blog_2 .posts_group&gt;div:nth-last-of-type(7)").remove();
    }

    //show blog
    $(".reschimica_home_blog_1").addClass("visible");
    $(".reschimica_home_blog_2").addClass("visible");
});</pre></body></html>