mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
docs: more consistency + minor updates (#24764)
Co-authored-by: RiskyMH <git@riskymh.dev>
This commit is contained in:
@@ -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)}`);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user