Sha256: acff6bc2d0b71f1983d9f0e1ac8bc98fa761e79e261320561071334206067e02
Contents?: true
Size: 1.05 KB
Versions: 15
Compression:
Stored size: 1.05 KB
Contents
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Copy bookmarklet</title> <style> body { font-family: monaco, menlo, monospace; font-size: 12px; color: #333; padding: 40px; margin: 0; } p { padding: 0; margin: 0 0 40px 0; } a { color: #333; } p.bookmarklet { font-size: 16px; } p.bookmarklet a { background-color: #fcfc56; text-decoration: none; padding: 3px 6px; margin: 0 3px; border: 1px solid #eee; border-radius: 3px; } </style> </head> <body> <p class="bookmarklet">Drag this → <a href="javascript:void((function(){var%20cjs=document.createElement('script');cjs.setAttribute('src','/_copy.js?'+new%20Date().getTime());cjs.setAttribute('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(cjs);})());">Edit Copy</a> to your bookmarks bar ↑</p> <p>After, <a href="/">return to your site</a> and click on that bookmark to make edits.</p> </body> </html>
Version data entries
15 entries across 15 versions & 2 rubygems