Highlight external twitter urls
This commit is contained in:
parent
2f5b533dd7
commit
1b6b2d360f
@ -337,6 +337,7 @@ function getIdentifierInternal(urlstr) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (urlstr.dataset && urlstr.dataset.expandedUrl) urlstr = urlstr.dataset.expandedUrl;
|
||||||
if (urlstr.href !== undefined) urlstr = urlstr.href;
|
if (urlstr.href !== undefined) urlstr = urlstr.href;
|
||||||
if (!urlstr) return null;
|
if (!urlstr) return null;
|
||||||
if (urlstr.endsWith('#')) return null;
|
if (urlstr.endsWith('#')) return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user