Content deleted Content added
Manishearth (talk | contribs) No edit summary |
Manishearth (talk | contribs) No edit summary |
||
Line 9:
//Support for config template (not yet implemented in script)
var undefined; //to check for undefined
var OrphanTabsConfig
if(OrphanTabsConfig === undefined){
Line 15:
auto : false,
autoChoice : 3,
showCompleteTab
completeTabText
showWikifyTab
wikifyTabText
showWLHTab
wLHTabText
showSearchItTab
searchItTabText
showGoogleItTab
googleItTabText
}
}else{
Line 63:
OrphanTabsConfig.completeTabText = new String("Google It!")
}
}
var currentLinkWin
|