Skip to content

Instantly share code, notes, and snippets.

2010-05-16 66
2010-05-18 106
2010-05-19 111
2011-08-20 568
2011-09-02 573
2011-10-07 599
2011-10-23 610
2011-11-23 637
2011-12-24 670
2012-01-03 676
Hatena::Let Bookmaklets
2010-05-16 66.00
2010-05-18 106
2010-05-19 111
2010-09-05 295.00
2011-08-20 568
2011-09-02 573
2011-10-07 599
2011-10-23 610
2011-11-23 637
@noromanba
noromanba / mcomix-jk.patch
Created November 1, 2014 03:55
j/k keybind on Mcomix
--- keybindings.conf.org 2014-11-01 03:08:12.090548286 +0900
+++ keybindings.conf 2014-11-01 03:32:47.220740242 +0900
@@ -35,7 +35,8 @@
"<Primary>0"
],
"smart scroll up": [
- "<Shift>space"
+ "<Shift>space",
+ "k"
],
@noromanba
noromanba / log-all-frames.user.js
Last active August 29, 2015 14:09
log main window and iframes for UserScript
// ==UserScript==
// @name log all frames
// @namespace http://noromanba.flavors.me
// @description log main Window and iframes for UserScript
// @include http://*
// @include https://*
// @grant none
// @run-at document-end
// @version 2014.11.13.3
// @homepage https://gist.github.com/noromanba/974bd5240d37fbc9a527
@noromanba
noromanba / feedly-fontsizer.user.js
Last active August 29, 2015 14:09
change article fontsize on Feedly for UserScript
// ==UserScript==
// @name Feedly fontsizer
// @namespace http://noromanba.flavors.me
// @description change article fontsize on feedly for UserScript
// @include http://feedly.com/*
// @include https://feedly.com/*
// @grant none
// @run-at document-end
// @version 2014.11.24.1
// @homepage https://gist.github.com/noromanba/0199853e20eefe89ffbc
@noromanba
noromanba / readonly-hatenabookmark.user.js
Last active August 29, 2015 14:11
hidden submit form on Hatena Bookmark for an observer for UserScript
// ==UserScript==
// @name readonly Hatena Bookmark
// @namespace http://noromanba.flavors.me
// @description hidden submit form on Hatena Bookmark for an observer for UserScript
// @include http://b.hatena.ne.jp/entry*
// @include http://bkuma.hatena.ne.jp/entry*
// @version 2014.21.18.1
// @grant none
// @run-at document-start
// @homepage https://gist.github.com/noromanba/53c78844a332596e720c/
@noromanba
noromanba / disable-overlay-scrollbars.mkd
Last active August 29, 2015 14:11
disable overlay scrollbars on Ubuntu

disable overlay scrollbars on Ubuntu

Ubuntu trusty 14.04.1 LTS (lubuntu-desktop on Ubuntu)

disable

sudo gsettings set com.canonical.desktop.interface scrollbar-mode normal
@noromanba
noromanba / youtube-babel.user.js
Last active August 29, 2015 14:12
hidden language alert banner on Youtube for UserScript
// ==UserScript==
// @name Youtube babel
// @namespace http://noromanba.flavors.me
// @description hidden language alert banner on Youtube for UserScript
// @include http://www.youtube.com/watch*
// @include https://www.youtube.com/watch*
// @grant none
// @run-at document-start
// @version 2014.12.30.1
// @homepage https://gist.github.com/noromanba/2696ba2c2a2a81173772
// ==UserScript==
// @name FC2 GC
// @namespace http://noromanba.flavors.me
// @description hidden strange wall on FC2 for UserScript
// @include http://*.fc2.com/*
// @grant none
// @run-at document-start
// @version 2015.1.22.0
// @homepage https://gist.github.com/noromanba/a30cb8f26cc0ca3ad85d
// @downloadURL https://gist.github.com/noromanba/5cba520338c149beaf50/raw/berlinwall-camedown.user.js
@noromanba
noromanba / tabelog-honeststars.user.js
Last active August 29, 2015 14:14
Make Tabelog Stars more honest w/ Pager Extension for UserScript
// ==UserScript==
// @name Tabelog-HonestStars
// @namespace http://noromanba.flavors.me
// @description Make Tabelog Stars more honest w/ Pager Extension for UserScript
// @include http://tabelog.com/*
// @grant none
// @run-at document-end
// @noframes
// @version 2015.1.31.2
// @homepage https://gist.github.com/noromanba/cd313dd2b15fbc6b4949