From 97d7fe85bb23adc17f38fec349ffa2d835cbc7a2 Mon Sep 17 00:00:00 2001 From: Amir Shokri Date: Mon, 1 Jan 2024 21:17:02 +0330 Subject: [PATCH] Update popup.js --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index ef37398..3e42eeb 100644 --- a/popup.js +++ b/popup.js @@ -42,7 +42,7 @@ function showDifficulty(item, tabId) { if (deleteurl !== "#") { document.querySelector(".remove-button").style.display = "block"; - document.querySelector(".remove-button").href = deleteurl; + document.querySelector(".remove-button").href = "https://" + deleteurl; } document.querySelector(".service-name").innerText = 'در "' + name + '"';