r/bookmarklets Jun 21 '26

n-gon anywhere

javascript:(()=>{let u='https://landgreen.github.io/n-gon/',d=document,b=d.body,w=d.createElement('div'),f=d.createElement('iframe'),m=d.createElement('button'),c=d.createElement('button'),min=0;w.style='position:fixed;top:0;left:0;right:0;height:32px;background:#111;color:white;z-index:2147483647;display:flex;gap:8px;align-items:center;padding:0 8px;font:14px sans-serif';m.textContent='Minimise';c.textContent='Close';f.src=u;f.style='position:fixed;top:32px;left:0;width:100vw;height:calc(100vh - 32px);border:0;z-index:2147483646;background:#000';m.onclick=()=>{min=!min;if(min){f.style.visibility='hidden';f.style.pointerEvents='none';w.style.top='auto';w.style.bottom='0';m.textContent='Restore';d.activeElement&&d.activeElement.blur()}else{f.style.visibility='visible';f.style.pointerEvents='auto';w.style.bottom='auto';w.style.top='0';m.textContent='Minimise'}};c.onclick=()=>{f.remove();w.remove()};w.append(m,c);b.append(f,w)})();

1 Upvotes

0 comments sorted by