Skip to content

Commit

Permalink
Still show voting arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizek committed Aug 24, 2015
1 parent ab6c69a commit 8e73531
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reddit-collapse-by-default.user.js
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Reddit collapse by default
// @namespace http://github.com/Wizek/
// @version 0.2
// @version 0.2.1
// @description All Reddit comments collapsed by default
// @author Milan Nagy
// @match https://www.reddit.com/*
Expand All @@ -12,6 +12,10 @@ GM_addStyle(" \
.comment.collapsed .usertext { \
display: block; \
} \
.comment.collapsed .midcol { \
visibility: visible; \
height: auto; \
} \
")

$('.noncollapsed > .entry > .tagline > .expand').click()

0 comments on commit 8e73531

Please sign in to comment.