Thursday, June 11, 2020

Hypocrite Savarna Detector Beta

Quick Post.

When you see a Savarna outraging a lot about Black Lives Matter.  Please use this tool to determine if this Savarna is a genuine ally or if s/he is merely virtue signaling and can become a liability for anti-race struggle
Free Spy Cliparts, Download Free Clip Art, Free Clip Art on ...
Hypocrite Savarna Detector Beta

Savarna Test

Drag and Drop the above "Savarna Test" link to your bookmark bar

See this for more help: https://www.howtogeek.com/189358/beginner-geek-how-to-use-bookmarklets-on-any-device/

Next Go to your Facebook Feed.  When you come across an Indian who is posting non-stop about #blacklivesmatter select the name and then push this bookmark on your toolbar. Wait for the results

Code:




       

(function(){
classic = false;
inner = document.getSelection().focusNode.parentNode.parentNode.innerHTML;
if (inner==null){
    alert("Unable to find Node");
    return 0;
}

profile = inner.match(/user.php\?id=(\d*?)\&/);
profile_id = null;
if (profile != null) {profile_id = profile[1];}


if (profile_id != null){
    classic = true;
    alert("Exploring "+profile_id);
    start = atob("eyJycF9hdXRob3IiOiJ7XCJuYW1lXCI6XCJhdXRob3JcIixcImFyZ3NcIjpcIg==");

    end = atob("XCJ9IiwicnBfY3JlYXRpb25fdGltZSI6IntcIm5hbWVcIjpcImNyZWF0aW9uX3RpbWVcIixcImFyZ3NcIjpcIntcXFwic3RhcnRfeWVhclxcXCI6XFxcIjIwMTlcXFwiLFxcXCJzdGFydF9tb250aFxcXCI6XFxcIjIwMTktMVxcXCIsXFxcImVuZF95ZWFyXFxcIjpcXFwiMjAxOVxcXCIsXFxcImVuZF9tb250aFxcXCI6XFxcIjIwMTktMTJcXFwiLFxcXCJzdGFydF9kYXlcXFwiOlxcXCIyMDE5LTEtMVxcXCIsXFxcImVuZF9kYXlcXFwiOlxcXCIyMDE5LTEyLTMxXFxcIn1cIn0ifQ==");

    filters  = btoa(start+profile_id+end);

    var xmlHttp = new XMLHttpRequest();
    xmlHttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        if(this.status != 200) {  alert ("Search Failed");}
        if( this.responseText.includes("BrowseResultsContainer")){
        alert("Posts mentioning Dalits were found by this profile");
        }else
        {
        alert("No posts mentioning Dalits were found by this profile");
        }
    }
    };
    xmlHttp.open("GET", "/search/posts/?q=dalit&epa=FILTERS&filters="+filters, true);
    xmlHttp.send();
}

if (classic) return 0;

inner = document.getSelection().focusNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.innerHTML;
if (inner==null){
    alert("Unable to find Node");
    return 0;
}
string = inner.match(/facebook.com\/(.*?)\?/);
if (string==null) {
    alert("Unable to find correct id");
    return 0;
}
alert("Exploring "+string[1]);
var xmlHttp = new XMLHttpRequest();
xmlHttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
        if(this.status != 200) {  alert ("Search Failed");}
        if( this.responseText.includes("CometSearchResultsStandalonePost")){
            alert("Posts mentioning Dalits were found by this profile");
        }else
        {
            alert("No posts mentioning Dalits were found by this profile");
        }
    }
};
xmlHttp.open("GET", "/profile/"+string[1]+"/search?q=dalit&filters=eyJycF9jcmVhdGlvbl90aW1lIjoie1wibmFtZVwiOlwiY3JlYXRpb25fdGltZVwiLFwiYXJnc1wiOlwie1xcXCJzdGFydF95ZWFyXFxcIjpcXFwiMjAxOVxcXCIsXFxcInN0YXJ0X21vbnRoXFxcIjpcXFwiMjAxOS0xXFxcIixcXFwiZW5kX3llYXJcXFwiOlxcXCIyMDE5XFxcIixcXFwiZW5kX21vbnRoXFxcIjpcXFwiMjAxOS0xMlxcXCIsXFxcInN0YXJ0X2RheVxcXCI6XFxcIjIwMTktMS0xXFxcIixcXFwiZW5kX2RheVxcXCI6XFxcIjIwMTktMTItMzFcXFwifVwifSJ9", true);
xmlHttp.send();
})();