Suggest based on title from bookmarklet
This commit is contained in:
@@ -211,6 +211,7 @@ a {
|
||||
<a href="javascript:(async function() {
|
||||
const params = new URLSearchParams();
|
||||
params.set('long', location.href);
|
||||
params.set('title', document.title);
|
||||
|
||||
window.open(`https://{{ .writeHost }}/?${params.toString()}`);
|
||||
})();">{{ .readHost }}</a>
|
||||
|
||||
Reference in New Issue
Block a user