Добавил еще ведущие нули к миллисекундам, если кому-то еще когда-то этот код понадобится
log = function (text, color, define){ var id, time, thread, logHtml, textLog; define = (typeof define == 'string') ? define.split(/[\s,.|:;]+/g) : define; if(typeof define === 'object' && define !== null){ if(Array.isArray(define)){ id = define.indexOf('id') > -1; time = define.indexOf('time') > -1; thread = define.indexOf('thread') > -1; } else{ id = define.id == true; time = define.time == true; thread = define.thread == true; } } else id = time = thread = true; id = id ? '<a href="action://action' + ScriptWorker.GetCurrentAction() + '" style="color:gray;">[' + ScriptWorker.GetCurrentAction() + ']</a>' : ''; time = time ? ' ' + getTime() : ''; thread = thread ? ' Поток №' + thread_number() : ''; logHtml = (id || time || thread) ? id + '<span style="color: white">' + time + thread + ' : </span>' : ''; logHtml += '<span style="color:' + (color ? color : 'white') + '">' + text + '</span>'; textLog = '[' + ScriptWorker.GetCurrentAction() + ']' + time + thread + ' : ' + text function getTime(){ var checkTime = function(i){ return (i < 10) ? "0" + i : i; }; var checkMilliSeconds = function(ms){ if (ms < 10) { return "00" + ms; } else if (ms < 100) { return "0" + ms; } else { return ms; } }; var d = new Date(); var hh = checkTime(d.getHours()); var mm = checkTime(d.getMinutes()); var ss = checkTime(d.getSeconds()); var ms = checkMilliSeconds(d.getMilliseconds()); return '[' + hh + ':' + mm + ':' + ss + '.' + ms + ']'; }; Logger.WriteHtml(logHtml, textLog); }Авторизация в pinterest
-
Авторизация в pinterest через гугл. Нажимаю кнопку войти через гугл и ничего не происходит в БАС. в обычном браузере открыватся окно. Можете подсказать как авторизовывать
-
@ijpv8qatz5 said in Авторизация в pinterest:
Авторизация в pinterest через гугл. Нажимаю кнопку войти через гугл и ничего не происходит в БАС. в обычном браузере открыватся окно. Можете подсказать как авторизовывать
Попробуйте кликать на кнопку "войти через гугл" с зажатым ctrl
-
Пробовал: менять прокси,отпечатки.ставил мобильные отпечатки. Блок "Разрешить всплывающее окна"
в обычном браузере окно открывается.
вот что еще пишет
client?hl=ru:74 [GSI_LOGGER]: Your client application uses one of the Google One Tap prompt UI status methods that may stop functioning when FedCM becomes mandatory. Refer to the migration guide to update your code accordingly and opt-in to FedCM to test your changes.client?hl=ru:75 [GSI_LOGGER]: FedCM get() rejects with NotSupportedError: The user agent does not support public key credentials.
-
на отпчатке АйФон входит
но нужен десктоп -
Safari браузер работает Chrome НЕТ
но нужен хром... так как что бы брал текущую версию. там запрос через * по версиям -
@ijpv8qatz5 said in Авторизация в pinterest:
Safari браузер работает Chrome НЕТ
но нужен хром... так как что бы брал текущую версию. там запрос через * по версиямПереход срабатывает на тегах отпечатка "Edge", "Safari", "Firefox", но на "Chrome" и "YaBrowser" не срабатывает. Проблема передана разработчику, спасибо.
-
This post is deleted!