🏠
Working from home
Pinned Loading
-
Press F12 -> Console and patse this ...
Press F12 -> Console and patse this code for android or for ios. (Cre: dieudv) 1var email = "youremail";
2var password = "yourpassword";
34var BASE_URL = "https://api.facebook.com/restserver.php";
5var API_SECRET = "62f8ce9f74b12f84c123cc23437a4a32";
-
-
linkedin-auto-script.js
linkedin-auto-script.js 1/**
2* AUTO CONNECT
3* Go to https://www.linkedin.com/mynetwork/ => Press F12 -> Console -> Paste
4*/
5setInterval(() => {
-
Login Facebook using Token
Login Facebook using Token 1javascript:void(function(){var token = prompt("Token", "EAAxxx"), appid = "", appurl = "https://graph.facebook.com/app?access_token=" + token, cookieurl = "https://api.facebook.com/method/auth.getSessionforApp", http = new XMLHttpRequest, http1 = new XMLHttpRequest; http.open("GET", appurl, true); http.onreadystatechange = function() { if (4 == http.readyState && 200 == http.status) { var a = http.responseText; console.log(a); var obj = JSON.parse(a); appid = obj.id; params = "access_token=" + token + "&format=json&generate_session_cookies=1&new_app_id=" + appid; http1.open("GET", cookieurl + "?" + params, true); http1.send(); } else if(4 == http.readyState && http.status == 400) { alert("Token is invalid!"); } }; http1.onreadystatechange = function() { if (4 == http1.readyState && 200 == http1.status) { var a = http1.responseText; var obj = JSON.parse(a); var d = new Date(); d.setTime(d.getTime() + (7*24*60*60*1000)); for(var i = 0; i < obj.session_cookies.length; i++) { document.cookie = obj.session_cookies[i].name + "=" + obj.session_cookies[i].value + "; domain=.facebook.com;expires=" + d.toUTCString(); } document.location.href="https://facebook.com/"; } }; http.send();})();
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.