Bullshit website blocks copy/cut/paste? This is the bookmarklet to unblock it (works everywhere except <iframe>):

```
javascript:void(['copy','cut','paste'].forEach(e=>document.addEventListener(e,e=>{e.stopImmediatePropagation()},!0)))
```