in reply to Lightweight interface to cast votes?
Here a simplistic Free Nodelet hack which duplicates the vote-button next to all vote-radios.
Ugly but effective.
NB: This is still not solving the problem of unnecessary overhead by
Add the following to your Free Nodelet Settings
<script> //<!-- ( function (){ var button = document.getElementsByClassName('voteit')[0].firstChi +ld.firstChild; var votes = document.getElementsByClassName('reputation'); for ( i in votes ) { el= votes[i]; if ( el.id == "" ) { el.firstChild.appendChild( button.cloneNode() ) } } })() // --> </script>
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Lightweight interface to cast votes? (Free Nodelet Hack)
by LanX (Saint) on Sep 24, 2020 at 10:19 UTC | |
|
Re^2: Lightweight interface to cast votes? (Free Nodelet Hack)
by Anonymous Monk on Nov 04, 2017 at 18:42 UTC |