Skip to content

Instantly share code, notes, and snippets.

View kawanaugh's full-sized avatar

kawanaugh

  • Joined Apr 16, 2026
View GitHub Profile
@kawanaugh
kawanaugh / gist:91c561489b71e99812404450373b965c
Last active April 17, 2026 16:04
Выход со всех сообществ Вконтакте 2026+
(async () => {
const sleep = ms => new Promise(r => setTimeout(r, ms));
const FAST_DELAY = 500; // Пауза между группами (0.5 сек)
console.log('🚀 Запуск Turbo-очистки...');
const cells = document.querySelectorAll('[class*="vkuiRichCell__host"]');
console.log(`📋 Найдено сообществ: ${cells.length}`);
for (let i = 0; i < cells.length; i++) {