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
// 以下のFirefox用アドオンにタグ選択パネルを付加するuserChrome.jsスクリプトです | |
// Hatebu IncSearch, livedoor clip IncSearch, del.icio.us IncSearch, Google Bookmarks IncSearch | |
(function(){ | |
const LIVEDOOR_URL = 'chrome://livedoorclip_incsearch/content/view.html'; | |
const LIVEDOOR_DIR = 'livedoorclip_incsearch'; | |
const HATEBU_URL = 'chrome://hatebu_incsearch/content/view.html'; | |
const HATEBU_DIR = 'hatebu_incsearch'; | |
const DELICIOUS_URL = 'chrome://delicious_incsearch/content/view.html'; |
NewerOlder