mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Update bookmarklet.js
This commit is contained in:
parent
8cc3ff9299
commit
78d8967482
1 changed files with 0 additions and 7 deletions
|
|
@ -10,16 +10,9 @@ let mobile = ua.match(/Mobile/i)
|
|||
|
||||
let barName = ua.match(/Chrome/i) ? "Bookmarks" : "Favorites"
|
||||
let managerName = ua.match(/Edge/i) ? "Favorites" : "Bookmarks"
|
||||
|
||||
let cmdKey = ua.match(/Mac/i) ? "⇧⌘B" : "Ctrl + Shift + B"
|
||||
|
||||
// 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'
|
||||
|
||||
|
||||
loadSyle(document.currentScript.src.replace("js", "css"))
|
||||
|
||||
|
||||
|
||||
document.body.appendChild(
|
||||
el("div", {id:"content"},
|
||||
el("div", {className:"description"}, params.info?.d ?? ""),
|
||||
|
|
|
|||
Loading…
Reference in a new issue