創建一個“堅不可摧”的 BM / Javascript 方法 Источник: https://piratecpa.net/2022/09/sozdaem-neubivaemyj-bm-javascript-metod/
https://piratecpa.net/2022/09/sozdaem-neubivaemyj-bm-javascript-metod/
從
行政
1.8k
<img width="768" height="402" src="https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad-768x402.png&nocache=1" class="attachment-boombox_image768 size-boombox_image768 wp-post-image" alt decoding="async" srcset="https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad-768x402.png&nocache=1 768w, https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad-300x157.png&nocache=1 300w, https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad-1024x536.png&nocache=1 1024w, https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad-360x188.png&nocache=1 360w, https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad-545x285.png&nocache=1 545w, https://piratecpa.net/wp-content/webpc-passthru.php?src=https://piratecpa.net/wp-content/uploads/2022/09/b52e49af-ae99-4088-b950-b51f88c09cad.png&nocache=1 1280w" sizes="(max-width: 768px) 100vw, 768px">
使用 javascript 創建“不朽”或“殭屍”BM 的全新方式。從沒有 RK 的 BM ZRD 我們製作了 BM PZRD,FB 不能禁止它,因為它對 FB 來說已經死了。素材最初是由ProEds的亞洲朋友錄製和準備的。
作者提請注意這樣一個事實,即該芯片僅適用於有限制的 BM,以及那些沒有 RC 的 BM。此外,可以創建 RC 的 BM 是合適的,但在這種情況下它們必須處於活動狀態。
Javascript 顯示在視頻下方,如視頻中一樣插入到開發人員控制台中。不要忘記將變量更改為您自己的變量並進行測試!
var accountId = require("BusinessUnifiedNavigationContext").adAccountID;
var fb_dtsg = require('DTSGInitialData').token;
var __user = require('CurrentUserInitialData').USER_ID;
var bm_id = location.href.split('?business_id=')[1].split('&')[0].trim();
var params = `__user=${__user}&__a=1&__csr=&__req=u&__hs=19233.BP%3Abrands_pkg.2.0.0.0.0&dpr=1&__ccg=EXCELLENT&__rev=1006107908&__s=6n2lwc%3Aa7z5og%3Asrwkmr&__hsi=7137284028269070087&__comet_req=0&fb_dtsg=${fb_dtsg}&jazoest=25466&lsd=djOwmsZGMY8CPHYIPh6YoQ&__spin_r=1006107908&__spin_b=trunk&__spin_t=1661778434&__jssesw=1`;
//put your ad account id below, it must share to same facebook account keep BM.
var accountId = "701671047790172";
fetch("https://business.facebook.com/business/objects/add/connections/?business_id=" + bm_id + "&from_id=" + bm_id + "&from_asset_type=brand&to_id=" + accountId + "&to_asset_type=ad-account", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"body": params,
"method": "POST",
"mode": "cors",
"credentials": "include"
}).then(e => {
console.log("Lets go to @piratecpa");
console.log(e.text());
})
Источник: https://piratecpa.net/2022/09/sozdaem-neubivaemyj-bm-javascript-metod/
留言
張貼留言