Skip to content

Instantly share code, notes, and snippets.

// 以下の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';