msysGitをインストール後、 「スタート」>「Git」>「Git Bash」を実行して Git Bash を立ち上げ、 以下のコマンドを実行することで、さまざまな作業を行えます
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:void(function(id){if(id)location.href="pixitail://org.cathand.pixitail/pixiv/"+id}((/illust_id=(\d+)/.exec(location.href)||[])[1]||prompt("illust_id"))) |