docs: more consistency + minor updates (#24764)

Co-authored-by: RiskyMH <git@riskymh.dev>
This commit is contained in:
Michael H
2025-11-22 09:06:19 +11:00
committed by GitHub
parent 7ec1aa8c95
commit 4450d738fa
205 changed files with 429 additions and 504 deletions

View File

@@ -15,7 +15,6 @@
if (element.getAttribute("rel") === "noreferrer") {
element.removeAttribute("rel");
}
console.log(`Removed target="_blank" from: ${element.textContent || element.innerHTML.substring(0, 50)}`);
}
});
});