<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(function(){
    function f(t){let e=Object.create(f.prototype);return"string"==typeof t?e.e=document.querySelector(t):e.e=t,e}function fa(t){return Array.from(document.querySelectorAll(t)).map(function(t){return f(t)})}function triggerEvent(t,e){var n;document.createEvent?(n=document.createEvent("HTMLEvents")).initEvent(e,!0,!0):document.createEventObject&amp;&amp;((n=document.createEventObject()).eventType=e),n.eventName=e,t.dispatchEvent?t.dispatchEvent(n):t.fireEvent&amp;&amp;HTMLEvents["on"+e]?t.fireEvent("on"+n.eventType,n):t[e]?t[e]():t["on"+e]&amp;&amp;t["on"+e]()}function x(t){return+t?+t:0}function cEl(t){return f(document.createElement(t))}f.prototype.on=function(t,e,n){return this.e.addEventListener(t,e,n)},f.prototype.aClass=function(t){return this.e.classList.add(t),this},f.prototype.rClass=function(t){return this.e.classList.remove(t),this},f.prototype.ihtml=function(t,e=!1){return!1==e?this.e.innerHTML:(this.e.innerHTML=e,this)},f.prototype.css=function(t,e=!1){return!1==e?window.getComputedStyle(this.e).getPropertyValue(t):(this.e.style.setProperty(t,e),this)},f.prototype.att=function(t,e=!1){return!1==e?this.e.getAttribute(t):(this.e.setAttribute(t,e),this)},f.prototype.rect=function(){return this.e.getBoundingClientRect()},f.prototype.f=function(t){return f(this.e.querySelector(t))},f.prototype.fa=function(t){return Array.from(this.e.querySelectorAll(t)).map(function(t){return f(t)})},f.prototype.parent=function(t=1){let e=this;for(let n=1;n&lt;=t;n++)e=f(e.e.parentNode);return e},Array.prototype.uniq=function(){return this.filter(function t(e,n,r){return r.indexOf(e)===n})};

    // tr

window.addEventListener('load', function(){

    if( f('.theiaStickySidebar').e &amp;&amp; f('#primary') &amp;&amp; window.innerWidth &gt;= 840 ){
        let content_height = f('#primary').e.clientHeight;
        let sidebar_height = f('#secondary').e.clientHeight;
        let sidebar_left = f('#secondary').rect().left;
        let sidebar_top = f('#secondary').rect().top;
        // f('#secondary').css('top', sidebar_top+'px');

        let fark = content_height - sidebar_height;
        if( content_height &gt; sidebar_height) {

            window.addEventListener('scroll', function(e){
                let ust_fark = 87;
                let content_top = f('#primary').rect().top;
                let content_bottom = window.innerHeight - f('#primary').rect().height - content_top;
                let sidebar_top = f('#secondary').rect().top;
                if( content_top &lt; 0 ){
                    if( (Math.abs( content_top ) + sidebar_height) &lt; content_height ){
                        f('#secondary').css('position', 'fixed');
                        f('#secondary').css('top', ust_fark + 'px');
                        f('#secondary').css('left', sidebar_left+'px');
                    } else  {
                        if( f('#secondary').css('position') == 'fixed' ){

                            f('#secondary').css('position', 'relative');
                            f('#secondary').css('left', '0px');
                            f('#secondary').css('top', (sidebar_top - ust_fark + Math.abs( content_top )) + 'px');
                        }
                    }
                } else {
                    f('#secondary').css('position', 'relative');
                    f('#secondary').css('left', '0px');
                    f('#secondary').css('top', '0px');
                }



            })
        }
    }

}); // window onload

    if(f('a[data-kopyala="yes"]').e){
        f('a[data-kopyala="yes"]').att('title', 'Kopyala');
        if( f('.fox-share ul').e ){
        let yLi = cEl('li');
        yLi.e.className = 'li-share-page';
        f('.fox-share ul').e.insertAdjacentElement('beforeend', yLi.e);
        yLi.e.appendChild(f('a[data-kopyala="yes"]').e);
        f('a[data-kopyala="yes"]').css('width', '32px');
        f('a[data-kopyala="yes"]').css('height', '32px');
        }
        f('a[data-kopyala="yes"]').on('click', function(e){
            window.navigator.clipboard.writeText(window.location.href);
            f('a[data-kopyala="yes"]').f('.fas.fa-link').e.className = 'fa fa-check';
            f('a[data-kopyala="yes"]').css('background-color', 'green');
            f('a[data-kopyala="yes"]').css('color', '#fff');
            setTimeout( function(){
            f('a[data-kopyala="yes"]').f('.fa.fa-check').e.className = 'fas fa-link';
            f('a[data-kopyala="yes"]').css('background-color', '#383838');
            f('a[data-kopyala="yes"]').css('color', '#fffff0');
            },1400 );
        } )
    }
// boÅŸ olanlarÄ± temizle sidebar
if( f('.theiaStickySidebar &gt; .widget-area &gt; *' ).e){

    let nodes = fa(".theiaStickySidebar &gt; .widget-area &gt; *");
    function temizle(node){
        if (!node.childNodes.length) {
            let parent = node.parentNode;
            node.parentNode.removeChild(node);
            if (!parent.children.length) {
                parent.parentNode.removeChild(parent)
            }
        }
    }
    if(nodes.length &gt; 0 ) nodes.forEach(function(v){ if(v.f(':only-child').e) temizle(v.f(':only-child').e) })

}
// boÅŸ olanlarÄ± temizle sidebar
})();
</pre></body></html>