0.0.41
This commit is contained in:
@@ -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++
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user