This file contains 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 gist logs | |
// @namsgpace https://www.hatena.ne.jp/noromanba/ | |
// @description Show commit logs on Gist for Greasemonkey | |
// @include https://gist.github.com/* | |
// @downloadURL https://raw.github.com/gist/2669793/gist-logs.user.js | |
// @installURL https://raw.github.com/gist/2669793/gist-logs.user.js | |
// @grant GM_xmlhttpRequest | |
// @version 2012.11.6.2 | |
// @license WTFPL http://sam.zoy.org/wtfpl/ (Do What The Fuck You Want To Public License) |
This file contains 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 replace star by profile icon | |
// @namespace https://www.hatena.ne.jp/noromanba/ | |
// @description replace star by profile icon for UserScript | |
// @include http://* | |
// @include https://*.hatena.tld/* | |
// @exclude http://serif.hatelabo.jp/* | |
// @grant none | |
// @version 2017.2.28.2 | |
// @run-at document-end |
This file contains 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 hatena-star-user-icon | |
// @namespace http://www.hatena.ne.jp/hitode909 | |
// @include * | |
// ==/UserScript== | |
(function(){ | |
var user_icon = function(name) { | |
return "http://www.st-hatena.com/users/" + name.slice(0, 2) + "/" + name + "/profile_s.gif"; | |
}; |
This file contains 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 Fancy Expand Hatena Star | |
// @namespace https://www.hatena.ne.jp/noromanba/ | |
// @description Expand Hatena::Star with avatar, id and quote when quadruple-click for UserScript | |
// @include http://* | |
// @include https://*.hatena.tld/* | |
// @version 2012.11.20.0 | |
// @homepage https://gist.github.com/2795925 | |
// @downloadURL https://raw.github.com/gist/2795925/fancy-expand-hatena-star.user.js | |
// @installURL https://raw.github.com/gist/2795925/fancy-expand-hatena-star.user.js |
This file contains 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
sysname=`uname -s | sed -e "s/\([a-zA-Z]\+\).*/\1/"` | |
if [ "$sysname" = "CYGWIN" ]; then | |
LANG=ja_JP.UTF-8 | |
elif [ "$sysname" = "MINGW" ]; then | |
LANG=ja_JP.sjis | |
JLESSCHARSET="japanese-sjis" | |
OUTPUT_CHARSET=sjis | |
fi |
This file contains 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 kindai-util | |
// @namespace https://www.hatena.ne.jp/noromanba/ | |
// @description Betterment UI and UX on Kindai Digital Lib. for Greasemonkey (not working yet) | |
// @include http://kindai.da.ndl.go.jp/* | |
// @include http://kindai.ndl.go.jp/* | |
// @grant GM_getValue | |
// @grant GM_setValue | |
// @version 2012.10.13.1 | |
// @homepage https://gist.github.com/3880159 |
This file contains 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 Google Logo | |
// @namespace test | |
// @version 1.0.3 | |
// @include http://*.google.tld/ | |
// @include https://*.google.tld/ | |
// @downloadURL https://raw.github.com/gist/4018248/google-logo.user.js | |
// @installURL https://raw.github.com/gist/4018248/google-logo.user.js | |
// @license Unknown (as-is) | |
// @contributor arantius https://gist.github.com/4014321 |
This file contains 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 kokubunizer | |
// @namespace https://flavors.me/noromanba | |
// @description kokubunize aka NDKify for UserScript | |
// @include https://www.facebook.com/* | |
// @downloadURL https://raw.github.com/gist/4236851/kokubunizer.user.js | |
// @installURL https://raw.github.com/gist/4236851/kokubunizer.user.js | |
// @version 2012.12.8.3 | |
// @license WTFPL http://sam.zoy.org/wtfpl/ (Do What The Fuck You Want To Public License) | |
// @contributor udzura https://gist.github.com/4212643 |
This file contains 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
#/!bin/sh | |
# display frequently used commands | |
# @contributor tokuhirom http://blog.64p.org/entry/20060924/1159057218 | |
# @contributor morygonzalez https://gist.github.com/morygonzalez/935909 | |
# @author noromanba https://gist.github.com/noromanba/4747254 | |
perl -pe 's/.+;//' ~/.`basename $0`_history | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -nr | head -10 |
This file contains 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 Load Image Immediately | |
// @namespace http://noromanba.flavors.me | |
// @description images immediately load w/ PagerExtention for UserScript | |
// @include *://gigazine.net/* | |
// @include *://www.moae.jp/comic/* | |
// @include *://omocoro.jp/* | |
// @include *://rocketnews24.com/* | |
// @grant none | |
// @noframes |
OlderNewer