Greasemonkey script: for Google Maps to disable Zoom on Scroll
As a desktop browser user of Google Maps I'd like to switch off the Zooming that occurs every time I use my touch-pad two-finger gesture to scroll up/down.
How do I get hold of the appropriate DOM object handle? So I can script Greasemonkey (or similar) to set the scrollwheel
option to false
as shown in this previous answer (which is for developers who use the GoogleMap API on their own sites) How to disable mouse scroll wheel scaling with Google Maps API
上一篇: 谷歌地图fitBounds回调