Tutorial

Share cách change mail để các bác mới mua via facebook về để không bị check point

nay em share cách change mail để các bác mới mua via facebook về để không bị check point ạ
các bác chỉ cần thay mail cần thay vào “[email protected]” trong code rồi vào mail đó xác nhận là được ạ
————————————————————————
function AddMail(email){var spinR = require([“SiteData”]).__spin_r;
var spinB = require([“SiteData”]).__spin_b;
var spinT = require([“SiteData”]).__spin_t;
var jazoest = require([“SprinkleConfig”]).jazoest;
var fbdtsg = require([“DTSGInitData”]).token;
var userId = require([“CurrentUserInitialData”]).USER_ID;
var hsi = require([“SiteData”]).hsi;
var pass = “”;
var data = “jazoest=22134&fb_dtsg=” + fbdtsg + “&next=&contactpoint=” + email + “&__user=” + userId + “&__a=1&__dyn=&__req=1&__be=1&__pc=PHASED%3ADEFAULT&dpr=1&__rev=&__s=&__hsi=” + hsi + “&__spin_r=” + spinR + “&__spin_b=” + spinB + “&__spin_t=” + spinT;
fetch(url, {
method: ‘POST’,
body: data,
headers: {
‘Content-Type’: ‘application/x-www-form-urlencoded’
}
}).then(e => e.text()).then(e => {});};AddMail(“[email protected]”);
————————————————————————–
Vào trang cá nhân của via -> F12 -> vào console -> xoá hết -> paste code vào -> thay mail cần thay -> enter là done nhé các bác. Vào mail xác nhận nữa là xong

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also
Close
Back to top button