Skip to content

Instantly share code, notes, and snippets.

@mgiachetti
mgiachetti / add voice messages to slack - index.js
Last active July 26, 2018 15:19
Add voice messages to slack. Append this code at the end of the file /Applications/slack.app/Contents/Resources/app.asar.unpacked/index.js (this works on windows too)
// node electron
const { remote } = require('electron')
const currentWindow = remote.getCurrentWindow()
// document.addEventListener('mousedown', function() {
// remote.BrowserWindow.getAllWindows().forEach(function(win) {
// win.webContents.openDevTools({mode: 'detach'});
// });
// remote.getCurrentWindow().getBrowserView().webContents.openDevTools({mode: 'detach'});