Код: Выделить всё
// Gmail
var styleA = document.createElement('style');
styleA.innerHTML = "[style*='openhand.cur']{ cursor: grab !important; }[style*='closedhand.cur']{ cursor: grabbing !important; }";
// Google Maps
var styleB = document.createElement('style');
styleB.innerHTML = "[style*='openhand_8_8.cur']{ cursor: grab !important; }[style*='closedhand_8_8.cur']{ cursor: grabbing !important; }";
// Apply new styles defined above
document.head.appendChild(styleA);
document.head.appendChild(styleB);
Подробнее здесь: https://stackoverflow.com/questions/796 ... -icon-maps