Anonymous ID: ae171e Nov. 30, 2020, 8:03 a.m. No.11841683   🗄️.is 🔗kun   >>1699

>>11841676

https://wearethene.ws/assets/app.92d477c5aa77f0c31.js

 

function highlightReply(id,event){event.preventDefault();var next=event.target.nextSibling;if(next&&next.tagName="DIV"&&next.classList.contains("quoted-post")){next.classList.toggle("hidden");return}if(id&&document.getElementById("p"+id)){document.location.hash="p"+id;return}var matches=event.target.href.match(/\/\/([^\/]+)\/([^\/]+)\/res\/\d+.html#(\d+)$/);if(!matches){return}var source=event.target.getAttribute("data-source");var boardName;switch(source){case"8chan":boardName=matches[2];break;case"8kun":boardName="8kun_"+matches[2];break;default:return}if(!id){id=matches[3]}var div=document.createElement("div");div.className="quoted-post";div.innerHTML="…";event.target.parentNode.insertBefore(div,event.target.nextSibling);var r=new XMLHttpRequest;r.addEventListener("load",function(){var res=JSON.parse(this.responseText);if(res.error){div.innerText="Error: "+res.error}else{div.innerHTML=res.html}});r.open("GET","/api/post/"+boardName+"/"+id);r.send()}function showOlderSources(event){event.preventDefault();[].concat.apply([],document.querySelectorAll(".show-older-sources")).forEach(function(el){el.style.display="none"});[].concat.apply([],document.querySelectorAll(".older-source")).forEach(function(el){el.style.display="table-row"})}window.addEventListener("load",function(){var ct=document.getElementById("change-theme");var confirmed=false;if(/darkmode=true/.test(document.cookie)){ct.innerText="Dark to Light"}ct.addEventListener("click",function(event){event.preventDefault();if(document.body.className!"light"){document.cookie="darkmode=false;path=/;expires=Thu, 31 Dec 2099 03:06:09 GMT";document.body.className="light";ct.innerText="Dark Mode";document.scrollingElement.scrollTop+=16}else if(/darkmode=/.test(document.cookie)||confirmed||confirm("This will set a cookie in your browser. The cookie is only used to remember the color scheme, not for tracking.")){confirmed=true;document.cookie="darkmode=true;path=/;expires=Thu, 31 Dec 2099 03:06:09 GMT";document.body.className="";ct.innerText="Dark to Light"}});document.getElementById("change-theme-container").className=""});