Write on the margins of the internet. Powered by the AT Protocol.

Add overlay bundle download link to bookmarklets.html

rektide b41807b5 8b8558c4

+1 -1
+1 -1
bookmarklets.html
··· 100 100 101 101 <section name="overlay-loader" class="section"> 102 102 <h2>Overlay Loader</h2> 103 - <p name="overlay-loader-desc">Loads the full margin.at annotation overlay from CDN, showing all existing annotations on the page with highlights, popovers, and a compose modal. This provides the same experience as the browser extension without installation. <a class="script-link" href="bookmarklet.overlay-loader.user.js" download="margin-overlay-loader.user.js" title="Download userscript">๐Ÿ”—</a></p> 103 + <p name="overlay-loader-desc">Loads the full margin.at annotation overlay from CDN, showing all existing annotations on the page with highlights, popovers, and a compose modal. This provides the same experience as the browser extension without installation. <a class="script-link" href="bookmarklet.overlay-loader.user.js" download="margin-overlay-loader.user.js" title="Download userscript">๐Ÿ”— userscript</a> <a class="script-link" href="dist-standalone/margin-overlay.iife.js" download="margin-overlay.iife.js" title="Download overlay bundle">๐Ÿ“ฆ bundle</a></p> 104 104 <a name="overlay-loader-bookmarklet" class="bookmarklet" href="javascript:(function(){if(window.MarginOverlay)return;var%20s=document.createElement(%22script%22);s.src=%22https://cdn.margin.at/overlay/margin-overlay.min.js%22;s.onload=function(){window.MarginOverlay%26%26window.MarginOverlay.init()};document.head.appendChild(s)})()">๐Ÿ“– Load Overlay</a> 105 105 106 106 <h3>What it does:</h3>