quora: show 'upvotes' first (above the profile pic & date) - update on old code
sadly quora has become a worst & worst site over time,
- with an insane amount of duplicate questions,
- unanswered questions
- many more users who don't actually know anything and aren't anywhere near the highest end of society
- etc
and even tho, it's still a much better site than many others
- https://www.quora.com/Why-do-many-programmers-hate-web-development
- https://www.quora.com/Why-are-some-programmers-not-interested-in-front-end-web-development
this is the old code
(has been broken for a very very long time, and nobody has ever updated it)
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div {
display: flex;
flex-flow: column nowrap;
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(3) {
order: 0
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(2) {
order: 1
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(4) {
order: 3
}
.blue_icon .icon_action_bar-label .icon_action_bar-count {
color: green;
font-weight: bold;
font-size: 14pt;
}
these things are not possibile with only css, and needs js
(dont know why this would need js, and doesnt seem like anyone knows how to show/explain this in a simple non-technical way that anyone would understand)
- color the upvotes based on if it's greater than a certain amount
- take the upvotes and divide that by the views, and show a % (percentage) instead of the upvotes
not sure if anyone knows if if this is possible
- removes the word updated if that word is next to the date