From 52a35d10528226264638bd37dd4b2781afb857f8 Mon Sep 17 00:00:00 2001 From: LB123658 <79328251+LB123658@users.noreply.github.com> Date: Wed, 19 May 2021 16:53:17 -0500 Subject: [PATCH] Update index.html --- index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d5d7c28..cc55244 100644 --- a/index.html +++ b/index.html @@ -280,8 +280,8 @@

This extension will only work on Chrome, Brave, Opera, or Edge.

- - + +
@@ -333,8 +333,10 @@ function hideExtension() { document.getElementById("confirmation").style.visibility = "hidden"; } -function directions() { -location.replace("https://lb123658.github.io/cebolla/extension"); +function successExtension() { +document.getElementById("confirmation").style.visibility = "hidden"; +document.getElementById("getExtension").innerHTML = "How to install extension"; +document.getElementById("downloadLink").href = "https://lb123658.github.io/cebolla/extension"; }