Remove prefix from bookmarklets

This commit is contained in:
Nicholas Jitkoff 2022-05-20 08:43:58 -07:00
parent d7b3da1cf7
commit 6c4f31baae

View file

@ -23,7 +23,7 @@ loadSyle(document.currentScript.src.replace("js", "css"))
document.body.appendChild(
el("div", {id:"content"},
el("div", {className:"description"}, params.info.d ?? ""),
el("a", {className:"bookmarklet", href:url}, el("span", {className:"capsule", innerText:"" + title || "Bookmarklet"})),
el("a", {className:"bookmarklet", href:url}, el("span", {className:"capsule", innerText:"" + title || "Bookmarklet"})),
el("p", {id:"emoji", innerText:"☝️"}),
el("p", {innerHTML:`This page contains a <a target="_blank" href="https://en.wikipedia.org/wiki/Bookmarklet">bookmarklet</a>.`}),