-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work with pages without title tag #79
Comments
Hi @ataiger, TM is HTML-based. There is no way to change a tab title without HTML (as I know). I'll add this known issue in the README. Best |
thanks for quick response. so the extension can change the content of the title tag, but cannot create a title tag if the page didn't have one in the first place? |
I wondered if you talked about an HTML page without Can you give me a link please? |
it is an html page without title tag
law.go.kr/법령/민법
I wonder if it matters but the url contains Korean letters
2017. 4. 19. 오후 6:25 Syl <notifications@github.com> 작성:
… I wondered if you talked about an HTML page without <title> tag or a non-HTML page?
Can you give me a link please?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I found why the title is not applied. At load, the title is an empty string because the website is loading dynamically. If I remove the empty string check it works. I'll release a patch in few hours, be sure to opt-in the notification in TM settings to know when TM is updated. Best |
thanks a lot!! ;)
2017. 4. 19. 오후 6:58 Syl <notifications@github.com> 작성:
… I found why the title is not applied. At load, the title is an empty string because the website is loading dynamically. If I remove the empty string check it works.
I'll release a patch in few hours, be sure to opt-in the notification in TM settings to know when TM is updated.
Best
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Tab Modifier version
0.19.2
Expected behavior
work with pages without <title> tag
(on these pages, chrome displays the url. what I want to do is to change that.)
Actual behavior
does not work
Steps to reproduce the behavior
thanks for nice work!
The text was updated successfully, but these errors were encountered: