Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Clean Google links
// @namespace http://d.hatena.ne.jp/MillyC/
// @description clean links in Google search result page (remove "onmousedown" attribute).
// @include http://www.google.com/search?*
// @include https://www.google.com/search?*
// @include http://www.google.co.*/search?*
// @include https://www.google.co.*/search?*
// @grant none
// ==/UserScript==
@Milly
Milly / gist:2938280
Created June 15, 2012 19:18 — forked from avocado3/gist:1801194
Bookmarklet:open Pixitail by illust_id
javascript:void(function(id){if(id)location.href="pixitail://org.cathand.pixitail/pixiv/"+id}((/illust_id=(\d+)/.exec(location.href)||[])[1]||prompt("illust_id")))
@Milly
Milly / gist:2924777
Created June 13, 2012 15:30 — forked from xyzzy-17-638/gist:1992293
Gitチートシート

Gitチートシート

msysGitをインストール後、 「スタート」>「Git」>「Git Bash」を実行して Git Bash を立ち上げ、 以下のコマンドを実行することで、さまざまな作業を行えます

簡単な用語集