copy2clipboard icon indicating copy to clipboard operation
copy2clipboard copied to clipboard

Stackoverflow upvote/downvote button fix

Open Arora-Sir opened this issue 2 years ago • 0 comments

  1. @require jquery at line 13 was doing some error in StackOverflow page. Because of the @require line, it was unable to upvote any answer.
  2. Assigned $ as window.jquery to remove warnings coming at every single point while editing.
  3. Minor issue while returning window.clipboardData instead of just clipboardData

Arora-Sir avatar Mar 07 '22 16:03 Arora-Sir