Don't change title unless request is complete
This commit is contained in:
parent
cf462f58cc
commit
fbc27096d9
@ -16,6 +16,11 @@ function updateTab(info) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Don't change title unless request is complete
|
||||||
|
if (info.status !== "complete") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Ignore chrome pages
|
// Ignore chrome pages
|
||||||
if (!info.url.indexOf('http') === 0) {
|
if (!info.url.indexOf('http') === 0) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user