Skip to content

Instantly share code, notes, and snippets.

View andreasmischke's full-sized avatar

Andreas Mischke andreasmischke

View GitHub Profile
@andreasmischke
andreasmischke / hand-scroll.user.js
Last active October 14, 2017 13:37
Drag scrolling with right mouse button (disable contextmenu, but only if scrolled)
// ==UserScript==
// @name Hand Scroll
// @namespace https://gavinhungry.io
// @version 1.5.0
// @description Drag scrolling with mouse movement
// @author Gavin Lloyd <gavinhungry@gmail.com>
// @include *
// @grant none
// ==/UserScript==