What hurts more, the pain of hard work or the pain of regret?

0%

java Category

2019

n(({ api_server }) => { var Counter = (method, url, data) => { return fetch(`https://${api_server}/1.1${url}`, { method: method, headers: { 'X-LC-Id': 'ysza182Vghlqjdt7QiwGLLJy-gzGzoHsz', 'X-LC-Key': 's9GDqbn7gnGGkusf66YRVccw', 'Content-Type': 'application/json', }, body: JSON.stringify(data) }); }; if (CONFIG.page.isPost) { if (CONFIG.hostname !== location.hostname) return; addCount(Counter); } else if (document.querySelectorAll('.post-title-link').length >= 1) { showTime(Counter); } });