This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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]'); |
OlderNewer