1:) Add a folder selection to your project. (You can choose to read only or delete what you read.)
2:) Create a folder and keep the cookies in separate txt files.
3:) After starting the project, transfer the variable from the folder selection to Read File. Change the name FILE_CONTENT to COOKIE.
4:) Call the COOKIE variable in the previous process and perform the Network/Restore Cookies process.
5:) Open google.com in the browser, the cookie will be added.
Экспорт куки по домену сайта, а не всего браузера.(Решено)
-
Спасибо)
Вот ответ на мой вопрос:
Пропускаете куки через данный код("Выполнить код") и оно перезапишет переменную в данном случае только с куками google.var cookies = JSON.parse([[SAVED_COOKIES]]).cookies.filter(function(coo){return coo.domain.indexOf('google') >= 0}) [[SAVED_COOKIES]] = JSON.stringify({cookies: cookies})