mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Remove prefix from bookmarklets
This commit is contained in:
parent
d7b3da1cf7
commit
6c4f31baae
1 changed files with 1 additions and 1 deletions
|
|
@ -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>.`}),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue