Try using "Template" action and construct your text with hyerlinks than paste it to page.
Other option is to create simple LOCAL html page somewhere on your hard disk with
desired text and links, than open that local html page in another tab in BAS and than copy
from that tab to the tab where you are working.
Как правильно прикрутить модуль в node.js? И как вывести определенный текст в переменную
-
Вообщем, я не мастер обьяснять, но попробую
Установил: https://www.npmjs.com/package/machinepack-2fa (Данный модуль создаёт код для Google Autinthicator)
Сам код:var FA = require('machinepack-2fa'); // Validates the given code compared to user's key. FA.validate({ key: '44xtha1v228542u5q6ddxzdoukji1m74', code: '123456', }).exec({ // An unexpected error occurred. error: function (err) { }, // Valid code. valid: function () { }, // OK. invalid: function () { }, });Как сделать что-бы 'Code' преобразовался в переменную? И эту переменную можно было использовать дальше
-
@floresrage Двух-факторная авторизация гугла opskins для VGO скинов?