Skip to content

Commit

Permalink
Removed the Fold Comments feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
PxlBuzzard committed Jul 12, 2016
1 parent c980611 commit 4fb3e44
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ pageMod.PageMod({
notDataUrl("lib/modules/infinite_scrolling.js"),
notDataUrl("lib/modules/accurate_domain_names.js"),
notDataUrl("lib/modules/mark_as_read.js"),
notDataUrl("lib/modules/fold_comments.js"),
notDataUrl("lib/modules/sticky_header.js"),
notDataUrl("lib/modules/user_tooltips.js")
],
Expand Down
2 changes: 0 additions & 2 deletions lib/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"open_links_in_new_tabs": false,
"highlight_links_when_returning": true,
"accurate_domain_names": true,
"fold_comments": true,
"mark_as_read": false,
"sticky_header": false,
"user_tooltips": false,
Expand Down Expand Up @@ -37,7 +36,6 @@
"<em>Accurate domain names</em> shows you more precisely where a link takes (e.g., <em>github.com</em> becomes <em>gist.github.com</em>)!",
"You can try <em>High contrast</em> if you have issues reading some of the text on the site.",
"<em>Highlight links when returning</em> will help you find which link you came from when coming back to Hacker News!",
"<em>Fold comments</em> adds a button to comments that lets you expand or collapse them as you read!",
"<em>Mark as read</em> allows you to mark links as visited, or to mark an entire page of links as read.",
"Use <em>Sticky header</em> if you'd like to make the header follow you through the page.",
"<em>Gray visited links</em> could make it easier for you to distinguish the links you haven't clicked on yet.",
Expand Down
72 changes: 0 additions & 72 deletions lib/modules/fold_comments.js

This file was deleted.

1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"lib/modules/infinite_scrolling.js",
"lib/modules/accurate_domain_names.js",
"lib/modules/mark_as_read.js",
"lib/modules/fold_comments.js",
"lib/modules/sticky_header.js",
"lib/modules/user_tooltips.js",
"lib/modules/hide_downvote.js"
Expand Down

0 comments on commit 4fb3e44

Please sign in to comment.