Skip to content

Instantly share code, notes, and snippets.

View filipbech's full-sized avatar

Filip Bech-Larsen filipbech

View GitHub Profile
@filipbech
filipbech / uBookmarklet.js
Last active August 14, 2020 12:09
POC Umbraco edit bookmarklet
/*
Install from here: https://codepen.io/filipbech/full/RwarLVL
Before this becomes external, we should probably make the bookmarklet a loader and have the
source somewhere remote, so we can update it withot people having to re-install
*/
(async () => {
const pageIdMetaTag = document.querySelector('meta[name=umb-page-id]');