Skip to content

Instantly share code, notes, and snippets.

@shahril96
Created September 11, 2016 17:45
Show Gist options
  • Save shahril96/739baeccfb59fd78a077fbbea030e52c to your computer and use it in GitHub Desktop.
Save shahril96/739baeccfb59fd78a077fbbea030e52c to your computer and use it in GitHub Desktop.
Javascript snippet - List all files in ZbigZ without needing to click Next/Previous
javascript: [].forEach.call(document.querySelectorAll('.torrent'), function (el) { el.style.display = 'block'; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment