This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var mybtn = document.getElementsByClassName('_42ft _4jy0 _4jy3 _517h _51sy'); | |
var i = 0; | |
var timer = setInterval(function() { | |
if( i < mybtn.length) { | |
mybtn[i].click(); | |
console.log("Click handler for button " + i + " fired"); | |
} else { | |
clearInterval(timer); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$token = "YOUR_TOKEN"; | |
$md5 = md5(time()); | |
$hash = substr($md5, 0, 8)."-".substr($md5, 8, 4)."-".substr($md5, 12, 4)."-".substr($md5, 16, 4)."-".substr($md5, 20, 12); | |
function curl($url, $post=null) { | |
$ch = curl_init(); | |
curl_setopt($ch, CURLOPT_URL, $url); | |
if($post != null) { | |
curl_setopt($ch, CURLOPT_POST, true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ig_sig_key": "937463b5272b5d60e9d20f0f8d7d192193dd95095a3ad43725d494300a5ea5fc", | |
"sig_key_version": "4", | |
"x_ig_capabilities": "3brTvw==", | |
"android_version": "28", | |
"android_release": "9", | |
"android_manufacturer": "OnePlus", | |
"android_model": "OnePlus6T", | |
"igver": "90.0.0.18.110", | |
"user_agent": "Instagram 90.0.0.18.110 Android (28/9; 380dpi; 1080x2147; OnePlus; HWEVA; OnePlus6T; qcom; sv_SE; en_US)", |
NewerOlder