Anonymous ID: 971833 May 9, 2020, 1:54 p.m. No.9098552   🗄️.is 🔗kun

>>9098232

>var imageBlacklist = [] ;

>

>function loadImageBlacklist() { JSON.parse(localStorage.imageBlacklist || "[]").forEach(addToImageBlaclist); }

>

>function saveImageBlacklist() { localStorage.imageBlacklist = JSON.stringify(imageBlacklist); }

>

>function addToImageBlaclist(md5) { if (md5 && -1 === imageBlacklist.indexOf(md5)) imageBlacklist.push(md5); }

>

>function blacklistPostImages(post) { $(post).find('img.post-image').each(function (i, el) { var md5 = el.getAttribute('data-md5'); addToImageBlaclist(md5); el.remove(); }); }

>

>function removeBlacklistedImages() { var removed = 0; $('img.post-image').each(function (i, el) { if (-1 !== imageBlacklist.indexOf(el.getAttribute('data-md5'))) { el.remove(); removed += 1; } }); return removed; }

>

>function onNopeClicked(event) { event.preventDefault(); event.stopPropagation(); loadImageBlacklist(); var post = $(event.target).closest('.post'); blacklistPostImages(post); removeBlacklistedImages(); saveImageBlacklist(); }

>

>function addNopeButtons() { $('.post').each(function(i, post) { if ($(post).find('.nope').length === 0) { $(post).prepend("<input type='button' class='nope' onClick='onNopeClicked(event)' value='Blacklist'></input>"); } }) }

>

>setInterval(function () { loadImageBlacklist(); removeBlacklistedImages(); addNopeButtons(); }, 500);

Anonymous ID: 971833 May 9, 2020, 2:16 p.m. No.9098939   🗄️.is 🔗kun

Perhaps there's something to be said about home cooking instead of store bought. Convenient? Surely! But what exactly is it? Ah, an enigma wrapped in a mystery.

 

>>9098280

Anonymous ID: 971833 May 9, 2020, 2:23 p.m. No.9099052   🗄️.is 🔗kun

No worries. When the time comes to dissolve this joint, it'll happen with the return of Christ Jesus, and then we'll all be standing either to the right or to the left of the Judgment Seat. In the meantime:

 

“While the earth remains,

Seedtime and harvest,

Cold and heat,

Winter and summer,

And day and night

Shall not cease.” Gen. 8

 

>>9098308