TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Filter HN - Exclude All Bitcoin Articles. Made with AngularJS

63 pointsby ishenerover 11 years ago

23 comments

sz4kertoover 11 years ago
Can you extend this with filtering all AngularJS articles as well? :)
评论 #6866564 未加载
评论 #6866883 未加载
评论 #6867564 未加载
waterlesscloudover 11 years ago
There are two bitcoin articles on the front page at the moment.<p>One is an explanation of the protocol.<p>The other is this one.
评论 #6866554 未加载
评论 #6867035 未加载
评论 #6866566 未加载
otover 11 years ago
Safari extension from almost 3 years ago:<p><a href="https://news.ycombinator.com/item?id=2613271" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2613271</a><p>Clearly we didn&#x27;t know what we were going into.
TomGullenover 11 years ago
How do I filter all these posts complaining about bitcoin?
评论 #6866894 未加载
评论 #6866746 未加载
评论 #6866667 未加载
shubhamjainover 11 years ago
A quick hack made in 10 minutes.<p><pre><code> javascript: elements = document.getElementsByTagName(&quot;tr&quot;); for( i = 0; i &lt; elements.length; i++) { if( elements[i].innerHTML.match(&#x2F;(bitcoin|angularJS)&#x2F;i) !== null &amp;&amp; elements[i].innerHTML.length &lt; 5000) { elements[i].remove(); elements[i++].remove()}}; </code></pre> The &quot;5000&quot; length check is to avoid the upper nest of &quot;tr&quot;.
评论 #6866557 未加载
petercooperover 11 years ago
This mechanism would make a superb Chrome extension for the regular site. (Or, heck, any site with long lists of links.)
评论 #6866488 未加载
评论 #6866492 未加载
评论 #6866509 未加载
laichzeit0over 11 years ago
So the upvote system is broken then? The users on this site upvoting the articles to the frontpage are not upvoting articles they actually care to read about?
评论 #6866556 未加载
评论 #6866548 未加载
评论 #6866551 未加载
Jagatover 11 years ago
Here&#x27;s a similar 3 year old HN submission - &quot;Greasemoney script to exclude all bitcoin articles&quot; <a href="https://news.ycombinator.com/item?id=2551753" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2551753</a>
bayesianhorseover 11 years ago
Observing that Hacker News is using a collaborative filter and that bitcoin articles frequent the front page, one might be forgiven for concluding that bitcoin articles might be popular with the audience.
评论 #6866620 未加载
keeranover 11 years ago
A community built around people making money on&#x2F;from tech continually whining about content on the future of money in tech.
tomasienover 11 years ago
My buddy just made this <a href="https://chrome.google.com/webstore/detail/unworthy/eboeobmfoikaeccipmgfnagffkdjnbjp" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;unworthy&#x2F;eboeobmfo...</a> to do the same for Upworthy and Facebok.<p>It&#x27;s reifying my desire to finish a Chrome extension I made a while ago that will blog any post on any &quot;social&quot; websites (HN would be one) that have certain keywords for certain periods of time.<p>That way, you could block live trends like &quot;The Bachelor&quot; you don&#x27;t care about, or permanently block mentions of things you never want to see, or just temporarily &quot;unfollow&quot; someone.<p>I built the blocking but not the timing.<p>ANYWAY ENOUGH ABOUT ME this is cool. I like Bitcoin, will not use, but I&#x27;m 100% on board.
bernardomover 11 years ago
Is that headline generator from last week on the loose again?
nslocumover 11 years ago
if only there were a filter for all the articles glorifying Snowden.
bachbackover 11 years ago
It&#x27;s 1994 on HN: Exclude all Web articles. Can&#x27;t here it anymore.
评论 #6866487 未加载
JustinAikenover 11 years ago
A reverse-filter would be nice too - I&#x27;d like to see only Bitcoin articles, as the ones posted here tend to be much more interesting than ones that hit r&#x2F;bitcoin
baddoxover 11 years ago
Someone should generalize this to a filter which removes articles discussing any of the n most important technological advances of our time. Why just make it for n=1?
itayadlerover 11 years ago
It&#x27;s either not case insensitive or matching parts of words, as it didn&#x27;t filter this: Bitcoin?s roller-coaster ride gets wilder as Wall Street, China climb on (arstechnica.com)
overgardover 11 years ago
If only there was a filter for concern trolling.
PeterWhittakerover 11 years ago
Would that I could upvote this more than once, this is clever and cool and functional.<p>A nicely scratched itch. +many.
eofover 11 years ago
I like how this submission filters itself
yashgover 11 years ago
Please add regex filtering for &quot;X in Y lines of Z&quot;
bdcravensover 11 years ago
Can I alter it to filter &quot;San Francisco&quot;?
salamandratechover 11 years ago
Rage.