Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove broken links #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 0 additions & 37 deletions app/javascript/views/CoolApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ const CoolApps: React.FC<RouteComponentProps> = props => {
</p>
<h3>Web</h3>
<ul>
<li>
<a href="https://www.ryan-williams.net/hacker-news-hiring-trends/">
Hacker News Tech Hiring Trends{" "}
</a>{" "}
- Monthly update of what's popular in programming languages,
development frameworks and technologies as posted in "whoishiring"
threads.
</li>
<li>
<a href="https://hn.premii.com">hn.premii.com</a> - Mobile web app
</li>
Expand Down Expand Up @@ -52,13 +44,6 @@ const CoolApps: React.FC<RouteComponentProps> = props => {
</a>
, a Chrome extension linking to duplicate Hacker News posts.
</li>
<li>
<a href="https://chrome.google.com/webstore/detail/hacker-news-sidebar/ngljhffenbmdjobakjplnlbfkeabbpma">
Hacker News sidebar
</a>
, a Chrome extension that displays comments for the current page in a
pullout sidebar.
</li>
<li>
<a href="https://chrome.google.com/webstore/detail/social-meter/eelhfeamoijglbkgkkfddgkngokfabde">
Social Meter
Expand All @@ -76,21 +61,9 @@ const CoolApps: React.FC<RouteComponentProps> = props => {
, a privacy-preserving Firefox extension that uses Bloom filters to
link to the Hacker News discussion for the current page.
</li>
<li>
<a href="https://addons.mozilla.org/en-US/firefox/addon/hacker-news-reader/">
Hacker News Reader
</a>
, a Mozilla Firefox browser add-on that has a radically new interface
which combines visual density with a clean design.
</li>
</ul>
<h3>iOS Apps</h3>
<ul>
<li>
<a href="https://itunes.apple.com/app/hacker-news-yc/id713733435?mt=8">
Hacker News (YC) for Mobile/Tablet
</a>
</li>
<li>
<a href="https://apps.apple.com/ca/app/hack-for-hacker-news-developer/id1464477788">
HACK for Hacker News Develope‪r‬
Expand All @@ -99,22 +72,12 @@ const CoolApps: React.FC<RouteComponentProps> = props => {
</ul>
<h3>Android Apps</h3>
<ul>
<li>
<a href="https://play.google.com/store/apps/details?id=com.premii.hn">
Hacker News (YC) for Mobile/Tablet
</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.leavjenn.hews">
{" "}
Hews for Hacker News
</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=io.github.hidroh.materialistic">
Materialistic - Hacker News
</a>
</li>
</ul>
<h3>Newsletters</h3>
<ul>
Expand Down