Sindbad~EG File Manager

Current Path : /var/www/quickscrum.com/wp-content/plugins/ultimate-social-media-icons/js/
Upload File :
Current File : /var/www/quickscrum.com/wp-content/plugins/ultimate-social-media-icons/js/custom.js

jQuery(document).ready(function (e) {
    jQuery("#sfsi_floater").attr("data-top", jQuery(document).height());
});

function showErrorSuc(s, i, e) {
    if ("error" == s) var t = "errorMsg";
    else var t = "sucMsg";
    return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
        SFSI(".tab" + e + ">." + t).effect("highlight", {}, 5e3), setTimeout(function () {
            SFSI("." + t).slideUp("slow");
        }, 5e3), !1;
}

function beForeLoad() {
    SFSI(".loader-img").show(), SFSI(".save_button >a").html("Saving..."), SFSI(".save_button >a").css("pointer-events", "none");
}

function sfsi_make_popBox() {
    var s = 0;
    SFSI(".sfsi_sample_icons >li").each(function () {
        "none" != SFSI(this).css("display") && (s = 1);
    }), 0 == s ? SFSI(".sfsi_Popinner").hide() : SFSI(".sfsi_Popinner").show(), "" != SFSI('input[name="sfsi_popup_text"]').val() ? (SFSI(".sfsi_Popinner >h2").html(SFSI('input[name="sfsi_popup_text"]').val()),
        SFSI(".sfsi_Popinner >h2").show()) : SFSI(".sfsi_Popinner >h2").hide(), SFSI(".sfsi_Popinner").css({
            "border-color": SFSI('input[name="sfsi_popup_border_color"]').val(),
            "border-width": SFSI('input[name="sfsi_popup_border_thickness"]').val(),
            "border-style": "solid"
        }), SFSI(".sfsi_Popinner").css("background-color", SFSI('input[name="sfsi_popup_background_color"]').val()),
        SFSI(".sfsi_Popinner h2").css("font-family", SFSI("#sfsi_popup_font").val()), SFSI(".sfsi_Popinner h2").css("font-style", SFSI("#sfsi_popup_fontStyle").val()),
        SFSI(".sfsi_Popinner >h2").css("font-size", parseInt(SFSI('input[name="sfsi_popup_fontSize"]').val())),
        SFSI(".sfsi_Popinner >h2").css("color", SFSI('input[name="sfsi_popup_fontColor"]').val() + " !important"),
        "yes" == SFSI('input[name="sfsi_popup_border_shadow"]:checked').val() ? SFSI(".sfsi_Popinner").css("box-shadow", "12px 30px 18px #CCCCCC") : SFSI(".sfsi_Popinner").css("box-shadow", "none");
}

function sfsi_stick_widget(s) {
    0 == initTop.length && (SFSI(".sfsi_widget").each(function (s) {
        initTop[s] = SFSI(this).position().top;
    }));
    var i = SFSI(window).scrollTop(),
        e = [],
        t = [];
    SFSI(".sfsi_widget").each(function (s) {
        e[s] = SFSI(this).position().top, t[s] = SFSI(this);
    });
    var n = !1;
    for (var o in e) {
        var a = parseInt(o) + 1;
        e[o] < i && e[a] > i && a < e.length ? (SFSI(t[o]).css({
            position: "fixed",
            top: s
        }), SFSI(t[a]).css({
            position: "",
            top: initTop[a]
        }), n = !0) : SFSI(t[o]).css({
            position: "",
            top: initTop[o]
        });
    }
    if (!n) {
        var r = e.length - 1,
            c = -1;
        e.length > 1 && (c = e.length - 2), initTop[r] < i ? (SFSI(t[r]).css({
            position: "fixed",
            top: s
        }), c >= 0 && SFSI(t[c]).css({
            position: "",
            top: initTop[c]
        })) : (SFSI(t[r]).css({
            position: "",
            top: initTop[r]
        }), c >= 0 && e[c] < i);
    }
}

