Nat TaylorBlog, Product Management & Tinkering

Bookmarklet to Move Gmail Message Action Toolbar

Published on . Updated on

I’m crazy, but… in Gmail my pointer lives on the left side of the screen and I am tired of moving back it all the way across the message pane to switch between the lefthand checkbox/star/important actions to the righthand archive/delete/unread/snooze actions. So, I fixed it with the following bookmarklet (which could also be a userscript, if you prefer.)

javascript:(function(){var style=document.createElement("style"); style.textContent = '.zA>.xY.bq4 { left: 200px; position: absolute; } .zA>.yX { flex-basis: 210px; max-width: 210px;}'; document.body.appendChild(style);})()
Preview of how your Gmail will look after using this bookmarklet.

Popular Posts

Post Navigation

«
»