You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DisqusJS/dist/disqus.js

6 lines
7.3 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*!
* DisqusJS | v0.2.0
* Author: SukkaW
* Link: https://github.com/SukkaW/DisqusJS
* License: GPL-3.0
*/"use strict";!function(){disqusjs.page=[],window.disqus_config=function(){this.page.url=disqusjs.config.url,this.page.identifier=disqusjs.config.identifier};var n=new XMLHttpRequest;function o(s,e){try{localStorage.setItem(s,e)}catch(s){console.log("Failed to set localStorage item")}}function e(){var e=new Image,t=setTimeout(function(){e.onerror=e.onload=null,o("disqusjs_mode","dsqjs")},2e3);e.onerror=function(){clearTimeout(t),o("disqusjs_mode","dsqjs"),r()},e.onload=function(){clearTimeout(t);var s=setTimeout(function(){e.onerror=e.onload=null,o("disqusjs_mode","dsqjs")},2e3);e.onerror=function(){clearTimeout(s),o("disqusjs_mode","dsqjs"),r()},e.onload=function(){clearTimeout(s),o("disqusjs_mode","disqus"),r()},e.src="https://".concat(disqusjs.config.shortname,".disqus.com/favicon.ico?").concat(+new Date)},e.src="https://disqus.com/favicon.ico?".concat(+new Date)}function t(){o("disqusjs_mode","dsqjs"),r()}function d(){o("disqusjs_mode","disqus"),r()}function i(){document.getElementById("dsqjs-loading-dsqjs").classList.remove("dsqjs-hide"),document.getElementById("dsqjs-load-error").classList.add("dsqjs-hide"),document.getElementById("dsqjs-force-disqus").addEventListener("click",d),document.getElementById("dsqjs-reload-disqus").addEventListener("click",e);var s="".concat(disqusjs.config.api,"3.0/threads/list.json?forum=").concat(disqusjs.config.shortname,"&thread=ident:").concat(disqusjs.config.identifier,"&api_key=").concat(disqusjs.config.apikey);n.open("GET",s,!0),n.timeout=4e3,n.send(),n.onload=function(){if(200===this.status||304===this.status){var s=JSON.parse(this.responseText).response;if(1===s.length){var e=s[0];disqusjs.page={id:e.id,title:e.title,isClosed:e.isClosed,length:e.posts},function e(s){s=s?"&cursor=".concat(s):"";var t="".concat(disqusjs.config.api,"3.0/posts/list.json?forum=").concat(disqusjs.config.shortname,"&thread=").concat(disqusjs.page.id).concat(s,"&api_key=").concat(disqusjs.config.apikey);n.open("GET",t,!0);n.timeout=4e3;n.send();n.onload=function(){if(200===this.status||304===this.status){var s=JSON.parse(this.responseText);0===s.code&&0<s.response.length?a(s.response):0===s.code&&0===s.response.length?document.getElementById("dsqjs-no-comment").classList.remove("dsqjs-hide"):c(),s.cursor.hasNext?(document.getElementById("dsqjs-load-more").classList.remove("dsqjs-hide"),document.getElementById("dsqjs-load-more").addEventListener("click",function(){e(s.cursor.next)})):document.getElementById("dsqjs-load-more").classList.add("dsqjs-hide")}else c()}}()}else document.getElementById("dsqjs-thread-not-init").classList.remove("dsqjs-hide"),document.getElementById("dsqjs-init-thread").addEventListener("click",d)}else c()}}function a(s){var e=[],d=[];s.forEach(function(s){(s.parent?d:e).push(s)}),function(s){function d(s){return s.comment.author.profileUrl?(s.comment.avatarEl='<a href="'.concat(s.comment.author.profileUrl,'" target="_blank" rel="nofollow noopener noreferrer"><img src="').concat(s.comment.author.avatar.cache,'"></a>'),s.comment.authorEl='<a href="'.concat(s.comment.author.profileUrl,'" target="_blank" rel="nofollow noopener noreferrer">').concat(s.comment.author.name,"</a>")):(s.comment.avatarEl='<img src="'.concat(s.comment.author.avatar.cache,'">'),s.comment.authorEl="".concat(s.comment.author.name)),s.isPrimary&&(s.comment.authorEl+='<span class="dsqjs-admin-badge">'.concat(disqusjs.config.adminLabel,"</span>")),s.children&&(s.nesting=1),s}function i(s){var e,t='<div class="dsqjs-item-container"><div class="dsqjs-avater">'.concat(s.avatarEl,'</div><div class="dsqjs-body"><header class="dsqjs-header"><span class="dsqjs-author">').concat(s.authorEl,'</span><span class="dsqjs-bullet"></span><span class="dsqjs-meta"><time>').concat((e=new Date(s.createdAt),"".concat(e.getUTCFullYear().toString(),"/").concat((e.getUTCMonth()+1).toString(),"/").concat(e.getUTCDate()," ").concat(e.getUTCHours(),":").concat(e.getUTCMinutes(),":").concat(e.getUTCSeconds())),'</time></span></header><div class="dsqjs-content">').concat(s.message,"</div></div></div>");return t}s.map(function(s){s=d(s);var e='<li class="dsqjs-item" id="comment-'.concat(s.comment.id,'">').concat(i(s.comment)).concat(function e(s){var t=s.nesting,n=s.children||[];if(!n)return;var o=t<4?'<ul class="dsqjs-list dsqjs-children">':'<ul class="dsqjs-list">';o+=n.map(function(s){return(s=d(s)).nesting=t+1,'<li class="dsqjs-item" id="comment-'.concat(s.comment.id,'">').concat(i(s.comment)).concat(e(s),"</li>")});o+="</ul>";return 0!==o.length?o:void 0}(s),"</li>");document.getElementById("dsqjs-list").insertAdjacentHTML("beforeend",e)})}(e.map(function(s){return{comment:s,author:s.author.name,isPrimary:s.author.username===disqusjs.config.admin.toLowerCase(),children:function s(e){if(0===d.length)return null;var t=[];for(var n=0;n<d.length;n++){var o=d[n];o.parent===e&&t.unshift({comment:o,author:o.author.name,isPrimary:o.author.username===disqusjs.config.admin.toLowerCase(),children:s(+o.id)})}return t.length?t:null}(+s.id)}}))}function c(){document.getElementById("dsqjs-load-error").classList.remove("dsqjs-hide"),document.getElementById("dsqjs-loading-dsqjs").classList.add("dsqjs-hide"),document.getElementById("dsqjs-reload").addEventListener("click",i)}function r(){var s;document.getElementById("disqus_thread").innerHTML='<div id="dsqjs"><section class="dsqjs-action"></section><section class="dsqjs-info"><p id="dsqjs-load-disqus" class="dsqjs-message dsqjs-hide">... disq.us | disquscdn.com | disqus.com 使<a id="dsqjs-force-dsqjs"></a></p><p id="dsqjs-loading-dsqjs" class="dsqjs-message dsqjs-hide">访 Disqus disq.us | disquscdn.com | disqus.com <a id="dsqjs-reload-disqus"> Disqus </a> | <a id="dsqjs-force-disqus"> Disqus </a></p><p id="dsqjs-thread-not-init" class="dsqjs-message dsqjs-hide"> Thread <a id="dsqjs-init-thread"> Disqus </a> </p><p id="dsqjs-load-error" class="dsqjs-message dsqjs-hide"><a id="dsqjs-reload"></a></p><p id="dsqjs-no-comment" class="dsqjs-no-comment dsqjs-hide"></p></section><section class="dsqjs-container" id="dsqjs-container"><ul id="dsqjs-list" class="dsqjs-list"></ul><a id="dsqjs-load-more" class="dsqjs-load-more dsqjs-hide"></a><div class="dsqjs-footer"><div class="dsqjs-footer-right">Powered by <a href="https://disqus.com" rel="nofollow noopener noreferrer" target="_blank">DISQUS</a> & <a href="https://github.com/SukkaW/DisqusJS">DisqusJS</a></div></div></section></div>',disqusjs.mode=(s="disqusjs_mode",localStorage.getItem(s)),"disqus"===disqusjs.mode?function(){var s=document;s.getElementById("dsqjs-load-disqus").classList.remove("dsqjs-hide"),s.getElementById("dsqjs-force-dsqjs").addEventListener("click",t);var e=s.createElement("script");e.src="https://"+disqusjs.config.shortname+".disqus.com/embed.js",e.setAttribute("data-timestamp",+new Date),(s.head||s.body).appendChild(e)}():"dsqjs"===disqusjs.mode?i():e()}n.ontimeout=function(s){c()},n.onerror=function(s){c()},window.onload=function(){r()}}();