notes/clipper/clipper.js

6 lines
182 B
JavaScript

javascript: (function()
{
var notesurl = "";
window.open("https://" + notesurl + "?c=" + encodeURIComponent(document.location.href), "_blank", "popup,width=100,height=100");
})();