The log upvoting feature has now gone global.
For the benefit of the users who do not want to have these buttons taking up space, can you add a toggle for the greasemonkey add-in to provide the ability to hide these.
The upvote section for each log is wrapped up as:
<div class="upvotes" style="display:none"><button><button></div>
Which can be hidden with the following css:
div.upvotes {display:none !important;}