Vladislav Puzyrev

Results 14 comments of Vladislav Puzyrev

I have the same problem. The strange thing is that the number of nodes with a distance of infinity still depends on the length of the name of the nodes....

I switched to this: https://github.com/nktnet1/kill-sync

I'm using a workaround with MutationObserver: ```typescript useEffect(() => { const nodes = document.querySelectorAll(".rc-virtual-list-scrollbar"); const scrollbars = Array.from(nodes); const observers = scrollbars.map((scrollbar) => { const observer = new MutationObserver(() =>...

VK API выбрасывает ошибку капчи, я думаю это из-за проблемы с одним и тем же ip на все запросы от спамера которую я описал подробно здесь - [#4 Идеи по...

Проблема с одинаковым ip решена, теперь прокси сервер не используется.

@NetskyProject Привет! Рад это слышать) Мне кажется это тянет на еще один сложный режим рассылки, добавил твою идею в список.

@Bubenchuk Привет! В качестве быстрого решения вы можете запускать браузер на основе Chromium с флагом `--proxy-server`. Например: ```bash "C:\Program Files\Google\Chrome\Application\chrome.exe" --proxy-server="socks5://myproxy:8080" --disable-web-security --user-data-dir="C://chrome-dev-disabled-security" ``` Документация: - https://www.chromium.org/developers/design-documents/network-settings/ - https://www.chromium.org/developers/design-documents/network-stack/socks-proxy/ По...

Кажется что флаг `--proxy-server` не поддерживает авторизацию.

Да, в таком случае в форме авторизации должно появиться дополнительное поле: https://github.com/vladislav-puzyrev/vk-spammer-online/blob/1d8c2281618173fddcec2f0b3ad08c23d684ef79/src/components/Spamer/Main/Auth/AuthForm/AuthForm.tsx#L65-L76