24 декабря 2023 г. Архивач восстановлен после серьёзной аварии. К сожалению, значительная часть сохранённых изображений и видео была потеряна. Подробности случившегося. Мы призываем всех неравнодушных помочь нам с восстановлением утраченного контента!
Сортировка: за
Сохранен
3540
3 января 20:50
Сохранен
3397
1 января 2015
Сохранен
2957
2 января 2017
Сохранен
2895
2 января 2021
Сохранен
2607
1 января 2022
Сохранен
2573
5 января 2023
Сохранен
1985
1 января 2020
Сохранен
1142
1 января 2016
Сохранен
1106
Dota 2 №946 /dota2/ — В этом треде обсуждаем легендарную игру Defense of the Ancients 2, шахматы XXI века. Зимнее обновление: https://dota2.com/newsentry/596261024722585016 Полезные ссылки: ★ https://store.steampowered.com/app/570/Dota_2 — скачать игру. ★ https://dota2.com/patches — последний патч. ★ https://dotabuff.com — статистика и прочее. ★ https://reddit.com/r/DotA2 — новости по игре, микрообновления, мемы и прочее. ★ https://twitter.com/dota2 — твиттер с новостями. ★ https://gosugamers.net/dota2 — новости из мира Доты. ★ https://liquipedia.net/dota2/Main_Page — информация по турнирам, по игрокам. ★ https://dota2.fandom.com/wiki/Dota_2_Wiki — фанатская вики со всевозможной информацией по игре. В предыдущей серии: >>49200003 (OP) setTimeout(() => { const _iconsByBoard = { b: [ {url: '/static/event/snowflakes/yoba1.png', event: 'rickroll'}, {url: '/static/event/snowflakes/yoba2.png', event: 'rickroll'}, {url: '/static/event/snowflakes/yoba3.png', event: 'rickroll'}, {url: '/static/event/snowflakes/yoba4.png', event: 'rickroll'}, ], wm: [ {url: '/static/event/snowflakes/oreh.png', cls: 'oreh'}, {url: '/static/event/snowflakes/yoba3.png'}, ], vg: [ {url: '/static/event/snowflakes/bratan.png', tags: ['/stalker/']}, {url: '/static/event/snowflakes/gruga.png', tags: ['/stalker/']}, {url: '/static/event/snowflakes/kal.png', tags: ['/dota2/'], cls: 'kal'}, {url: '/static/event/snowflakes/coal.png', tags: ['/lineage2/']}, ], v: [ {url: '/static/event/snowflakes/drakeface.png'}, ], ma: [ {url: '/static/event/snowflakes/kal.png', threads: [2400750, 2399249], cls: 'kal'}, ], sex: [ {url: '/static/event/snowflakes/chud.png', tags: ['/incel/']}, ], hh: [ {url: '/static/event/snowflakes/boba.png', threads: [965793]}, {url: '/static/event/snowflakes/kto.png', threads: [965793]}, ], test: [ {url: '/static/event/snowflakes/yoba1.png', event: 'rickroll'}, {url: '/static/event/snowflakes/yoba2.png', event: 'rickroll'}, {url: '/static/event/snowflakes/yoba3.png', event: 'rickroll'}, {url: '/static/event/snowflakes/yoba4.png', event: 'rickroll'}, {url: '/static/event/snowflakes/bratan.png', tags: ['/test4/']}, {url: '/static/event/snowflakes/gruga.png', tags: ['/test4/']}, {url: '/static/event/snowflakes/kal.png', tags: ['/test4/']}, {url: '/static/event/snowflakes/drakeface.png', tags: ['/sage/']}, {url: '/static/event/snowflakes/oreh.png', tags: ['/test/'], cls: 'oreh'}, {url: '/static/event/snowflakes/emma1.png', tags: ['/post/']}, {url: '/static/event/snowflakes/emma2.png', tags: ['/post/']}, ] }; (() => { function getFirstGroup(regexp, str) {return Array.from(str.matchAll(regexp), m => m[1])} const {BOARD: {NAME: boardName}, TITLE: threadName} = CFG; const tags = getFirstGroup('.*(?\/.*\/)', $('.post_type_oppost').find('.post__title').text().trim()) const initTime = new Date().getTime(); const rewritedSmowrlakesBuffer = new Set([]); new Snowflakes({ count: 24, rotation: false, minSize: 3, maxSize: 8, minOpacity: 0.3, maxOpacity: 0.8, }); const getRandomNoRewritedSnowflakeIndex = (buffer, itemsCount) => { const arrayOfEmptyIndexes = Array.from({length: itemsCount}, (_, i) => i).filter(el => !buffer.has(el)); return arrayOfEmptyIndexes[Math.floor(Math.random()*arrayOfEmptyIndexes.length)]; } const getRandomIcon = (icons) => { const currentIcon = icons[Math.floor(Math.random()*icons.length)]; if (!!currentIcon.tags && tags.length > 1) return getRandomIcon(icons); if (!!currentIcon.tags && !currentIcon.tags.includes(tags[0])) return getRandomIcon(icons); if (!!currentIcon.threads && !currentIcon.threads.includes(CFG.THREADID)) return getRandomIcon(icons); return currentIcon; } const onEvent = (event, target) => { if (event === 'rickroll') { console.log(event, target.data('data-clicks'), target); const clicksOnIcon = target.data('data-clicks'); target.data('data-clicks', clicksOnIcon + 1); if (clicksOnIcon >= 2) { window.open(`${location.origin}/static/media/doklikalsya.mp4`); target.data('data-clicks', 0); return; } } } const rewriteRandomSnowflake = (icons) => { const snowflakes = $('.snowflakes_body .snowflake'); const currentSnowflakeIndex = getRandomNoRewritedSnowflakeIndex(rewritedSmowrlakesBuffer, snowflakes.length); const currentSnowflake = snowflakes.eq(currentSnowflakeIndex); const currentIcon = getRandomIcon(icons); if (currentSnowflakeIndex === undefined) return; const animationTime = Number(currentSnowflake.css('animation-duration').slice(0, -1)); const animationDelay = Number(currentSnowflake.css('animation-delay').slice(0, -1)); const currentTime = new Date().getTime(); const timeDelta = (currentTime - initTime) / 1000; const secondsAfterFirstView = timeDelta - animationDelay; const secondsToNextView = animationTime - ((timeDelta - animationDelay) % animationTime); if (secondsToNextView < 0) return; const start = () => { currentSnowflake.toggleClass(`custom-snowflake ${currentIcon.cls || ''}`, true); currentSnowflake.get(0).style.setProperty('--custom-snowflake', `url(${currentIcon.url})`); if (currentIcon.event) { currentSnowflake.toggleClass('with-event', true); currentSnowflake.data('data-clicks', 0); currentSnowflake.on('click', () => onEvent(currentIcon.event, currentSnowflake)); } } const stop = () => { currentSnowflake.toggleClass(`custom-snowflake ${currentIcon.cls || ''}`, false); rewritedSmowrlakesBuffer.delete(currentSnowflakeIndex); currentSnowflake.get(0).style.setProperty('--custom-snowflake', `null`); if (currentIcon.event) { currentSnowflake.toggleClass('with-event', false); currentSnowflake.data('data-clicks', 0); currentSnowflake.off('click'); } } rewritedSmowrlakesBuffer.add(currentSnowflakeIndex); setTimeout(start, secondsToNextView * 1000); setTimeout(stop, (secondsToNextView + animationTime) * 1000); } if (_iconsByBoard[boardName]) { const interval = 100; setInterval(() => rewriteRandomSnowflake(_iconsByBoard[boardName]), interval) } })(); });
21 февраля 8:19
Сохранен
1096
Танковый предновогодний невменяемый /wot/ — предыдущий >>49219840 (OP) Официальные ресурсы https://worldoftanks.eu/ru — сайт игры World of Tanks https://wiki.wargaming.net/ru/Tank:World_of_Tanks — World of Tanks вики https://wgmods.net — официальный модпортал World of Tanks https://wotexpress.eu/news/world-of-tanks/bonus-%D1%81odes/ — промокоды https://tanki.su — сайт игры Мир Танков https://wiki.lesta.ru/ru/Tank:Мир_Танков — вики http://tankireplays.lesta.ru — реплеи https://prizebox.tanki.su/ - халява если не играл какое-то время Моды https://wotspeak.org — запрещенные моды https://wotsite.net — моды Стaтодрочeрcтво https://modxvm.com/ru/stats/players/top/ru — cтатистика аккаунтов, кланов, танков, отметок http://wotomatic.net — просмотр подробной статистики по сессиям https://lebwa.tv/hub/marks-of-excellence — отметки на стволах Прочee https://tanks.gg — cкрытыe ТТХ и коллижн-модeли тaнков https://wotinspector.com/ru — расположение модулей https://wgstatus.com — онлайн-мониторинг проектов WG https://stats.wotapi.ru/stats/wot/ru/total — статистика онлайна https://vk.com/mirtankov_leaks — все новости здесь
4 февраля 12:00
Сохранен
1046
10 января 2021
Сохранен
1038
11 марта 2024
Сохранен
1022
5 января 2016
Сохранен
1021
24 января 2023
Сохранен
1013
31 декабря 2015
Сохранен
1011
11 января 2022
Сохранен
1008
11 января 2022
Сохранен
1004
1 января 2021
Сохранен
1001
8 января 2016
Сохранен
856
24 декабря 2015
Сохранен
657
6 ноября 2022
Сохранен
652
27 декабря 2015
Сохранен
651
24 декабря 2015
Сохранен
635
31 декабря 2021
Сохранен
630
24 декабря 2015

Отзывы и предложения