Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

+1 vote
557 views

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;}

in Feature requests by bruzie (1.7k points)

1 Answer

+1 vote
 
Best answer
It sounds like you have the knowledge. Please feel free to submit a push request to https://github.com/magma1447/greasemonkey-geocaching-projectgc . Please leave the default to have them still shown.
by magma1447 (Admin) (241k points)
selected by bruzie
Thanks. I'll try to review it during the day and make a new release. I expect to find the time for it.
...