- Message yourself
/slackdevtools - In the DevTools console:
function addStyle (styleString) {
const style = document.createElement('style');
style.textContent = styleString;
document.head.append(style);
}
addStyle(`
| <!DOCTYPE html> | |
| <html lang=""> | |
| <head> | |
| </head> | |
| <body> | |
| <div id="app"> | |
| <button id="openButton" type="button" onclick="openSupportWindow()" >Open Hubspot Chatbot</button> | |
| <button id="openButton" type="button" onclick="closeSupportWindow()" >Close Hubspot Chatbot</button> | |
| <button id="openButton" type="button" onclick="removeSupportWindow()" >Remove Hubspot Chatbot</button> | |
| <h1>Problem</h1> |