function sfsi_float_widget(s) {

    function i() {
        r = "Microsoft Internet Explorer" === navigator.appName ? a - document.documentElement.scrollTop : a - window.pageYOffset,
            Math.abs(r) > 0 ?
                (window.removeEventListener("scroll", i),
                    a -= r * o,
                    SFSI("#sfsi_floater").css({
                        top: Math.round((a + t).toString()) + "px",
                        transition: "all 0.6s ease 0s"
                    }),
                    setTimeout(i, n)) :
                window.addEventListener("scroll", i, !1);
    }

    function e() {
        var documentheight = SFSI("#sfsi_floater").attr("data-top");
        var fltrhght = parseInt(SFSI("#sfsi_floater").height());
        var fltrtp = parseInt(SFSI("#sfsi_floater").css("top"));

        if (parseInt(fltrhght) + parseInt(fltrtp) <= documentheight) {
            window.addEventListener("scroll", i, !1);
        } else {
            window.removeEventListener("scroll", i);
            SFSI("#sfsi_floater").css("top", documentheight + "px");
        }
    }
    if ("center" == s) {
        var t = (SFSI(window).height() - SFSI("#sfsi_floater").height()) / 2;
    } else if ("bottom" == s) {
        var t = window.innerHeight - (SFSI("#sfsi_floater").height() + parseInt(SFSI('#sfsi_floater').css('margin-bottom')));
    } else {
        var t = parseInt(s);
    }

    var n = 50,
        o = .1,
        a = 0,
        r = 0;
    SFSI("#sfsi_floater");

    var prev_onscroll = window.onscroll;

    window.onscroll = function () {

        if ('function' === typeof prev_onload) {
            prev_onload(), e();
        } else {
            e();
        }
    }
}

function sfsi_shuffle() {
    var $ = window.jQuery;

    return SFSI('.sfsi_wDiv').each(function (index, container) {
        var s = [];
        s = SFSI(container).find(".sfsi_wicons ");
        s = Shuffle(s);
        SFSI(container).html("");
        for (var i = 0; i < s.length; i++) {
            SFSI(s[i]).css('transform', 'none');
            SFSI(s[i]).css('position', 'relative');
            SFSI(container).append(s[i]);
        }
    })

}

function Shuffle(s) {
    for (var i, e, t = s.length; t; i = parseInt(Math.random() * t), e = s[--t], s[t] = s[i], s[i] = e);
    return s
}

function sfsi_setCookie(s, i, e) {
    var t = new Date();
    t.setTime(t.getTime() + 1e3 * 60 * 60 * 24 * e);
    var n = "expires=" + t.toGMTString();
    document.cookie = s + "=" + i + "; " + n;
}

function sfsfi_getCookie(s) {
    for (var i = s + "=", e = document.cookie.split(";"), t = 0; t < e.length; t++) {
        var n = e[t].trim();
        if (0 == n.indexOf(i)) return n.substring(i.length, n.length);
    }
    return "";
}

function sfsi_hideFooter() { }

window.onerror = function () {
    jQuery("#sfpageLoad").fadeOut(2e3);
}, SFSI = jQuery, SFSI(window).on('load', function () {
    SFSI("#sfpageLoad").fadeOut(2e3);

    if (jQuery('#sfsi_tifm_scroll_value').val()) {
        jQuery('.sfsi_tifm_module_menu_block').click();
        setTimeout(function () {
            document.querySelector('.sfsi_tifm_tab_module_block').scrollIntoView({ behavior: "smooth", block: "center", inline: "nearest" });
        }, 300);
    }
});

var global_error = 0;

