notes/clipper/clipper.js

6 lines
182 B
JavaScript
Raw Permalink Normal View History

2024-01-05 14:12:08 +01:00
javascript: (function()
{
var notesurl = "";
window.open("https://" + notesurl + "?c=" + encodeURIComponent(document.location.href), "_blank", "popup,width=100,height=100");
2024-01-05 14:12:08 +01:00
})();