Skip to content

Instantly share code, notes, and snippets.

@azu
azu / switchViewedSearches.js
Created September 4, 2010 05:11
検索結果のタブを一覧表示するタブを作るtwicli plugin
/* twicli plugin (http://twicli.neocat.jp/)
* switchViewedSearches.js
* 検索結果のタブを一覧表示するタブを作る - サイドバーなど狭い場所で使ってる人向け
* Pluginsに http://gist.github.com/564921.txt を読み込む
*/
registerPlugin({
switchTo: function(tab) {
if (tws_list.length > 1 && !$('viewed_searches')) {
var newTab = document.createElement('a');
newTab.href = 'javascript:void switchViewedSearches()';