google_reader_scroll_control

userscripts.org に登録してみた

Google Reader で scroll を押下した時の挙動を変更するグリモンを userscript.org に登録してみた。 The scroll size when space key is pushed is adjusted to 150. Additionally, focus is moved to feeding the right under when there is focus in the …

Google Reader をフォルダわけしたいけど、フォルダ単位ではなくフィード単位で読みたい その3

さらに class 属性が変わる場合があるので手直し。 ".//a[contains(@class, 'tree-link-selected cursor')]", これで特に問題は無くなったと思う。 // ==UserScript== // @name Google Reader Scroll Control // @namespace http://basyura.org // @include …

Google Reader をフォルダわけしたいけど、フォルダ単位ではなくフィード単位で読みたい その2

class 属性が変わる場合があるので手直し。 ".//a[contains(@class, 'link tree-link-selected cursor')]", 属性の一部がマッチする場合をどう表現するのかがよく分からなかったので時間かかった。 // ==UserScript== // @name Google Reader Scroll Control…