Skip to content

Instantly share code, notes, and snippets.

@suzuki86
suzuki86 / show-git-branches.md
Last active January 5, 2022 06:38
Git の各ブランチの最終更新日、ブランチ名、コミットしたユーザー名を最終更新日が古い順に一覧で表示する
git branch -a --sort=authordate --format="%(authordate:relative)%09%(refname)%09%(authorname)"
@miyukki
miyukki / ZeroFix.user.js
Created May 2, 2012 08:48
ZeroFix is ZeroWatch of niconico fixer. ZeroWatchが改良するまでの暫定的なユーザースクリプトです。 タイトルの縮小、タグの複数段表示、市場エリアを投稿者情報に、コメント入力エリアを下に、フェードを無効化などの機能があります。
// ==UserScript==
// @name ZeroFix
// @namespace applest.net
// @version 0.9
// @description ZeroFix is ZeroWatch of niconico fixer. ZeroWatchが改良するまでの暫定的なユーザースクリプトです。 タイトルの縮小、タグの複数段表示、市場エリアを投稿者情報に、コメント入力エリアを下に、フェードを無効化などの機能があります。
// @include http://www.nicovideo.jp/watch/*
// @license MIT License(http://en.wikipedia.org/wiki/MIT_License)
// ==/UserScript==
/*********************************************
@syoichi
syoichi / tumblr_queue_latest_link.user.js
Created June 11, 2011 17:13 — forked from nobodyplace/tumblr_queue_latest_link.user.js
insertAdjacentHTMLを使うようにした。Mozilla Firefox 15.0.1(Scriptish 0.1.7)、Chrome 21.0.1180.89で動作を確認した。
@nobodyplace
nobodyplace / nicotw.user.js
Created March 29, 2011 08:41
視聴したニコニコ動画を自動的にTwitterにPostするGreasemonkey
// ==UserScript==
// @name nicotw
// @version 0.0.2
// @namespace http://nplll.com/
// @description 視聴したニコニコ動画を自動的にTwitterにPostするGreasemonkey
// @include http://www.nicovideo.jp/watch/*
// @require https://github.com/azu/OAuth-for-Greasemonkey/raw/master/oauth.js
// @require https://github.com/azu/OAuth-for-Greasemonkey/raw/master/sha1.js
// @require https://github.com/azu/OAuth-for-Greasemonkey/raw/master/GMwrap.js
// @resource oauthbutton http://a0.twimg.com/images/dev/buttons/sign-in-with-twitter-d.png
@nobodyplace
nobodyplace / tumblr_queue_latest_link.user.js
Last active September 23, 2015 20:57
Tumblr Queueの最新ページへのリンクを生成するGreasemonkey
@nobodyplace
nobodyplace / nico_blogparts.user.js
Created November 3, 2009 07:12
ニコニコ動画のブログ貼り付け用コードを動画画面に表示するGreasemonkey
// ==UserScript==
// @name Nico Blogparts
// @version 0.1.0
// @namespace https://gist.github.com/224859
// @description ニコニコ動画のブログ貼り付け用コードを動画画面に表示するGreasemonkey
// @include http://www.nicovideo.jp/watch/*
// @updated 2011/10/01 15:34:00
// ==/UserScript==
// 0.0.1 - 2009/11/01 リリース
// 0.0.2 - 2009/11/08 チャンネル動画のvideoId(ex. http://www.nicovideo.jp/watch/1255083605)に対応