TUT thoát khỏi bm khi bạn là qtv duy nhất của bm 2026 – 16/04/2026

CODE :

(async () => {
  // ==== Configuration ==== //
  const idbm = "1439911491196840"; // business_id
  const idad = "61579671951498";  // admin_id
  const idbm1 = "2033862614124681"; // ID bm live
  
  
  // ==== Retrieve Tokens from a Facebook Page ==== //
  console.log("🔍 Retrieving DTSG, Jazoest, LSD...");
 const html = document.documentElement.outerHTML;
  const jazoest = html.match(/jazoest=(\d+)/)?.[1] || "";
  const lsd=require(["LSD"]).token
  const dtsg = require(["DTSGInitData"]).token;
  
  console.log({ dtsg, jazoest, lsd });

  // ==== Get the user ID from the cookie ==== //
  const uid = document.cookie.match(/c_user=(\d+)/)?.[1] || "";
  console.log({ uid });
  if (!uid) {
    console.error("“c_user” not found in cookies — make sure you are logged in!");
    return;
  }


  // ==== Create data payload to send ==== //
  const data = new URLSearchParams({
    business_id: idbm,
    admin_id: idad,
    session_id: "2e942068-0721-40b7-a912-4f89f3a72b0e",
    event_source: "PMD",
    __aaid: "0",
    __bid: idbm,
    __user: uid,
    __a: "1",
    __req: "8",
    __hs: "20010.BP:DEFAULT.2.0..0.0",
    dpr: "1",
    __ccg: "EXCELLENT",
    __rev: "1017311549",
    __s: "n0exl1:n9jvpp:f8agky",
    __hsi: "7425567271958688187",
    __dyn: "7xeUmF3EfXolwCwRyUbFp62-m2q3K2K5U4e1Fx-ewSxu68uxa0z8S2S0zU2EwBx60DU4m0nCq1eK2K8xN0CgC11x-7U7G78jxy1VwBwXwEwpU1eE4a4o5-0ha2l2Utg6y1uwiU7y3G48comwkE-3a0y83mwkE5G4E6u4U5W0HUkyE16Ec8-3qazo8U3ywbS1Lwqp8aE5G360NE1UU7u1rwGwbu",
    __csr: "",
    fb_dtsg: dtsg,
    jazoest: jazoest,
    lsd: lsd,
    __spin_r: "1017311549",
    __spin_b: "trunk",
    __spin_t: Math.floor(Date.now() / 1000).toString(),
    __jssesw: "1"
  }).toString();

  // ==== Send a post request ==== //
  console.log("🚀 Sending a request to remove the admin...");
  const res = await fetch("https://business.facebook.com/business/asset_onboarding/business_remove_admin/", {
    method: "POST",
    headers: {
      "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
      "accept-language": "vi-VN,vi;q=0.9,en-US;q=0.8,en;q=0.7",
      "content-type": "application/x-www-form-urlencoded",
      "dpr": "1",
      "origin": "https://www.facebook.com",
      "pragma": "no-cache",
      "priority": "u=0, i",
      "referer": "https://www.facebook.com/",
      "sec-fetch-mode": "cors",
      "sec-fetch-site": "same-origin"
    },
    body: data,
    credentials: "include"
  });

  const text = await res.text();
  console.log("📩 Server response:1");
// ==== Create data to send ==== //
  const data1 = new URLSearchParams({
    business_id: idbm1,
    admin_id: idad,
    session_id: "2e942068-0721-40b7-a912-4f89f3a72b0e",
    event_source: "PMD",
    __aaid: "0",
    __bid: idbm1,
    __user: uid,
    __a: "1",
    __req: "8",
    __hs: "20010.BP:DEFAULT.2.0..0.0",
    dpr: "1",
    __ccg: "EXCELLENT",
    __rev: "1017311549",__s: "n0exl1:n9jvpp:f8agky",
    __hsi: "7425567271958688187",
    __dyn: "7xeUmF3EfXolwCwRyUbFp62-m2q3K2K5U4e1Fx-ewSxu68uxa0z8S2S0zU2EwBx60DU4m0nCq1eK2K8xN0CgC11x-7U7G78jxy1VwBwXwEwpU1eE4a4o5-0ha2l2Utg6y1uwiU7y3G48comwkE-3a0y83mwkE5G4E6u4U5W0HUkyE16Ec8-3qazo8U3ywbS1Lwqp8aE5G360NE1UU7u1rwGwbu",
    __csr: "",
    fb_dtsg: dtsg,
    jazoest: jazoest,
    lsd: lsd,
    __spin_r: "1017311549",
    __spin_b: "trunk",
    __spin_t: Math.floor(Date.now() / 1000).toString(),
    __jssesw: "1"
  }).toString();

  // ==== Send a post request ==== //
  console.log("🚀 Sending a request to remove the admin...");
  const res1 = await fetch("https://business.facebook.com/business/asset_onboarding/business_remove_admin/", {
    method: "POST",
    headers: {
      "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
      "accept-language": "vi-VN,vi;q=0.9,en-US;q=0.8,en;q=0.7",
      "content-type": "application/x-www-form-urlencoded",
      "dpr": "1",
      "origin": "https://www.facebook.com",
      "pragma": "no-cache",
      "priority": "u=0, i",
      "referer": "https://www.facebook.com/",
      "sec-fetch-mode": "cors",
      "sec-fetch-site": "same-origin"
    },
    body: data1,
    credentials: "include"
  });

  const text1 = await res1.text();
  console.log("📩 Server response:");
  console.log("Deleting BM by tele: @nvduc99");
  console.log(text1);
})();

Link tải code :

https://drive.google.com/drive/folders/18u61aq7HImXO6UVQKLY3NF4UGK6PBvNp?usp=sharing

🇻🇳 🤘𝗠𝗙𝗚 𝗧𝗲𝗮𝗺 🤘 🇻🇳
Contact Me on Zalo