2024-01-05 14:12:08 +01:00
|
|
|
javascript: (function()
|
|
|
|
{
|
|
|
|
var notesurl = "";
|
2024-01-07 16:54:28 +01:00
|
|
|
var bm = {
|
|
|
|
title: document.title,
|
2024-01-08 16:24:34 +01:00
|
|
|
url: document.location.href,
|
|
|
|
time: Date.now()
|
2024-01-07 16:54:28 +01:00
|
|
|
};
|
|
|
|
window.open("https://" + notesurl + "?c=" + encodeURIComponent(JSON.stringify(bm)), "_blank", "popup,width=100,height=100");
|
2024-01-05 14:12:08 +01:00
|
|
|
})();
|