A copy button for Stack Overflow markup boxes. Made entirely in JavaScript and JQuery.
- A copy button made entirely with JavaScript and JQuery.
- It follows the css from
.post-tag
class (so you don't need to worry about Stylish). - It makes my live easier, so I guess it will make yours too.
- After all this time, and even though there exists this piece of meta: Meta, and even more Meta, SO devs still did nothing with it.
- It's been 7 (SEVEN) years. For Christ's sake.
- Every single plugin I found on this topic was made with a total disregard for Stylish plugin. And it hurts my eyes.
- Not invented here syndrome.
Opera : Workin on it (or at least I will, some rainy day in the future, if I'll really have nothing else to do)
Chrome / Firefox : Dude, I worked to get those webstore badges above for like 15 minutes, and you missed them? Comeon. Click them, dammit!
I (this extension's author) am not affiliated (not working for) with Stack Overflow, Stack Exchange, nor any other site from Stack Exchange Network.
It probably won't work with Safari. Simply put, at the time of writing this, Safari doesn't support document.execCommand('copy')
, or some similar shenanigans are involved, and I don't support Safari. Code appreciated tho.