Gets a formatted title for the tab from the url if no title is supplied by the webpage
Implementations
// (local urls have their path stored in the domain_name key
if self.scheme == "local" (
return self.domain_name.split("/")[-1].split(".")[1]
)
return self.domain_name