SFSI(document).ready(function (s) {
    //changes done {Monad}
    //putting it before to make sure it registers before the mobile click function
    SFSI(document).on('click', '.inerCnt a[href=""]', function (event) {
        //check if not mobile
        if (!(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))) {
            event.preventDefault();
        }
    });

    SFSI("head").append('<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'),
        SFSI("head").append('<meta http-equiv="Pragma" content="no-cache" />'), SFSI("head").append('<meta http-equiv="Expires" content="0" />'),
        SFSI(document).click(function (s) {

            var i = SFSI(".sfsi_FrntInner"),
                e = SFSI(".sfsi_wDiv"),
                t = SFSI("#at15s");
            i.is(s.target) || 0 !== i.has(s.target).length || e.is(s.target) || 0 !== e.has(s.target).length || t.is(s.target) || 0 !== t.has(s.target).length || i.fadeOut();
        }), SFSI("div#sfsiid_linkedin").find(".icon4").find("a").find("img").mouseover(function () {
            SFSI(this).css("opacity", "0.9");
        }), SFSI("div#sfsiid_linkedin").find(".icon4").find("a").find("img").mouseleave(function () {
            SFSI(this).css("opacity", "1");
        }), SFSI("div#sfsiid_youtube").find(".icon1").find("a").find("img").mouseover(function () {
            SFSI(this).css("opacity", "0.9");
        }), SFSI("div#sfsiid_youtube").find(".icon1").find("a").find("img").mouseleave(function () {
            SFSI(this).css("opacity", "1");
        }), SFSI("div#sfsiid_facebook").find(".icon1").find("a").find("img").mouseover(function () {
            SFSI(this).css("opacity", "0.9");
        }), SFSI("div#sfsiid_facebook").find(".icon1").find("a").find("img").mouseleave(function () {
            SFSI(this).css("opacity", "1");
            /*{Monad}*/
        }), SFSI("div#sfsiid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function () {
            SFSI(this).css("opacity", "0.9");
        }), SFSI("div#sfsiid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function () {
            SFSI(this).css("opacity", "1");
        }), SFSI(".pop-up").on("click", function () {
            ("fbex-s2" == SFSI(this).attr("data-id") || "linkex-s2" == SFSI(this).attr("data-id")) && (SFSI("." + SFSI(this).attr("data-id")).hide(),
                SFSI("." + SFSI(this).attr("data-id")).css("opacity", "1"), SFSI("." + SFSI(this).attr("data-id")).css("z-index", "1000")),
                SFSI("." + SFSI(this).attr("data-id")).show("slow");
        }), /*SFSI("#close_popup").live("click", function() {*/ SFSI(document).on("click", '#close_popup', function () {
            SFSI(".read-overlay").hide("slow");
        });
    var e = 0;
    sfsi_make_popBox(), SFSI('input[name="sfsi_popup_text"] ,input[name="sfsi_popup_background_color"],input[name="sfsi_popup_border_color"],input[name="sfsi_popup_border_thickness"],input[name="sfsi_popup_fontSize"],input[name="sfsi_popup_fontColor"]').on("keyup", sfsi_make_popBox),
        SFSI('input[name="sfsi_popup_text"] ,input[name="sfsi_popup_background_color"],input[name="sfsi_popup_border_color"],input[name="sfsi_popup_border_thickness"],input[name="sfsi_popup_fontSize"],input[name="sfsi_popup_fontColor"]').on("focus", sfsi_make_popBox),
        SFSI("#sfsi_popup_font ,#sfsi_popup_fontStyle").on("change", sfsi_make_popBox),
        /*SFSI(".radio").live("click", function() {*/

        SFSI(document).on("click", '.radio', function () {
            var s = SFSI(this).parent().find("input:radio:first");
            "sfsi_popup_border_shadow" == s.attr("name") && sfsi_make_popBox();
        }),

        /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI(document).on("click", 'img.sfsi_wicon', function (s) {
            /*console.log('document mouse click', s, s.target);*/

            if (SFSI(s.target).parent().attr('href') == "") {
                s.preventDefault();
            }
            if (!SFSI(this).hasClass('sfsi_click_wicon')) {
                s.stopPropagation && s.stopPropagation();
            }
            var i = SFSI("#sfsi_floater_sec").val();

            SFSI("div.sfsi_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_wicons").find(".inerCnt").find("div.sfsi_tool_tip_2").hide(),
                SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_tool_tip_2").css("z-index", "0"),
                    SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_wicons").find(".inerCnt").find("div.sfsi_tool_tip_2").hide()),
                SFSI(this).parent().parent().parent().css("z-index", "1000000"), SFSI(this).parent().parent().css({
                    "z-index": "999"
                }), SFSI(this).attr("data-effect") && "fade_in" == SFSI(this).attr("data-effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                    opacity: 1,
                    "z-index": 10
                }), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("data-effect") && "scale" == SFSI(this).attr("data-effect") && (SFSI(this).parent().addClass("scale"),
                    SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                        opacity: 1,
                        "z-index": 10
                    }), SFSI(this).parent().css("opacity", "1")), SFSI(this).attr("data-effect") && "combo" == SFSI(this).attr("data-effect") && (SFSI(this).parent().addClass("scale"),
                        SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                            opacity: 1,
                            "z-index": 10
                        })), ("top-left" == i || "top-right" == i || "center-top" == i) && SFSI(this).parent().parent().parent().parent("#sfsi_floater").length > 0 && "sfsi_floater" == SFSI(this).parent().parent().parent().parent().attr("id") ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").addClass("sfsi_plc_btm"),
                            SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
                            SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                                opacity: 1,
                                "z-index": 10,
                                "bottom": "auto"
                            }), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show()) : (SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
                                SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").removeClass("sfsi_plc_btm"),
                                SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                                    opacity: 1,
                                    "z-index": 1e3
                                }), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show());
        })
            : SFSI(document).on("mouseenter", "img.sfsi_wicon", function () {
                /*console.log('img mouseenter');*/
                var s = SFSI("#sfsi_floater_sec").val();
                //SFSI("div.sfsi_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_wicons").find(".inerCnt").find("div.sfsi_tool_tip_2").hide();
                SFSI(this).parent().parent().parent().parent().siblings("li").length > 0
                    && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_tool_tip_2").css("z-index", "0"),
                        SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_wicons").find(".inerCnt").find("div.sfsi_tool_tip_2").hide());
                // SFSI(this).parent().parent().parent().css("z-index", "1000000");
                // SFSI(this).parent().parent().css({ "z-index": "999" });
                SFSI(this).parent().css({ "opacity": "1" });
                SFSI(this).attr("data-effect") && "fade_in" == SFSI(this).attr("data-effect") && (SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                    opacity: 1,
                    "z-index": 1e8
                }), SFSI(this).parent().css("opacity", "1"));
                SFSI(this).attr("data-effect") && "scale" == SFSI(this).attr("data-effect") && (SFSI(this).parent().addClass("scale"),
                    SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                        opacity: 1,
                        "z-index": 1e8
                    }), SFSI(this).parent().css("opacity", "1"));
                SFSI(this).attr("data-effect") && "combo" == SFSI(this).attr("data-effect") && (SFSI(this).parent().addClass("scale"),
                    SFSI(this).parent().css("opacity", "1"), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                        opacity: 1,
                        "z-index": 1e8
                    }));
                ("top-left" == s || "top-right" == s || "center-top" == s) && SFSI(this).parent().parent().parent().parent("#sfsi_floater").length > 0
                    && "sfsi_floater" == SFSI(this).parent().parent().parent().parent().attr("id")
                    ? (SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").addClass("sfsi_plc_btm"),
                        SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),
                        SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                            opacity: 1,
                            "z-index": 1e8,
                            "bottom": "auto"
                        }), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show())
                    : (SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),
                        SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").removeClass("sfsi_plc_btm"),
                        SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").css({
                            opacity: 1,
                            "z-index": 1e8
                        }), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show());
            });
    SFSI(document).on("mouseleave", "div.sfsi_wicons", function () {
        SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "fade_in" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").css("opacity", "0.6"),
            SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "scale" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").removeClass("scale"),
            SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "combo" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").removeClass("scale").css("opacity", "0.6"),
            SFSI(this).parent("div").find("div.sfsi_tool_tip_2").css("display", "none"),
            SFSI(this).parent("div").find("div.sfsi_tool_tip_2").css("opacity", "0");
    });

    SFSI(document).on("mouseenter", "div.sfsi_tool_tip_2", function () {
        SFSI(this).find("div.sfsi_tool_tip_2").css({ "z-index": 1e8, "opacity": 1 });
    });
    SFSI("body").on("click", function (e) {
        var target = SFSI(e.target);
        if (!target.is(".sfsi_wicon")) {
            SFSI(".inerCnt").find("div.sfsi_tool_tip_2").hide();
        }

    });
    SFSI(".adminTooltip >a").on("hover", function () {
        SFSI(this).offset().top, SFSI(this).parent("div").find("div.sfsi_tool_tip_2_inr").css("opacity", "1"),
            SFSI(this).parent("div").find("div.sfsi_tool_tip_2_inr").show();
    });
    SFSI(".adminTooltip").on("mouseleave", function () {
        "none" != SFSI(".gpls_tool_bdr").css("display") && 0 != SFSI(".gpls_tool_bdr").css("opacity") ? SFSI(".pop_up_box ").on("click", function () {
            SFSI(this).parent("div").find("div.sfsi_tool_tip_2_inr").css("opacity", "0"), SFSI(this).parent("div").find("div.sfsi_tool_tip_2_inr").hide();
        }) : (SFSI(this).parent("div").find("div.sfsi_tool_tip_2_inr").css("opacity", "0"),
            SFSI(this).parent("div").find("div.sfsi_tool_tip_2_inr").hide());
    });
    SFSI(".expand-area").on("click", function () {
        "Read more" == SFSI(this).text() ? (SFSI(this).siblings("p").children("label").fadeIn("slow"),
            SFSI(this).text("Collapse")) : (SFSI(this).siblings("p").children("label").fadeOut("slow"),
                SFSI(this).text("Read more"));
    });
    SFSI(".sfsi_wDiv").length > 0 && setTimeout(function () {
        var s = parseInt(SFSI(".sfsi_wDiv").height()) + 15 + "px";
        SFSI(".sfsi_holders").each(function () {
            SFSI(this).css("height", s);
            SFSI(".sfsi_widget");
        });
    }, 200);

    /* Admin forum notification */
    SFSI('.usm-widget__footer-text-link').on('click', function () {
        SFSI(this).parents('.usm-widget').toggle('usm-widget--open');

        SFSI.ajax({
            type: "post",
            dataType: "json",
            url: sfsi_icon_ajax_object.ajax_url,
            data: {
                nonce: sfsi_icon_ajax_object.nonce,
                action: "sfsi_hide_admin_forum_notification"
            },
            success: function () {
                SFSI('.usm-widget').remove();
            }
        });
    });

    /* Hide Admin forum notification popup */
    SFSI('.usm-widget__toggle-btn').on('click', function () {
        var currentThis = SFSI(this);
        currentThis.parents('.usm-widget').toggleClass('usm-widget--open');
        var toggleStatus = '';
        if (currentThis.parents('.usm-widget').hasClass('usm-widget--open')) {
            toggleStatus = 'hide';
        } else {
            toggleStatus = 'show';
        }
        SFSI.ajax({
            type: "post",
            dataType: "json",
            url: sfsi_icon_ajax_object.ajax_url,
            data: { action: "sfsi_default_hide_admin_notification", status: toggleStatus, nonce: sfsi_icon_ajax_object.unonce },
            success: function () {
                currentThis.addClass('sfsi-first-click-enabled');
            }
        });
    });
});

