My employer uses an issue tracking software (which shall remain nameless) that captures CTRL + C and triggers a "Create a new ticket" workflow. I just want to use CTRL + C like normal, to copy text from the page, without being jumped to a pop-up form element at the page header each time. This can be disabled globally, but I would like to be able to just turn it off for myself.
I don't yet know anything about browser extensions. What I would like to know is: can I write an extension for Chrome, an addon for Firefox, whatever, that will, at a url with a particular host, prevent CTRL + C from being hijacked in this annoying way? Does anything like this already exist (it must!!)? If not, what should I read to get started, where can I find samples of something similar?
Many thanks for any links/suggestions/snippets.