diff --git a/clipper/clipper.js b/clipper/clipper.js index 290a74e..70ecb03 100644 --- a/clipper/clipper.js +++ b/clipper/clipper.js @@ -3,7 +3,8 @@ javascript: (function() var notesurl = ""; var bm = { title: document.title, - url: document.location.href + url: document.location.href, + time: Date.now() }; window.open("https://" + notesurl + "?c=" + encodeURIComponent(JSON.stringify(bm)), "_blank", "popup,width=100,height=100"); })();