//hiding popup on close button
function sfsihidemepopup() {
    SFSI(".sfsi_FrntInner_chg").fadeOut();
}
var initTop = new Array();

function close_overlay(selector) {
    if (typeof selector === "undefined") {
        selector = '.sfsi_overlay';
    }
    jQuery(selector).removeClass('show').addClass('hide').hide();
}

function sfsi_wechat_share(url) {
    if (jQuery('.sfsi_wechat_follow_overlay').length == 0) {
        jQuery('body').append("<div class='sfsi_wechat_follow_overlay sfsi_overlay show'><div class='sfsi_inner_display'><a class='close_btn' href='' onclick='event.preventDefault();close_overlay(\".sfsi_wechat_follow_overlay\")' >×</a><div style='width:95%;max-width:500px; min-height:80%;background-color:#fff;margin:0 auto;margin:10% auto;padding: 20px 0;'><div style='width:90%;margin: 0 auto;text-align:center'><div class='sfsi_wechat_qr_display' style='display:inline-block'></div></div><div style='width:80%;margin:10px auto 0 auto;text-align:center;font-weight:900;font-size:25px;'>\"Scan QR Code\" in WeChat and press ··· to share!</div></div></div>");
        new QRCode(jQuery('.sfsi_wechat_follow_overlay .sfsi_wechat_qr_display')[0], encodeURI(decodeURI(window.location.href)))
        jQuery('.sfsi_wechat_follow_overlay .sfsi_wechat_qr_display img').attr('nopin', 'nopin')
    } else {
        jQuery('.sfsi_wechat_follow_overlay').removeClass('hide').addClass('show').show();
    }
}

