Show Meta Title/Description

Bookmark Scripts

displays a popup with the meta title + description for the page

javascript:(function(){var e=document.getElementById("meta-box");if(e)e.remove();var t=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,n=document.title||"No title found.",o="",r=document.querySelector('meta[name="description"]');o=r?r.getAttribute("content"):"No meta description found.";var a=document.createElement("div");a.id="meta-box",a.style.cssText="position:fixed;top:30px;right:20px;z-index:9999;background:"+(t?"rgba(30,30,30,0.85)":"rgba(255,255,255,0.85)")+";backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid "+(t?"#555":"#ccc")+";padding:15px;max-height:500px;overflow:auto;width:400px;font-family:sans-serif;font-size:14px;color:"+(t?"#eee":"#333")+";box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:8px;";var d=document.createElement("div");d.innerHTML="✖",d.style.cssText="position:absolute;top:5px;right:10px;cursor:pointer;font-size:16px;color:"+(t?"#aaa":"#666")+";",d.title="Close",d.onclick=()=>a.remove(),a.appendChild(d);var i=document.createElement("div");i.style.marginTop="10px";var l=document.createElement("div");l.innerHTML='Meta Title:'+n,i.appendChild(l);var c=document.createElement("div");c.style.marginTop="15px",c.innerHTML='Meta Description:'+o,i.appendChild(c),a.appendChild(i),document.body.appendChild(a);})();

Copy this code into the url for a bookmark to add it to chrome. Every time you click the bookmark, it will load.