Get Directions
Open Directions in Maps
const style = document.createElement('style'); style.textContent = ` .assistant_card_strip { display: none !important; } `; document.head.appendChild(style);