This file contains hidden or 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
/* 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()'; |