You are reading a single comment by @Drakien and its replies. Click here to read the full conversation.
  • Could use a bookmarklet once you're already on the page?

    let newLabels = Array.from(document.querySelectorAll('.list-collection-row .label.label-warning'));
    newLabels.map((label, i) => window.open(label.parentNode.querySelector('a').href, '_blank'));
    
About

Avatar for Drakien @Drakien started