Questions tagged [vote-up-buttons]

32 questions
-1
votes
1 answer

How to check the user who gave the vote

I want to make a vote system like stackoverflow, vote is working well, but I am still constrained by adding a class on if user gives vote. I have json data like this: [{ "id": 157, "questionvote": [ { "user": 6, …
takeiteasy
  • 61
  • 7
-3
votes
1 answer

how to auto trigger my greasemonkey script every time i open a page

this is my greasemonkey script. I want to auto-trigger it every time I open a reddit page. I want function up_vote_all() { vote_all('arrow up'); } to trigger on every page automatically without me click on the menu item. thanks //…
SMH_TBZ
  • 103
  • 1
  • 15
1 2
3