This commit is contained in:
SBD
2023-11-28 16:38:01 +03:00
parent ba1d796e88
commit d567866dba
5 changed files with 51 additions and 5 deletions

View File

@@ -82,10 +82,7 @@ function replaceHrefOnOnclick () {
str_f_replace = str_f_replace.replace(`${window.location.origin}`,'')
str_f_replace = `href="${str_f_replace}"`
str = str.replace(str_f_replace,'')
str = str.replace('"target="_blank""','')
cur_el.outerHTML = str
}
i++
})