Skip to content

Instantly share code, notes, and snippets.

@adamh
Last active June 2, 2023 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamh/e82e2f161da015b46863686b28104860 to your computer and use it in GitHub Desktop.
Save adamh/e82e2f161da015b46863686b28104860 to your computer and use it in GitHub Desktop.
A one-liner to make news.ycombinator.com somewhat more bearable.
(function(){document.querySelectorAll('td.subtext a[href*="item?id="]').forEach(x=>{x.hidden=true})})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment