From 17ced681024594be248b654e539f36b3713ac3b9 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 17 Feb 2022 16:40:32 +0530 Subject: [PATCH] Changed URLs to open in separate tab by default --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cf80d04..b11ddc7 100644 --- a/index.html +++ b/index.html @@ -2473,7 +2473,11 @@ (startA || endA).setAttribute('href', url) } else { replaceSelectedText(createElement('a', { - attributes: { href: url } + attributes: { + href: url, + target: "_blank", + rel: "noopener noreferrer" + } })) } }