Skip to content

Instantly share code, notes, and snippets.

View chris-kwl's full-sized avatar

chris-kwl

  • Germany
View GitHub Profile
// ==UserScript==
// @name Disable onmousedown in Google search results page
// @namespace https://gist.github.com/chris-kwl/6172eb00971ab81bf99a213682b42e21
// @include http://www.google.tld/search?*
// @include https://www.google.tld/search?*
// ==/UserScript==
(function () {
var disableOnmousedown = function (node) {
var a, i;