Skip to content

Commit bd081db

Browse files
committed
Added "Bypass view votes count" option
1 parent 8eb9691 commit bd081db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

options_page.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,14 @@ <h2>Navigation</h2>
6262

6363
<h2>Miscellaneous</h2>
6464

65+
<input type="checkbox" id="bypassViewVotesCountEnabled">
66+
<label for="bypassViewVotesCountEnabled">Bypass view votes count</label>
67+
<br/><em>Enable view votes count even when you're under 1000 reputation or not logged in.</em> (<a href="https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array" target="_blank">Try it</a>)
68+
<br/><br/>
69+
6570
<input type="checkbox" id="autoExpandVotesCountEnabled">
6671
<label for="autoExpandVotesCountEnabled">Auto expand votes count & Show answer score (in percent)</label>
67-
<br/><em><strong>You need to have at least 1000 reputation on StackOverflow for this feature to work.</strong>
72+
<br/><em><strong>You need to enable "Bypass view votes count" or have least 1000 reputation on StackOverflow for this feature to work.</strong>
6873
When arriving on Stack Overflow page, it automatically expand votes count (upvotes/downvotes) and shows the
6974
score of the answer (in percent).</em> (<a href="https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array" target="_blank">Try it</a>)
7075
<br/><br/>

0 commit comments

Comments
 (0)