Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created February 26, 2025 22:37
Show Gist options
  • Save revolunet/6ce311f092fc103e934374a431b8adc7 to your computer and use it in GitHub Desktop.
Save revolunet/6ce311f092fc103e934374a431b8adc7 to your computer and use it in GitHub Desktop.

Revisions

  1. revolunet created this gist Feb 26, 2025.
    3 changes: 3 additions & 0 deletions console.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    copy(Array.from($0.querySelectorAll("li.down .url")).map(li =>
    `${li.querySelector(".link a.internal").textContent}\t${li.querySelector("div.status:first-child").textContent}`
    ).join("\n"))