function sfsi_mobile_wechat_share(url) {
    if (jQuery('.sfsi_wechat_follow_overlay').length == 0) {
        jQuery('body').append("<div class='sfsi_wechat_follow_overlay sfsi_overlay show'><div class='sfsi_inner_display'><a class='close_btn' href='' onclick=\"event.preventDefault();close_overlay(\'.sfsi_wechat_follow_overlay\')\" >×</a><div style='width:95%; min-height:80%;background-color:#fff;margin:0 auto;margin:30% auto;padding: 20px 0;'><div style='width:90%;margin: 0 auto;'><input type='text' value='" + encodeURI(decodeURI(window.location.href)) + "' style='width:100%;padding:7px 0;text-align:center' /></div><div style='width:80%;margin:10px auto 0 auto'><div  class='sfsi_upload_butt_container' ><button onclick='sfsi_copy_text_parent_input(event)' class='upload_butt' >Copy</button></div><div class='sfsi_upload_butt_container' ><a href='weixin://' class='upload_butt'>Open WeChat</a></div></div></div></div>");
    } else {
        jQuery('.sfsi_wechat_scan').removeClass('hide').addClass('show');
    }
}

function sfsi_copy_text_parent_input(event) {
    var target = jQuery(event.target);
    /*console.log(target);*/
    input_target = target.parent().parent().parent().find('input');
    input_target.select();
    document.execCommand('copy');
}

