extension

はてなブックマーク拡張のタグ候補をカウントの大きい順にソートして表示する

extensions\bookmark@hatena.ne.jp\chrome\content\addPanel\18-TagCompleter.jsの64行あたりに一行追加。 showTags: function(tags, el, pos) { this.clear(); let tagsCount = TagCompleter.tagsCount; let self = this; // タグカウントの大きい順にソー…

Paste and Go 3の貼り付けて移動ボタンをロケーションバーに格納する

FirefoxにPaste and Go 3をインストールするとツールバーに「貼り付けて移動」ボタンを追加できるようになりますが、大きくてダサいのでロケーションバーに入れるuserChrome.jsスクリプトを書きました。拡張の要素の調べ方はいつものようにDOM Inspector(chr…