@@ -0,0 +1,4 @@
export function removeProtocol(url: string) {
if (!url) return url;
return url.replace(/(^\w+:|^)\/\//, '');
}
The note is not visible to the blocked user.