function sfsi_responsive_toggle() {
    jQuery(document).scroll(function ($) {
        var y = jQuery(this).scrollTop();
        if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
            if (jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height() - 100) {
                jQuery('.sfsi_outr_div').css({
                    'z-index': '9996',
                    opacity: 1,
                    top: jQuery(window).scrollTop() + "px",
                    position: "absolute"
                });
                jQuery('.sfsi_outr_div').fadeIn(200);
                jQuery('.sfsi_FrntInner_chg').fadeIn(200);
            } else {
                jQuery('.sfsi_outr_div').fadeOut();
                jQuery('.sfsi_FrntInner_chg').fadeOut();
            }
        } else {
            if (jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height() - 3) {
                jQuery('.sfsi_outr_div').css({
                    'z-index': '9996',
                    opacity: 1,
                    top: jQuery(window).scrollTop() + 200 + "px",
                    position: "absolute"
                });
                jQuery('.sfsi_outr_div').fadeIn(200);
                jQuery('.sfsi_FrntInner_chg').fadeIn(200);
            } else {
                jQuery('.sfsi_outr_div').fadeOut();
                jQuery('.sfsi_FrntInner_chg').fadeOut();
            }
        }
    });
}

function createCookie(name, value, expires, path, domain) {
    var cookie = name + "=" + escape(value) + ";";

    if (expires) {
        // If it's a date
        if (expires instanceof Date) {
            // If it isn't a valid date
            if (isNaN(expires.getTime()))
                expires = new Date();
        }
        else
            expires = new Date(new Date().getTime() + parseInt(expires) * 1000 * 60 * 60 * 24);

        cookie += "expires=" + expires.toGMTString() + ";";
    }

    if (path)
        cookie += "path=" + path + ";";
    if (domain)
        cookie += "domain=" + domain + ";";

    document.cookie = cookie;
}

function sfsi_time_pop_up(time_popUp) {
    jQuery(document).ready(function ($) {
        try {
            // Check if cookie exists
            if (document.cookie.indexOf('sfsi_popup') !== -1) {
                return;
            }

            // If it doesn't exist, create it
            createCookie('sfsi_popup', new Date.getTime(), 30, '/');
        } catch (Exception) {
            // Do nothing
        }

        setTimeout(function () {
            jQuery('.sfsi_outr_div').css({
                'z-index': '1000000',
                opacity: 1
            });
            jQuery('.sfsi_outr_div').fadeIn(200);
            jQuery('.sfsi_FrntInner_chg').fadeIn(200);
        }, time_popUp);
    });
}

function sfsi_social_pop_up(time_popUp) {
    jQuery(document).ready(function ($) {
        //jQuery('.sfsi_outr_div').fadeIn();
        try {
            // Check if cookie exists
            if (document.cookie.indexOf('sfsi_socialPopUp') !== -1) {
                return;
            }

            // If it doesn't sfsi_socialPopUp, create it
            createCookie('sfsi_popup', new Date.getTime(), 30, '/');
        } catch (Exception) {
            // Do nothing
        }

        setTimeout(function () {
            jQuery('.sfsi_outr_div').css({
                'z-index': '1000000',
                opacity: 1
            });
            jQuery('.sfsi_outr_div').fadeIn();
        }, time_popUp);
    });
}

function sfsi_plugin_version(pluginVersion) {
    jQuery(document).ready(function (e) {
        jQuery("body").addClass("sfsi_" + pluginVersion)
    });
}

function sfsi_widget_set() {
    jQuery(".sfsi_widget").each(function (index) {
        if (jQuery(this).attr("data-position") == "widget") {
            var wdgt_hght = jQuery(this).children(".norm_row.sfsi_wDiv").height();
            var title_hght = jQuery(this).parent(".widget.sfsi").children(".widget-title").height();
            var totl_hght = parseInt(title_hght) + parseInt(wdgt_hght);
            jQuery(this).parent(".widget.sfsi").css("min-height", totl_hght + "px");
            /*console.log('widget');*/
        }
    });
}

SFSI(window).on('load', function () {
    SFSI('.sfsi_pinterest_sm_click').on('click touchstart', function () {
        sfsi_pinterest_modal_images(e);
    });
});

