copy2clipboard
copy2clipboard copied to clipboard
Stackoverflow upvote/downvote button fix
- @require jquery at line 13 was doing some error in StackOverflow page. Because of the @require line, it was unable to upvote any answer.
- Assigned $ as window.jquery to remove warnings coming at every single point while editing.
- Minor issue while returning window.clipboardData instead of just clipboardData