共享代码以在 Facebook 2024 上创建大量粉丝专页
https://anonyviet.com/share-code-tao-fanpage-hang-loat-tren-facebook/
共享代码 批量创建 Facebook 粉丝专页
演示创建过程
分享代码以在 Facebook 上创建大量粉丝专页
页面创建成功
分享代码以在 Facebook 上创建大量粉丝专页
用户手册:
第 1 步:使用chrome 或 Firefox 的User-Agent Switcher扩展 来仿冒 Opera mini 9.80 浏览器(通过 google 仿冒方式)
第 2 步:然后我们访问 m.facebook.com
第 3 步:F12 并切换到选项卡控制台
第 4 步:将代码直接粘贴到该行中。
步骤 5:输入以挂起浏览器。
加入AnonyViet的Telegram频道👉链接👈
var page_name = 'AnonyViet';
function loadCreatePage() {
console.log('Dang Tao Page');
var i = Math.floor((Math.random() * 100000) + 1);
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
var data = xhttp.responseText;
var getValue = data.match(/name="fb_dtsg" value="(.+?)" autocomplete="off"/g);
var fb_dtsg = getValue[0].replace('name="fb_dtsg" value="', '');
fb_dtsg = fb_dtsg.replace('" autocomplete="off"', '');
var charset_test = '€,´,€,´,水,Д,Є';
var super_category = 1016;
var category = 2700;
if (fb_dtsg == null) {
console.log('主页 fb_dtsg');
} else {
console.log('当前页面...');
submitCreatePage(fb_dtsg, charset_test, super_category, category, i);
}
}
};
xhttp.open("GET", 'https://m.facebook.com/pages/create/?page_name=' + page_name + ' ' + i + '&category=0&super_category=1016', true);
xhttp.send();
}
function submitCreatePage(fb_dtsg, charset_test, super_category, category) {
var i = Math.floor((Math.random() * 100000) + 1);
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
console.log('跳过步骤信息页面...');
var url = xhttp.responseURL;
skipStepSubmitInfoPage(url);
}
};
xhttp.open("POST", 'https://m.facebook.com/pages/create/add/', true);
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(“fb_dtsg=” + fb_dtsg + “&charset_test=” + charset_test + “&page_name=” + page_name + “ “ + i + “&super_category=” + super_category + “&category=” + category);
}
函数skipStepSubmitInfoPage(url){
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function(){
if(xhttp.status == 200 && xhttp。readyState == 4) {
skipStepSubmitInfoPage2(url + '&step=username&skip=true');
}
};
xhttp.open("GET", url + '&step=about&skip=true', true);
xhttp.send();
}
函数 skipStepSubmitInfoPage2(url) {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
countDown();
}
};
xhttp.open("GET", url, true);
xhttp.send();
}
function countDown() {
console.log('重新加载脚本...');
var a = 30;
var ITV = setInterval(function() {
console.log('~ ' + a + 'giây');
a--;
if (a === 0) {
clearInterval(ITV);
loadCreatePage();
}
}, 1000);
}
loadCreatePage();
或者使用此代码以组合全名的方式创建一个页面,使其看起来像真实的页面
相关文章
分享代码以在 Facebook 上创建大量粉丝专页
在 Facebook 2024 上自动创建页面的代码
2023 年 4 月 30 日
function loadCreatePage() {
console.log('获取页面创建信息...');
var i = Math.floor((Math.random() * 100000) + 1);
var wordlist1 = ["Nguyen", "Le", "Tran", "Pham", "Huynh", "Phan", "Vu", "Vo", "Dang", "Bui", "Do", "Ngo" ”、“Duong”、“Ly”];
var wordlist2 = ["Dieu Ai", "Kha Ai", "Ngoc Ai", "Hoai An", "Hue An", "Minh An", "Phuong An", "Thanh An", "Hue An", " Bao Anh”、“Diep Anh”、“Hai Anh”、“Hong Anh”、“Huyen Anh”、“Kieu Anh”、“Kim Anh”、“Lan Anh”、“Mai Anh”、“Minh Anh”、“ My Anh”、“Ngoc Anh”、“Nguyet Anh”、“Nhu Anh”、“Phuong Anh”、“Que Anh”、“Quynh Anh”、“Thuy Anh”、“Thuy Anh”、“Tram Anh”、“ Trang Anh”、“Tu Anh”、“Tuyet Anh”、“Van Anh”、“Yen Anh”、“Kim Anh”、“Ngoc Anh”、“Nguyet Anh”];
var randomNumber1 = parseInt(Math.random() * wordlist1.length);
var randomNumber2 = parseInt(Math.random() * wordlist2.length);
var page_name = wordlist1[randomNumber1] + " " + wordlist2[randomNumber2];
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
var data = xhttp.responseText;
var getValue = data.match(/name="fb_dtsg" value="(.+?)" autocomplete="off"/g);
var fb_dtsg = getValue[0].replace('name="fb_dtsg" value="', '');
fb_dtsg = fb_dtsg.replace('" autocomplete="off"', '');
var charset_test = '€,',€,',?,?,?';
var 超级类别 = 1016;
变量类别 = 2700;
if (fb_dtsg == null) {
console.log('In?ng fb_dtsg');
} else {
console.log('正在创建');
commitCreatePage(fb_dtsg, charset_test, super_category, 类别, i);
}
}
};
xhttp.open("GET", 'https://m.facebook.com/pages/create/?page_name=' + page_name + ' ' + i + '&category=0&super_category=1016', true);
xhttp.send();
}
函数submitCreatePage(fb_dtsg, charset_test, super_category,类别) {
var i = Math.floor((Math.random() * 100000) + 1);
var wordlist1 = ["Nguyen", "Le", "Tran", "Pham", "Huynh", "Phan", "Vu", "Vo", "Dang", "Bui", "Do", "Ngo" ”、“Duong”、“Ly”];
var wordlist2 = ["Dieu Ai", "Kha Ai", "Ngoc Ai", "Hoai An", "Hue An", "Minh An", "Phuong An", "Thanh An", "Hue An", " Bao Anh”、“Diep Anh”、“Hai Anh”、“Hong Anh”、“Huyen Anh”、“Kieu Anh”、“Kim Anh”、“Lan Anh”、“Mai Anh”、“Minh Anh”、“ My Anh”、“Ngoc Anh”、“Nguyet Anh”、“Nhu Anh”、“Phuong Anh”、“Que Anh”、“Quynh Anh”、“Thuy Anh”、“Thuy Anh”、“Tram Anh”、“ Trang Anh”、“Tu Anh”、“Tuyet Anh”、“Van Anh”、“Yen Anh”、“Kim Anh”、“Ngoc Anh”、“Nguyet Anh”];
var randomNumber1 = parseInt(Math.random() * wordlist1.length);
var randomNumber2 = parseInt(Math.random() * wordlist2.length);
var page_name = wordlist1[randomNumber1] + " " + wordlist2[randomNumber2];
console.log(页面名称);
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
console.log('跳过步骤信息页面...');
var url = xhttp.responseURL;
跳过步骤提交信息页面(url);
}
};
xhttp.open("POST", 'https://m.facebook.com/pages/create/add/', true);
xhttp.setRequestHeader("内容类型", "application/x-www-form-urlencoded");
xhttp.send("fb_dtsg=" + fb_dtsg + "&charset_test=" + charset_test + "&page_name=" + page_name + " " + i + "&super_category=" + super_category + "&category=" + 类别);
}
函数skipStepSubmitInfoPage(url) {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
skipStepSubmitInfoPage2(url + '&step=用户名&skip=true');
}
};
xhttp.open("GET", url + '&step=about&skip=true', true);
xhttp.send();
}
函数skipStepSubmitInfoPage2(url) {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.status == 200 && xhttp.readyState == 4) {
countDown(); }
}
};
xhttp.open("GET", url, true);
xhttp。send();
}
function countDown() {
console.log('重新加载脚本...');
var a = 222;
var ITV = setInterval(function() {
console.log('~ ' + a + 'giây');
a--;
if (a === 0) {
clearInterval(ITV);
loadCreatePage();
}
}, 1000);
}
loadCreatePage();
批量创建页面的说明
创建完整粉丝专页的说明
批量创建 Facebook 页面
批量创建 Facebook 粉丝专页
抄袭3、4个来源,一般来说只是抄袭,不知道作者是谁
标签: 粉丝专页创建代码创建粉丝专页批量创建粉丝专页
匿名越南
匿名越南
知识就像一把火,你分享得越多,它就会燃烧得越多!
相关文章
FACEBOOK
在 Facebook 2024 上自动创建页面的代码
2023 年 4 月 30 日
留言
張貼留言