A one-click way to send any LinkedIn DM draft (or any text you select on the page) to the BT Tree Care Copilot's DM Check, without leaving LinkedIn.
Make sure your bookmarks bar is visible (Chrome → View → Always Show Bookmarks Bar). Then drag the orange button below up onto the bar.
treecare-2026-bt) on first use; subsequent uses are instant.
javascript:(function(){
var s = window.getSelection().toString().trim();
if (!s) {
var ta = document.querySelector('textarea,[contenteditable=true]');
s = ta ? (ta.value || ta.innerText || '').trim() : '';
}
if (!s) {
alert('Select your DM draft text first.');
return;
}
var url = 'https://bt-tree-care-copilot.jason-8ce.workers.dev/?dmcheck=' +
encodeURIComponent(s.slice(0, 2000));
window.open(url, '_blank');
})();
Note: the BT Tree Care Copilot needs a small change to detect the ?dmcheck=… query param and auto-open the DM Check modal with the text. That's deployed as of v3.1.