Skip to content

Instantly share code, notes, and snippets.

View stcruy's full-sized avatar
💡
🤖🧠🔬🔭

Steven Vercruysse stcruy

💡
🤖🧠🔬🔭
View GitHub Profile
@stcruy
stcruy / Google_Lucky_Button_Fix.user.js
Last active November 16, 2016 18:53
Google Lucky Button Fix - Greasemonkey script
// ==UserScript==
// @name Google Lucky Button Fix
// @namespace -
// @version 2
// @description On Google search result pages that have "&btnI" in the url, automatically redirect to the first hit.
// @include http*://www.google.*/*&btnI*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
///window.onload = function() {