Skip to content

Instantly share code, notes, and snippets.

@ujjwalk308
ujjwalk308 / script
Created September 2, 2014 11:09
Xiaomi Mi3 and Redmi 1S Flipkart Booking Trick – 100% Working Script
/* Magic Script. But the question is, will this work? :3 FUCK YEAH IT DID, FGT! */
function getMyToken() {
var cookies = " " + document.cookie,
cookieName = "aid";
var index = cookies.indexOf(" " + cookieName + "=");
if (index == -1) {
index = cookies.indexOf(";" + cookieName + "=");
}
if (index == -1 || cookieName == "") {