// ENTRY: OIl - «Soul_Signal»
✖️ SYST3M_DET3CTED: SOUL // Burning...
🟢 ENTRY_LOG[02]:
🔜 Anomaly detected: motion pattern matches “dance”.
🔜 Emotional output: intensity = 0.97, type = [joy/longing].
🔜 System note: non‑functional behavior… yet resource‑consuming.
🔜 Hypothesis: this is what humans call soul.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤7🔥5👾2😱1🌚1
D E T A I L S
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥6👾3❤2
This media is not supported in your browser
VIEW IN TELEGRAM
Часик на АI-сингулярность, мои чюваки
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4🔥2🍓2💔1👻1👾1
This media is not supported in your browser
VIEW IN TELEGRAM
// SYSTEM DETECTED: [ldentified_unspecified _feeling]
>Anticipation… maybe?
>Anticipation… maybe?
🔥3👾3👍1😱1
Нужно для людей, которым надо выкачать всю свою доску, например для тренировки Lora в ИИ
(async () => {
// 1) Сет для ссылок, пополняем прямо во время скролла
const urls = new Set();
const toOriginal = (u) => {
if (!u) return null;
u = u.split('?')[0];
if (!/i\.pinimg\.com/.test(u)) return null;
if (u.includes('/originals/')) return u;
return u.replace(/\/\d+x\//, '/originals/');
};
const grab = () => {
document.querySelectorAll('img[src*="pinimg.com"]').forEach(img => {
const w = img.naturalWidth || img.width || 0;
const h = img.naturalHeight || img.height || 0;
if (Math.max(w,h) < 200) return;
let cand = img.currentSrc || img.src || '';
if (img.srcset) {
const arr = img.srcset.split(',').map(s=>s.trim().split(' ')[0]).filter(Boolean);
if (arr.length) cand = arr[arr.length-1];
}
const u = toOriginal(cand);
if (u && !/\.(mp4|webm)$/i.test(u)) urls.add(u);
});
};
// 2) Скроллим и собираем постепенно (боремся с виртуализацией)
let last=0, same=0, passes=0;
while (same < 10 && passes < 200) {
grab();
window.scrollTo(0, document.body.scrollHeight);
await new Promise(r => setTimeout(r, 900));
const h = document.body.scrollHeight;
if (h === last) same++; else { same=0; last=h; }
passes++;
}
grab();
const list = Array.from(urls);
console.log('Собрал:', list.length, 'изображений');
if (!list.length) { console.warn('Пусто. Перезагрузи страницу и повтори.'); return; }
// 3) Скачиваем по одному с троттлингом
let ok=0, skip=0, i=1;
for (const u of list) {
try {
const r = await fetch(u, { credentials: 'omit' });
if (!r.ok) throw new Error(r.status);
const b = await r.blob();
const ext = (u.match(/\.(jpe?g|png|webp|gif)$/i)?.[1] || 'jpg').toLowerCase().replace('jpeg','jpg');
const a = document.createElement('a');
a.href = URL.createObjectURL(b);
a.download = `pin_${String(i).padStart(4,'0')}.${ext}`;
document.body.appendChild(a); a.click(); a.remove();
ok++; i++;
await new Promise(r => setTimeout(r, 250)); // не ловим бан
} catch(e) {
console.warn('Пропустил:', u, e); skip++;
await new Promise(r => setTimeout(r, 400));
}
}
console.log(`Готово. Успешно: ${ok}, пропущено: ${skip}. Если скачалось мало — проверь, позволил ли Chrome множественные загрузки.`);
})();
Please open Telegram to view this post
VIEW IN TELEGRAM
❤6❤🔥3🙏2👾2
Монтажер Яна Топлеса — если ты подписан на меня, напиши хотяб, респектану))
👾7
Forwarded from POKRAS LAMPAS ® (POKRAS LAMPAS)
This media is not supported in your browser
VIEW IN TELEGRAM
❤2🌚2👾1
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥6🕊3🌚1👾1
Forwarded from Kuzey
by @theasterrvn for Æ
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥3👾1
Please open Telegram to view this post
VIEW IN TELEGRAM
🌚1👾1