Create Bookmarklet (browser bookmark that executes Javsacript) to copy a given text to Clipboard.
This is the base javascript:
(function (text) {
var node = document.createElement('textarea')
var selection = document.getSelection()| var https = require('https'); | |
| // CONFIGURATION ####################################################################################################### | |
| var token = 'SLACK TOKEN'; | |
| var channel = 'CHANNEL ID'; | |
| var privateChannel = false; | |
| var delay = 300; // delay between delete operations in millisecond | |
| // GLOBALS ############################################################################################################# |