404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.188.74.146: ~ $
document.addEventListener('DOMContentLoaded', function() {
  let prev = null;
  Array.from(document.getElementsByTagName('article')).reverse().forEach(function (article) {
    const dedupId = article.dataset.dedupId;
    if (dedupId === prev) {
      article.getElementsByTagName('header')[0].classList.add('hidden');
    }
    prev = dedupId;
  });
});

Filemanager

Name Type Size Permission Actions
htmlDescriptor.js File 364 B 0644