Last active
June 2, 2023 20:56
-
-
Save adamh/e82e2f161da015b46863686b28104860 to your computer and use it in GitHub Desktop.
A one-liner to make news.ycombinator.com somewhat more bearable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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