Possible to clickjack App Installs?

yes exaclty that's what i want to say
i can bypass/remove these lines in internet explorer but i have no any working clickjack app for internet explorer i hope

i talk about these lines these are not problem

HTML:
function si_cj(m) {
    setTimeout(function () {
        new Image().src = ":\/\/error dot facebook dot com\/common\/scribe_endpoint.php?c=si_clickjacking&t=7437" + "&m=" + m;
    }, 5000);
}
if (top != self) {
    try {
        if (parent != top) {
            throw 1;
        }
        var si_cj_d = ["app dot facebook.com", "\/pages\/", "apps dot beta dot facebook.com"];
        var href = top.location.href.toLowerCase();
        for (var i = 0; i < si_cj_d.length; i++) {
            if (href.indexOf(si_cj_d[i]) >= 0) {
                throw 1;
            }
        }
        si_cj("3 ");
    } catch (e) {
        si_cj("1 \t");
        window.document.write("\u003cstyle>body * {display:none !important;}\u003c\/style>\u003ca href=\"#\" onclick=\"top.location.href=window.location.href\" style=\"display:block !important;padding:10px\">Facebook dot com'a git\u003c\/a>");

How do you bypass this ? By modifying the content of iframe ? Can you send me the code to bypass it ?
 
How do you bypass this ? By modifying the content of iframe ? Can you send me the code to bypass it ?

yes i found a way but as i said unfortunately it works only in internet explorer 7/8/9

if you can find a clickjack app for ie i can tell you :p
 
yes i found a way but as i said unfortunately it works only in internet explorer 7/8/9

if you can find a clickjack app for ie i can tell you :p

If you can bypass that, I can convert that code into clickjack code and share with you. PM me if interested.
 
I need help clickjacking a search button... if anyone knows how to do this, please PM me! I'll pay $30! :)
 
Back
Top