@@ -1055,6 +1046,19 @@
function removeInvalidLinkResult() {
while (getRef('verification_form').nextElementSibling)
getRef('verification_form').nextElementSibling.remove()
+ getRef('verification_form').after(
+ html.node/*html*/`
+
Checks we will perform
+
+ -
+ Whether the contents of an app has been tampered with.
+
+ -
+ The link itself has not been tampered with.
+
+
+
`
+ )
}
function handleFilterCategory(e) {
const query = getRef('dapp_search_input')?.value.trim().toLowerCase() || '';