function sfsi_pinterest_modal_images(event, url, title) {
    /*console.log(event);*/
    event && event.preventDefault();
    var imgSrc = [];
    var page_title;

    page_title = SFSI('meta[property="og:title"]').attr('content');
    if (undefined == page_title) {
        page_title = SFSI('head title').text();
    }
    if (undefined == title) {
        title = page_title;
    }
    if (undefined == url) {
        url = window.location.href;
        // url = encodeURIComponent(window.location.href);
    }
    SFSI('body img').each(function (index) {
        var src = SFSI(this).attr('src') || "";
        var height = SFSI(this).height();
        var width = SFSI(this).width();
        var image_title = SFSI(this).attr('title') || "";
        var alt = SFSI(this).attr('alt') || "";
        var no_pin = SFSI(this).attr('data-pin-nopin') || "";
        var no_pin_old = SFSI(this).attr('nopin') || "";

        if (src !== "" && !src.startsWith("javascript") && height > 100 && width > 100 && no_pin_old !== "nopin" && no_pin !== "true") {
            imgSrc.push({
                src: src,
                title: title && "" !== title ? title : (image_title && "" !== image_title ? image_title : alt)
            });
        }
    });

    sfsi_pinterest_modal();
    if (imgSrc.length == 0) {
        var meta_img = SFSI('meta[property="og:image"]').attr('content');
        if (undefined == meta_img) {
            meta_img = "";
        }
        SFSI('.sfsi_flex_container').append('<div><a href="http://www.pinterest.com/pin/create/button/?url=' + encodeURIComponent(url) + '&media=&description=' + encodeURIComponent(page_title).replace('+', '%20').replace("#", "%23") + '"><div style="width:140px;height:90px;display:inline-block;" ></div><span class="sfsi_pinterest_overlay"><img data-pin-nopin="true" height="30" width="30" src="' + window.sfsi_icon_ajax_object.plugin_url + '/images/pinterest.png" /></span></a></div>')
    } else {

        SFSI.each(imgSrc, function (index, val) {
            SFSI('.sfsi_flex_container').append('<div><a href="http://www.pinterest.com/pin/create/button/?url=' + encodeURIComponent(url) + '&media=' + val.src + '&description=' + encodeURIComponent(val.title ? val.title : page_title).replace('+', '%20').replace("#", "%23") + '"><img style="display:inline"  data-pin-nopin="true" src="' + val.src + '"><span class="sfsi_pinterest_overlay" style="width:140px;left:unset;"><img data-pin-nopin="true" height="30" width="30" style="display:inline" src="' + window.sfsi_icon_ajax_object.plugin_url + '/images/pinterest.png" /></span></a></div>');
        });
    }
    event.preventDefault();

}

function sfsi_pinterest_modal(imgs) {
    // if (jQuery('.sfsi_premium_wechat_follow_overlay').length == 0) {
    jQuery('body').append(
        "<div class='sfsi_wechat_follow_overlay sfsi_overlay show'>" +
        "<div class='sfsi_inner_display'>" +
        '<a class="close_btn" href="" onclick="event.preventDefault();close_overlay(\'.sfsi_wechat_follow_overlay\')" >×</a>' +
        "<div style='width:95%;max-width:500px; min-height:80%;background-color:#fff;margin:0 auto;margin:10% auto;padding: 20px 0;border-radius: 20px;'>" +
        "<h4 style='margin-left:10px;'>Pin It on Pinterest</h4>" +
        "<div class='sfsi_flex_container'>" +

        "</div>" +
        "</div>" +
        "</div>" +
        "</div>"
    );
}

// should execute at last so that every function is acceptable in body.
var sfsi_functions_loaded = new CustomEvent('sfsi_functions_loaded', {
    detail: {
        "abc": "def"
    }
});
window.dispatchEvent(sfsi_functions_loaded);

function showSuccessAlert() {
    var alert = document.getElementById("success-alert");
    alert.style.display = "block";
    alert.style.animation = "intro-animation 1s";

    setTimeout(function() {
        alert.style.animation = "fade-out 2s";
        setTimeout(function() {
            alert.style.display = "none";
            alert.style.animation = "none"; // Reset the animation
        }, 2000); // Adjust the timing to match the fade-out animation duration
    }, 3000); // Show the alert for 3 seconds (you can adjust the timing)
}

/* Copy link */
function sfsi_copyLink(str) {

    try {

        const el = document.createElement('textarea');
        el.value = str;
        el.setAttribute('readonly', '');
        el.style.position = 'absolute';
        el.style.left = '-9999px';
        document.body.appendChild(el);
        el.select();
        document.execCommand('copy');
        document.body.removeChild(el);

        // Confirmation of copy success e.g. alert or notification
        showSuccessAlert();

        return true;

    } catch (e) {
        console.log(e);

        // Rejection notice of copy failure e.g. alert or notification

        return false;

    }

}

document.querySelectorAll('a.sfsi_copylink').forEach(function (anchor) {
    anchor.addEventListener('click', function (e) {
        e.preventDefault();
        sfsi_copyLink(window.location.href);
    });
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists