September 2, 2022

Как пользоваться сайтом Very Tech бесплатно👇🏻

Я увидел эту схему в этом паблике и решил расписать гайд.

1. скачиваем расширение - тут

2. нажимаем сюда :

3. удалите то что там находится

4. вставьте код:


// ==UserScript==
// @name Free verytech pass
// @namespace http://tampermonkey.net/
// @version 0.2
// @description by @supchikawai
// @author хуй
// @match https://analytics.verytech.io/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @grant none
// ==/UserScript==

(function() {
console.log("monkey flip go go go")
let _open = XMLHttpRequest.prototype.open;
XMLHttpRequest.prototype.open = function(method, url, async, user, password) {
console.debug("XHR: " + url)
_open.call(this, method, url, async=async, user=user, password=password)
}
let _send = XMLHttpRequest.prototype.send;
XMLHttpRequest.prototype.send = function(data) {
let _onload = this.onload;
this.onload = function() {
if (this.responseURL == "https://api.verytech.io/api/user/passport/me") {
let resp_json = JSON.parse(this.responseText)
resp_json.verified = true
Object.defineProperty(this, "responseText", {writable: true});
this.responseText = JSON.stringify(resp_json)
console.log(this.responseText)
}
console.debug("RESP by " + this.responseURL + ": " + this.responseText)
if (_onload != null) {
_onload.call(this)
}
}
_send.call(this, data)
}
})();

5. сохраните (ctrl + s)

6. заходим на Very Tech, подключаем кошель и пользуемся

Мой тг канал 👇🏻
https://t.me/Profit_DAO
https://t.me/Profit_DAO
https://t.me/Profit_DAO

поддержали статью:
https://t.me/cryptozhaba
https://t.me/link_ne1ron_nft
https://t.me/flipayu_sol