del.icio.usのポストページを俺仕様にするユーザスクリプト - #june29jp の別アプローチ tabindex を使ってみる。 tab を押したときのフォーカス順を tags -> notes -> save にしただけ。 // ==UserScript== // @name delicious Post Costomize // @namespace http://opera.higeorange.com/ // @inlcude http://del.icio.us/*?*url=* // ==/UserScript== (function() { var notes = document.getElementById('notes'); var tags = document.getElementById('tags'); var save = document.eva